1.4-rolling-20220418
Issue is still not fixed
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Apr 18 2022
Adding logs. dhcpv6 configured for interfaces eth0 and eth3. Depending which starts first, the other one fails and gives "unexpected interface":
At least dhcpv6 address assign correctly, VyOS 1.4-rolling-202204162001
set interfaces ethernet eth2 address 'dhcp' set interfaces ethernet eth2 address 'dhcpv6' set interfaces ethernet eth3 address 'dhcp' set interfaces ethernet eth3 address 'dhcpv6'
Show interfaces:
vyos@vyos:~$ show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 - u/u
eth1 - u/u
eth2 100.64.20.21/24 u/u WAN01
2001:db8:23::934f/128
eth3 100.64.30.21/24 u/u WAN02
2001:db8::934f/128In dhcpdv6.conf I have added the following to support Cisco VoIP phone provisioning over IPv6:
It was a lot of issues with it in openvpn.
So we decide to avoid to use raw options
Let us know which options do you need?
udpate PR for 1.3 https://github.com/vyos/vyos-1x/pull/1288
PR for 1.3: https://github.com/vyos/vyos-1x/pull/1308
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1286
I would like to call it system-as(n)
Apr 17 2022
Of course. This restriction comes from the communication providers. Through (VPN) - everything works well.
Apr 16 2022
Apr 15 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1284
Tested in VyOS 1.4-rolling-202204130521
All works, thanks!
Apr 14 2022
@fernando can you take a look at this one.
maybe we will need report it to FRR team