Replies: 3 comments 3 replies
-
Kind on a similar page, so I connected all my machines through tailscale. And using The systemctl status on k3s-node is throwing this error:
10.0.0.33 IP is from default interface, not tailscale :/ |
Beta Was this translation helpful? Give feedback.
-
Sorry late to the party. How is life as the sleep deprived ? You can easily change your ubuntu VMs to be on "eth0". Add a udev rule cat /etc/udev/rules.d/70-persistent-net.rules Adjust for your mac address. This seems to happen automagically on Debian cloud-init VMs. |
Beta Was this translation helpful? Give feedback.
-
Hi, Had the same issue with unmatching network interface name while mixing Elitedesk mini, RPI and other odds systems. Edit the /etc/netplan/*.yml adding the matching mac address of your adapter and the set_name argument with the desired name.
Then
It's not beautiful but it work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure this is the core of my issues yet I am trying to build a multi-arch cluster split between Ubuntu VMs and RPi4. Ubuntu VM network interface are
ens18
and RPi4 areeth0
which obviously had me ran into a few issues. Is there an easy workaround ? Where could I find documentation around this items ?Beta Was this translation helpful? Give feedback.
All reactions