Executar
ifconfig
e veja o nome do seu adaptador de rede. O meu é: enp0s3
agora execute este comando
sudo nano /etc/network/interfaces
e você deve obter algo dentro .... delete tudo e cole isto (mas mude o nome do adaptador de rede onde enp0s3 é):
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp0s3
iface enp0s3 inet dhcp
salve o documento e reinicie ...