How to configure static IP address on Ubuntu 18.04 (Step by Step)

Published: 30 September 2020
on channel: Root Infotech
259
5

In this video you will learn how to configure static IP address on Ubuntu 18.04 step by step very easily. . I have shared all step and command in below.

How to set static ip address in ubuntu 18.04.
1.ifconfig -a
2. sudo netplan generate
3. sudo nano /etc/netplan/01-network-manager-all.yaml
4.
ethernets:
ens33:
dhcp4: no
dhcp6: no
addresses: [192.168.4.77/24, ]
gateway4: 192.168.4.1
nameservers:
addresses: [192.168.4.1]
5.sudo netplan apply
6. ifconfig -a

Thanks for watching this video. If this video is helpful please subscribe my channel and like this video and comment us.

Thank you so much...


Watch video How to configure static IP address on Ubuntu 18.04 (Step by Step) online, duration hours minute second in high quality that is uploaded to the channel Root Infotech 30 September 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 259 times and liked it 5 visitors.