How to Set Static IP Address in ubuntu
If you user of ubuntu 20.04 LTS and you need to connect your computer with network. use the following steps to set IP address on ubuntu.
How to configure a static IP address on Ubuntu 20.04 LTS Desktop using GNOME graphical user interface
1. Click on the top right network icon and select wired off.
You can also set the IP address on your ubuntu using command. for set the IP address using command use the following steps.
1. first identify the name of the ethernet interface you want to configure.
Type command nmcli d and press enter
2. In Ubuntu 20.04 LTS version use Netplan for managing the network configuration. Netplan configuration are driven by .yaml files located in /etc/netplan directory.
Type command: cd /etc/netplan/
After save the file and apply the changes with using command
sudo netplan apply
0 Comments