LINUX
Ubuntu Network Disapears
  • All of a sudden my network card disapeared on Ubuntu 24.04 after setting a static address on /etc/netplan/*.yaml
  • turned on the interface ip link set ens33 up
  • at first I just tried neplan apply and I got an error about the version in the yaml file being set to 1 which only version 2 is allowed
  • I changed the version to 2
  • then ran the following command
netplan apply