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 without registration, duration hours minute second in high quality. This video was added by user Root Infotech 30 September 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 259 once and liked it 5 people.