Skip to main content
Switch network configuration from ifupdown to netplan
Last update:

Switch network configuration from ifupdown to netplan

In cloud servers created from ready-made images with 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.

  1. Connect to the server.

  2. Remove ifupdown:

    sudo apt purge ifupdown
  3. Perform a programmatic reboot of the server:

    sudo reboot now

    The cloud-init agent will independently configure the network for netplan.