Tengo 3 servidores idénticos a los que entro por SSH, pero no pude en uno de ellos después de reiniciar.
El reinicio de la red del servicio simplemente muestra "Respuestas RTNETLINK: El archivo existe. No se pudo abrir eth0"
la ruta solo muestra
Destination Gateway Genmask Flags Metric Ref Use Iface
172.16.0.0 * 255.255.255.0 U 0 0 0 eth0
176.123.62.0 * 255.255.254.0 U 0 0 0 eth0
Pero en un servidor que funcione
Destination Gateway Genmask Flags Metric Ref Use Iface
default 172.16.0.1 0.0.0.0 UG 0 0 0 eth0
172.16.0.0 * 255.255.255.0 U 0 0 0 eth0
176.123.62.0 * 255.255.254.0 U 0 0 0 eth0
El archivo /etc/network/interfaces es idéntico (obviamente con diferentes direcciones IP, que aquí son falsas)
The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 176.123.62.999
netmask 255.255.254.0
gateway 172.16.0.1
auto eth0:1
iface eth0:1 inet static
address 172.16.0.999
netmask 255.255.255.0