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

explicilty specify source IP to use when send traffic over tunnels #428

Merged
merged 1 commit into from
May 10, 2018

Conversation

murali-reddy
Copy link
Member

Change the routes created to send traffic over tunnel interface from

100.96.0.0/24 dev tun-172205645  proto 17
100.96.1.0/24 dev tun-1722051121  proto 17

to

100.96.0.0/24 dev tun-172205645  proto 17  src 172.20.95.219
100.96.1.0/24 dev tun-1722051121  proto 17  src 172.20.95.219

Fixes #427

@murali-reddy
Copy link
Member Author

Fixes is in cloudnativelabs/kube-router-git:tunnel-src-ip

@murali-reddy murali-reddy merged commit 359ab1d into master May 10, 2018
@aauren aauren deleted the tunnel-src-ip branch September 4, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant