Its only in the current branch for rolling, not in 1.2.1 crux - but can be backported
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 30 2019
In T989#26867, @hagbard wrote:It seems that local auth is impossible, all I found is to configure it against radius, user should check abills as billing system. (https://sourceforge.net/projects/abills/)
If anyone knows how to use local authentication like chap or pap or anything, let me know please. Otherwise IPoE seems a real nice option, not as robust as ppp, but quite nice.IPoE module test connection:
Nov 26 18:35:19 accel accel-ipoe: ipoe0:eth2: recv [DHCPv4 Request xid=23249d54 chaddr=08:00:27:8d:38:56 <Message-Type Request> <Server-ID 10.1.1.250> <Request-IP 10.1.1.254> <Host-Name vyos> <Request-List Subnet,Broadcast,Router,DNS,Domain-Name,MTU>]
Nov 26 18:35:19 accel accel-ipoe: ipoe0:eth2: send [DHCPv4 Ack xid=23249d54 yiaddr=10.1.1.254 chaddr=08:00:27:8d:38:56 <Message-Type Ack> <Server-ID 10.1.1.250> <Lease-Time 300> <T1 150> <Router 10.1.1.250> <Subnet 255.255.255.255>]
Nov 26 18:35:19 accel accel-ipoe: ipoe0:eth2: ipoe: session started
Nov 26 18:35:22 accel ntpd[2013]: Listen normally on 9 ipoe0 10.1.1.250 UDP 123
Nov 26 18:35:22 accel ntpd[2013]: Listen normally on 10 ipoe0 fe80::a00:27ff:fe80:636d UDP 123
Nov 26 18:35:22 accel ntpd[2013]: peers refreshed
Hi c-po, There is an igb driver update from Intel. https://sourceforge.net/projects/e1000/files/igb%20stable/5.3.5.22s/
As far as I can see it is included in 1.2.1 so we can close this or?
If yes I will submit a config example for ospf ip unnumbered that uses it
May 29 2019
If there is a refactoring ongoing please also consider the following change to flatten the PPPoE IPv6 configuration by making use of a present nested node:
I agree with @aibanez
In addition, sometimes it works (but only a very few) while almost always it crashes at startup and interfaces are messed.
Do you guys have any clue/suggestion or any other further test that can be done?
Hi guys,
May 28 2019
Added pull requests:
https://github.com/vyos/vyos-1x/pull/68
https://github.com/vyos/vyatta-cfg/pull/17
from Slack
can it be that the fix for T1243 is broken? I can understand that local-as can't be the same like remote-as if router-as diff from local-as but the patch forbit to set remote-as to the same like router-as that will break ibgp
May 27 2019
We can't use the current iproute2 package from upstream Debian as commit f900a21611c03e6d83104f2a862cd4c5f160d35f ("utils.h: provide fallback CLOCK_TAI definition") is only available in iproute2 after the release of v4.19. The reason is CLOCK_TAI isn't exposed by glibc < 2.21 and we use glibc 2.19 in VyOS (comes with Debian Jessie)
May 26 2019
Please refer to the equuleus Git branch. There is already a Docker container and some smal fixes to the build system.
Remaining question is: Why do we need our own iproute fork and can't use the upstream packages commit https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=f900a21611c03e6d83104f2a862cd4c5f160d35f for VyOS? Thats the commit we build right now in https://github.com/vyos/vyatta-iproute
May 24 2019
I'm experiencing this exact issue as well. brand new install from rolling release - (vyos-1.2.0-rolling 2B201905140337-amd64.iso).
Is there any command where I can check what attributes the radius server is sending to pppoe-server vyos? I tried with many attributes of our radius system but without success.
worked perfectly. I would also like to test bandwidth control from the radius server. What attribute should I use? Is it possible to make use of the same cisco-avpair attribute for example?
May 23 2019
@Maetthi Is that still an issue? You need an uplink first and the interface needs to be able to reach (route) the other side.
@alainlamar Can you please share some config data, so I can reproduce the issue.
thx
yes.
I tested once again with:
https://downloads.vyos.io/rolling/current/amd64/vyos-1.2.0-rolling%2B201905230337-amd64.iso
Dear, if I download the image available today 05/23/2019, is it already with this fix?
Initial commit in fork; support for merging remote files still to be added.
https://github.com/jestabro/vyatta-cfg/commit/96a8f894686b43bbd7f52da8ded87562231cbf52
https://github.com/jestabro/vyos-1x/commit/a31de0d8e2164a6b0bc9a7b6c1e03c053635120b
May 22 2019
added ipv6-pd and ipv6 address to 'show pppoe-server sessions'
fixed and rebuilt.
I met this issue before. But I can save firewall group to a txt then use ipset to load the firewall groups when system boot. It works well. Vyos boot quickly and firewall policy updated well.
Testing confirms that the default console speed is set to 115200 when the old migration scripts are removed, as they will be by
Thanks for testing.
@hagbard Looks good:
May 21 2019
Thanks for testing it, I'll close the bug ticket then.
Fix is in the next rolling or via http://dev.packages.vyos.net/repositories/current/vyos/pool/main/v/vyos-1x/vyos-1x_1.3.0-16_all.deb available.
sucessfully tested with:
set service pppoe-server access-concentrator 'testevyos' set service pppoe-server authentication local-users username test password 'test' set service pppoe-server authentication mode 'local' set service pppoe-server client-ip-pool start '192.168.96.177' set service pppoe-server client-ip-pool stop '192.168.96.180' set service pppoe-server client-ipv6-pool delegate-prefix '2104:db8:8003::1/48,56' set service pppoe-server client-ipv6-pool prefix '2104:db8:8002::1/48,64' set service pppoe-server dns-servers server-1 '192.168.66.13' set service pppoe-server dns-servers server-2 '192.168.183.162' set service pppoe-server dnsv6-servers server-1 '2001:4860:4860::8888' set service pppoe-server interface 'eth2' set service pppoe-server local-ip '192.168.96.28'