how to setup static ip address Ubuntu
in the video , i am going to show you how to set up static ip address on Ubuntu.
1.. change user to root user by typing sudo -s
2.. nano /etc/network/interfaces and edit it in configuration, for example .
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.193
netmask 255.255.255.192
broadcast 192.168.1.255
gateway 192.168.1.254
dns-nameservers 192.168.1.254
dns-search lan
and we save it by doing CTRL X, and type yes to confirm.
3.. we need to restart the network, type sudo /etc/init.d/networking restart.
by now you should have a static ip address.. thank for watching this video and apologize for my English. thanks
Please like my Facebook page
https://www.facebook.com/diakopc
https://www.facebook.com/chchphonrepair
ip address