Sugiro o seguinte arquivo / etc / network / interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.254.120 #assuming this address is outside the range used for DHCP in the router
netmask 255.255.255.0
gateway 192.168.254.1
dns-nameservers 8.8.8.8 192.168.254.1
Agora, obtenha o sistema para ler e usar as alterações:
sudo ifdown eth0 && sudo ifup eth0
Verifique se você pode acessar a internet:
ping -c3 www.google.com