Thursday, October 6, 2022

Ubuntu Networking

 Today I had a system that for some reason was suddenly missing the network-manager and couldn't bring up the ethernet in the way I typically have.

The following was quick and simple and brought up the nic and requested dhcp.


sudo dhclient eth0  (or whatever your network adapter is)

If you need to look at your nic names, try looking in /etc/netplan/00-installer-config.yaml