Se você editou seu arquivo /etc/network/interfaces
e deseja retornar a uma configuração padrão do Servidor, tente isto:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo eth0
iface lo inet loopback
# The primary network interface
iface eth0 inet dhcp
Isso pressupõe que você esteja obtendo um endereço IP do DHCP na interface eth0
(principal) Ethernet.