-
Notifications
You must be signed in to change notification settings - Fork 546
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
Support for routing rules and tables #7184
Comments
Some notes from implementation point of view:
|
Would be great if also something like this would be possible: |
This makes sense, but it is totally different from this issue. This should go to #4421 |
@smira Please don't treat this as managing a firewall because the above command helps to route the LAN network to get internet. But his intention is to make Talos to support NAT. Example: I have a 1Gbit Internet and 10Gbit LAN (without Internet). But in Talos, as of now there is no way to use 10Gbit LAN without a workaround. If we use a 10Gbit network for the K8s network then there will be no internet as there is no way to set up NAT in Talos. So Talos should have the option to set up NAT so we can route the Private network traffic to the different interfaces to get Internet. So something like
eth0 - 10Gbit LAN |
I need to set a "blackhole" route in my cluster, in general ip route support doing this:
So as part of this feature request we could also add
And it seems to have done the trick but I am not really sure if this is something that is actually supported or not. |
Hey there, I just want to note that I'm also looking the way for doing this, I can sponsor on writing implementation. my issue: #8738 |
It would be useful for Hetzner vSwitch and OVH vRack. |
Feature Request
Support for routing rules and tables in the machine config
Description
For various setups on Bare Metal, more advanced routing configuration possibilities are needed. This would allow for things like
See this discussion for an example use case.
The text was updated successfully, but these errors were encountered: