Confirmed working.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Apr 23 2022
Confirmed working. Awesome
I can't reproduce it VyOS 1.4-rolling-202204230217
Apr 22 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1297
Confirmed working using the following CLI options with IPv6 only Cisco 7961G Phone:
Re-open for revision/simplification in:
https://github.com/vyos/vyos-1x/pull/1295
We can solve this problem in three ways.
Now the script (https://github.com/vyos/vyatta-op/blob/29703664633a20385a077083b4393738bdcb7409/scripts/tech-support-archive) creates up to 5 versions of support archives, after which it starts deleting the previous one. The problem is that each new version of the archives contains from 1 to 4 old archives. As a result, the archive can take up a lot of space.
Apr 21 2022
sorry for my late reply , I've been testing this case and I could replicate the same behavior
I am also not expert; I used the options as described by documentation, but do not understand DHCPD in depth.
Backported to equuleus branch of vyos1x-config:
https://github.com/vyos/vyos1x-config/commit/8ad21f6c7e6f37edeca137b2a7dc7c3f7ffc6a20
Apr 20 2022
Confirming the same.
Pull https://github.com/FRRouting/frr/pull/11004 was merged. This needs retesting on the latest FRR
Not a super expert in ISC DHCPd but it feels like the vendor specific options are hardcoded
Tested in VyOS 1.4-rolling-202204130521
Works
Apr 19 2022
Script for testing which fix some bugs with DMVPN
Proposed CLI:
set service dhcpv6-server global-parameters cisco-voip width 2 set service dhcpv6-server global-parameters cisco-voip length-width 2 set service dhcpv6-server global-parameters cisco-voip tftp-servers set service dhcpv6-server shared-network-name Lan-v6-02 subnet 2001:db8:23::/64 cisco-voip tftp-server xx:xx:xx
Related to task T2196
Also there can be an issue if you get by DHCP non external addresses which behind nat.
So you need some external scripts which will give you your external address, like
curl ifconfig.me
Tested, does not work. Even with all firewall rules removed.
Is there a way to get this to work with a dhcp assigned WAN address?