-
Notifications
You must be signed in to change notification settings - Fork 930
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
doc: Updates routed nic how-to to use pass netplan config via stdin. #12207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During my testing I discovered that the netplan config is creating link-local addresses on the VM's NIC. This prevents pinging the next-hop addresses on the host because the source address used is the link-local address and there is no return route on the host.
Lets lose the :
link-local:
- ipv4
- ipv6
And instead add: on-link: true
to the static routes instead.
Ahh I didn't catch that when I was testing it. Just to be completely certain, is the following config what we want?
|
Thats it! :) |
b190281
to
eae3b0d
Compare
Ok done 👍 |
Signed-off-by: Mark Laing <mark.laing@canonical.com>
eae3b0d
to
0c84a21
Compare
No description provided.