Switching network configuration from ifupdown to netplan
In cloud servers created from pre-built images with Ubuntu 18.04, 20.04, and 22.04, the ifupdown utility is used to configure the network by default.
You can switch network configuration from ifupdown to netplan; the procedure depends on whether the cloud-init agent is installed in the image.
Cloud-init is installed
Cloud-init is not installed
-
Remove ifupdown:
sudo apt purge ifupdown -
Perform a soft restart of the server:
sudo reboot nowThe cloud-init agent will automatically configure the network for netplan.