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

routing on tunnel interface not set correctly #427

Closed
murali-reddy opened this issue May 7, 2018 · 0 comments
Closed

routing on tunnel interface not set correctly #427

murali-reddy opened this issue May 7, 2018 · 0 comments

Comments

@murali-reddy
Copy link
Member

When nodes are in different subnets IPIP tunnelinig is used to send the pod-to-pod traffic across the nodes.

So right now the tunnel interface looks like

100.96.1.0/24 dev tun-1722074240  proto 17

While it works fine when physical interface used for the tunnel has single IP. But when there are multiple IP's on physcial interface, then traffic send on the tunnel interface, eventually may endup sending the packets with not necessarily using node IP.

This breaks the PBR routing setup on the node. Please see #421 on role PBR plays when sending the triaffic on the tunnels.

Kube-router needs to control the source IP used when sending the traffic over tunnel interface. Source IP should be Node IP only.

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

No branches or pull requests

1 participant