User Details
- User Since
- Jun 8 2022, 9:47 AM (223 w, 6 d)
Mon, Aug 31
Thu, Aug 27
Jul 30 2026
Jul 29 2026
About point 2.
I observe that traffic that matches peer policies is encrypted. BUT this peer is disabled.
If I execute sudo swanctl -L , it shows nothing. But if I execute sudo ip xfrm policy, it shows polices, that were disabled in the configuration.
Jul 28 2026
Jul 16 2026
For clarification.
I have created a lab
Underlay: OSPF. The main function is to distribute Loopback IPs.
Overlay:
Control Plane: MP-iBGP. The main function is to distribute EVPN routes.
Data Plane: VXLAN
RR is a router reflector.
VTEP-1A and VTEP-1B contain the same ES via interface eth1
HOST-1 and HOST-2 are in the same network. 192.168.100.10/24 and 192.168.100.20/24 respectivly.
VTEP-1B is a DF router of these ES
Jul 1 2026
Jun 10 2026
May 6 2026
According to https://github.com/FRRouting/frr/issues/12834, FRR does not support Link-Local: 169.254.0.0 – 169.254.255.255 (Automatic private IP addressing)
Apr 21 2026
Apr 3 2026
Mar 25 2026
Mar 20 2026
Feb 18 2026
Feb 17 2026
Feb 16 2026
Jan 30 2026
Jan 21 2026
Nov 28 2025
Nov 21 2025
I have tested it in the lab with 1.4.3, but I cannot reproduce it. But during the implementation of OpenVPN for our customer, I met this issue. It happened when the config was too large (around 9K command lines) and the system was overloaded (old servers or GNS3).
Nov 17 2025
Oct 17 2025
Sep 24 2025
Tested https://github.com/vyos/vyos-build/pull/1040. Now it works as expected.
Sep 9 2025
We migrated the NHRP protocol from OpenNHRP to FRR NHRPd in version 1.5.
Using /32 mask on the NHRP tunnel is the FRR limitation. It is mentioned in https://docs.vyos.io/en/latest/configuration/vpn/dmvpn.html
Also, we have a blueprint https://docs.vyos.io/en/latest/configexamples/dmvpn-dualhub-dualcloud.html
Added commands:
Aug 29 2025
The same issue using the VTI interface. Tested in 1.4.3
Aug 27 2025
Aug 25 2025
Aug 20 2025
Aug 13 2025
$ ansible-galaxy collection list | grep -E "vyos.vyos|ansible.netcommon" ansible.netcommon 6.1.3 vyos.vyos 6.0.0
- name: BackUp Cuideo router's config hosts: CUIDEO_ROUTERS

