Switch network configuration from ifupdown to netplan
In cloud servers created from off-the-shelf images running Ubuntu 18.04, 20.04, and 22.04 operating systems, the ifupdown utility is used by default to configure the network.
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 programmatic reboot of the server:
sudo reboot nowThe cloud-init agent will independently configure the network for netplan.