-
Notifications
You must be signed in to change notification settings - Fork 899
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
[docs]: Questions About Route Configuration #5940
Comments
That example would only work if the route was added as an "onlink" route (a "normal" route requires the gateway to have an IP address in the machine's subnet). Which distro, which cloud-init version, and which cloud-init network renderer are you using? Only the netplan and networkd renderers appear to support "onlink". |
I get it,Thanks distro: openEuler |
Is this supported by some network renderers? I test it and the cloud-init command is successfully executed, but the nameserver information cannot be found. |
The example does not specify which network renderers are supported. The cloud-init execution logs do not contain information such as unsupported or error information. I'm sorry, but I'd like to ask. Where can I find this explanation? Thanks. |
https://github.com/canonical/cloud-init/blob/main/cloudinit/distros/networking.py#L268 |
Documentation request
I use the following routing configuration:
https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v1.html#route-example
dev name and mac_address match the one in my environment, not the one in the example. However, the route in the example cannot be queried.
I get 192.168.23.0/24, not 192.168.24.0/24. Why is that?
The text was updated successfully, but these errors were encountered: