Sugiro que você altere seu arquivo / etc / network / interfaces para:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.100.42
netmask 255.255.255.0
gateway 192.168.100.1
dns-nameservers 8.8.8.8 192.168.100.1
Reinicie a interface:
sudo ifdown eth0 && sudo ifup -v eth0
Verifique:
ping -c3 www.ubuntu.com