speed test info:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
May 8 2024
looks like the problem doesn't reproduce on the newest VyOS version (1.5 and 1.4)
Should be fixed in https://github.com/vyos/vyos-build/pull/600
Please review and approve/merge https://github.com/vyos/vyos-github-actions/pull/2
Mostly impossible for policy local-route
I'm not expecting that it will be implemented at all.
May 7 2024
with the fix n.fort put in this feature is greatly sort after, definitely a thump up from me.
Yes this is indeed resolved after switching to 1.5-rolling-202405070019, thank you so much @n.fort and @Viacheslav
Further tests in lab shows that non-ehternet interfaces are needed in order to offload traffic as expected. An example is when using wireguard interface: in order to offload traffic, it's necessary to add interface wgX to the flowtable.
Otherwise, it won't work as expected
Shouldnt this be adjusted in more files and places?
The current workaround is manual DNAT rules:
set nat destination rule 100 destination port '80' set nat destination rule 100 protocol 'tcp' set nat destination rule 100 translation redirect port '3128'
Add any rules before 100 for excluding DNAT and use "bypass"