Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source routing is broken #2475

Open
omkhar opened this issue Nov 14, 2021 · 2 comments
Open

source routing is broken #2475

omkhar opened this issue Nov 14, 2021 · 2 comments

Comments

@omkhar
Copy link

omkhar commented Nov 14, 2021

In the last couple of weeks It appears source routing (applying different routing rules based on source IP) is broken. This worked fine previously, I only noticed this was broken after rebooting a Clear Linux box serving as a router about 2 weeks ago. Simple test:

  1. Setup clear linux device as a default gateway (standard NATting, box should be the default route for devices behind it)
  2. Setup source routing - fail

sample source routing commands (which worked fine before)

ip rule add from 192.168.200.124 table 10
ip route add 192.168.200.124 dev tun0 table 10
ip route add default via 10.8.0.1 dev tun0 table 10
ip route flush cache
@bryteise
Copy link
Member

Do you know the last version that was working and the first version that it broke?

@omkhar
Copy link
Author

omkhar commented Nov 16, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants