-
Notifications
You must be signed in to change notification settings - Fork 26
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
Validate if imcp redirects are working #65
Comments
i think you have problems with the netmask of the interface but lets do a quick call to find out. |
got it running not only the respective device has to be set to accept_redirects also the all configuration.
after that the respective route cannot be easily found due to it's transient nature but
should show the right hop. |
thats a bit odd. Why the setting per interface then? Any clues? |
naturally it is different per setting ... only obtainable in source code .... |
ok thanks for digging this up |
ok but we could enable it for all and disable it for cbr0 maybe. |
I'm just thinking about preventing route manipulations from a pod |
maybe |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@SchwarzM Do we have |
no not yet because i am unsure how to package that right if we want to update it at some point later we might need to use a daemonset or something more tangible then a systemd unit file |
pinging the pod cider of another nodes yields this:
So the router sends icmp redirects.
I would expect that these redirects stop as the ping packets gets routed to the next hop directly but they don't. So it looks to me like redirects are not accepted by the node executing the ping.
Redirects are enabled and should be working:
I even tried disabling
secure_redirects
which didn't change anything.I would like to have redirects working to avoid sending in-cluster communication through the router unnecessary. We should validate if it is working or make it so otherwise.
The text was updated successfully, but these errors were encountered: