View difference between Paste ID: rJE8x9Ln and F05rvXCN
SHOW: | | - or go back to the newest paste.
1-
sudo nano /etc/network/interfaces
1+
auto lo
2-
#iface eth0 inet static	
2+
iface lo inet loopback
3-
address 192.168.1.100
3+
iface eth0 inet static
4-
network 192.168.1.0
4+
	address 192.168.1.100
5-
netmask 255.255.255.0
5+
	network 192.168.1.0
6-
broadcast 192.168.1.255
6+
	netmask 255.255.255.0
7-
gateway 192.168.1.1
7+
	broadcast 192.168.1.255
8-
dns-nameservers 192.168.1.1 8.8.8.8
8+
	gateway 192.168.1.1
9
	dns-nameservers 192.168.1.1 8.8.8.8