Network Set up of Ubuntu
Open terminal window
Type sudo gedit /etc/network/interfaces and press enter
Type password for your root
Copy following lines to that file
auto eth0
iface eth0 inet static
address 192.168.1.100
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
Save file and close the editor
restart network with following command
sudo /etc/init.d/networking restart
No comments:
Post a Comment