The root issue could be in https://vyos.dev/T5611 T5611
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 29 2024
Will take care about it after my vacation
In T5998#174912, @Viacheslav wrote:@stoicopa Do you have any ideas for CLI?
@stoicopa Do you have any ideas for CLI?
It is more of an upstream issue.
In addition, the PR already exists https://github.com/vyos/vyos-build/pull/438
Jan 28 2024
Why did you @Viacheslav lower the priority? It's basically broken currently.
Sub-task T5996.
Jan 27 2024
well i was checking this issue and i guess we had to concider
Jan 26 2024
PR to fix here: https://github.com/vyos/vyos-1x/pull/2897
I have conducted additional testing. I can replicate the issue on a fresh VM. It seems the issue arises if the DHCP server is slow to respond upon bootup.
Jan 25 2024
Changes applied
XDP was dropped
The task is not an actual
Jan 24 2024
Same results here. If I remove the routes and re-add them they work perfectly. The issue only comes up at reboot.
I have another result
vyos@r1# set protocols static route 203.0.113.22/32 dhcp-interface eth2 [edit] vyos@r1# commit [edit] vyos@r1# [edit] vyos@r1# vtysh -c "show run" | match 203.0.113 ip route 203.0.113.22/32 192.168.100.1 eth2 [edit] vyos@r1#
[email protected]:~$ show configuration commands | match 111.111.22.227 set protocols static route 111.111.22.227/32 dhcp-interface 'eth0'
PR for policy https://github.com/vyos/vyos-1x/pull/2890
PR for traffic-policy https://github.com/vyos/vyos-1x/pull/2892
WLB is another feature and not related to protocols failover route
I've made mistake while configuring my test stand so the WLB in my GNS3 was affected by contrack on host machine.
Looks like the WLB works as it should.
Sorry to bother you!
Issue is back in 1.4.0-rc3
Update:
It is completely different issue
Sorry about that. I have updated the description.
Found task named wan load balance issues with 3 or more WANs.
BTW, do you have any plans to use this mechanism for WAN failover?
Could you explain or send some examples?
@devon Could you share the example of "set" commands before migration?
It is a good practice to have "set" of commands. It makes the lives of developers easy and is one of the requirements of creating bug reports.
Thanks.
In T1237#174506, @Harliff wrote:BTW, do you have any plans to use this mechanism for WAN failover?
Is it OK to discuss such topics here?
BTW, do you have any plans to use this mechanism for WAN failover?
Could you check it? Available in the latest rolling release
Jan 23 2024
Pr for 1.5: https://github.com/vyos/vyos-1x/pull/2887
Also, issues with the input
vyos@r4# set firewall ipv4 input filter rule 10 action accept [edit] vyos@r4# set firewall ipv4 input filter rule 10 ipsec match-ipsec [edit] vyos@r4# [edit] vyos@r4# commit [ firewall ] Failed to apply firewall: /run/nftables.conf:19:17-27: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip vyos_filter ^^^^^^^^^^^ /run/nftables.conf:47:18-28: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip6 vyos_filter ^^^^^^^^^^^ /run/nftables.conf:75:21-31: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table bridge vyos_filter ^^^^^^^^^^^