Configure static IP address netplan on Ubuntu 18.04
Configure static IP address using Netplan Netplan network configuration had been first introduced to Ubuntu 18.04 LTS Bionic Beaver. It is available to all new Ubuntu 18.04 installations. Depending on your Ubuntu installation Netplan may not be avaiable on upgraded Ubuntu systems. configure a static IP address for your network interface using /etc/network/interfaces Ubuntu 18.04 has used Netplan, netplan is a utility that can simplify network configuration, you only need to create a configuration file in yaml in the directory / etc / netplan, the netplan uses 2 renderers, namely NetworkManager and Networkd, we will use the networkd renderer because of networkmanager renderer usually used for desktop users. To configure a static IP address on your Ubuntu 18.04 server you need to modify a relevant netplan network configuration file within /etc/netplan/ directory. For example you might find there a default netplan configuration file called...