Eu tenho 3 servidores idênticos que eu SSH em, mas não consegui em um deles depois de um reinício.
reiniciar a rede de serviços é só abrir "Respostas RTNETLINK: Arquivo existe Falha ao abrir a eth0"
rota apenas mostra
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
Mas em um servidor em funcionamento
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
O arquivo / etc / network / interfaces é idêntico (obviamente com endereços IP diferentes, que são falsos aqui)
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
Tags networking debian linux