Howdy, I had an issue where I was getting two IP addresses using the static.yaml config. The static I set and a dhcp address.
Added these lines:
dhcp6: false
dhcp4: false
Found this here.
Also, sudo chmod 600 /etc/netplan/static.yaml to get rid of permissions issue.
Howdy, I had an issue where I was getting two IP addresses using the static.yaml config. The static I set and a dhcp address.
Added these lines:
Found this here.
Also,
sudo chmod 600 /etc/netplan/static.yamlto get rid of permissions issue.