April 2018
Beginner
552 pages
13h 58m
English
To set the network interface settings, edit /etc/network/interfaces using the following code:
sudo nano /etc/network/interfaces
Now perform the following steps:
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.254
sudo nano /etc/resolv.conf
nameserver 8.8.8.8 nameserver 8.8.4.4
Read now
Unlock full access