Netplan, the new interface configuration utility in Ubuntu introduced in Ubuntu 17.10. For configuring static IP in Ubuntu 18.04 we will use Netplan. In the same vein, all the latest versions of Ubuntu Server and Desktop uses Netplan to manage and configure network settings.
Netplan reads network configuration from /etc/netplan/*.yaml. YAML is a commonly used human-readable programming language used for configuration files. Netplan currently works with NetworkManager and Systemd-networkd as supported renderers. NetworkManager commonly used for Desktop and Systemd-networkd used for Server. However, we can make a choice between them.
- Also Read: How To Install PHP 7.4 on Ubuntu Server
Here at LinuxBots, we try to make your work as simple as we can. That’s why we do most of the work in simple and easy steps. So if you do not want to read the full article, here is the short how-to of configuring static IP address in Ubuntu 18.04 using the Netplan utility.

