r6:~$ show ip route 172.107.195.1 Routing entry for 172.107.195.1/32 Known via "static", distance 1, metric 0, best Last update 00:32:33 ago * 38.39.193.57, via eth0, weight 1
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
May 10 2021
I've also tried with disable-connected-check option with no effect
This is the current setup:
I think there is no routes to neighbor
So you get it via default-route
You need to declare /32 route
Or use option
“ set protocols bgp neighbor <address|interface> disable-connected-check”
The route is set and validated with traceroute and it has 2 hops.
it not directly connected neighbours It can’t determine route to the next hop.
Try to set /32 route to ipv4 next hop and check again.
Related to the image here are sanitized configs (I've removed firewall entries since I've tested without a firewall config and the issue persists. I've replaced all IPs with dummy ones
I can try to sanitize my configs and post here – FWIW, this issue is not in 1.2.7 LTS (self built)
Here is an old implementation for Vyatta. Moreover Jool does MAP-T, offers a kernel module, and is being implemented into nftables.
I tested vyos-1.3-rolling-202105011026-amd64.iso and everything is correct
@francis We don't know anything about this issue.
And it difficult to say without the current configuration.
May 9 2021
Any thoughts here @Viacheslav ? This issue persists in 1.3-rc4
Will take a look later today starting of with VyOS 1.4
May 8 2021
@Viacheslav yes it was rc4 got the link some day's befor release via slack. I will setup a test lab next days, these boxes are now in production.
@rherold can you recheck it? Or say is it real 1.3.0-rc4?
I can't reproduce it.
May 7 2021
set vpn ipsec site-to-site peer 100.64.0.2 dhcp-interface eth1
Which proper format do we need?
For example 2 tunnels:
peer-100.64.0.2-tunnel-0
peer-100.64.0.2-tunnel-1
PBR works if we change the static route to:
Maybe related task T3505 which deletes the default route for DHCP in the commit.
Note that adding autosudo=False to the call to cmd does not fix this issue because this parameter is never passed to popen: https://github.com/vyos/vyos-1x/blob/current/python/vyos/util.py#L143
Confirming that this bug is still present on 1.4-rolling-20210505111.
May 6 2021
I have not built vyos since 2018, so my last production version was 201803051831.