Hi @alainlamar how should the generated configuration look like?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Apr 4 2020
Apr 3 2020
Apr 2 2020
Both Routers running VyOS 1.2.3
Apr 1 2020
I tried adding it but failed miserably. This should best be done with the entire BGP rewrite.
Mar 31 2020
Why must the operstate be up? I't rather check if the tunnel is configured (/opt/vyatta/etc/openvpn/status/vtun1.something) exists and then run the commands.
Thus if the tunnel is down due to remote end beeing offline it would not report it as operstate is down (if operstate is properly implemented in OpenVPN)
Mar 30 2020
In IPv6 the next-hop interface is simply called interface to mimic the default IPv6 behavior of the Vyatta code.
Mar 29 2020
vyos@vyos# show interfaces ethernet eth3 address 192.168.3.1/24 vrf red
vyos@vyos# show protocols static route 192.168.3.0/24
next-hop 192.168.3.1 {
next-hop-interface eth3
next-hop-vrf red
}vyos@vyos# run show ip route | match 192.168.3.0 S>* 192.168.3.0/24 [1/0] via 192.168.3.1, eth3(vrf red), 00:01:05
Mar 28 2020
Well - making all IPv6 stuff a noop is not coded into VyOS. Can you show real life examples of increased attack surface?
Actually why do you wan't to disbale IPv6 on the system? I think this is a huge workpackage.