Respostas RTNETLINK: Arquivo existe Falha ao abrir eth0

Respostas RTNETLINK: Arquivo existe Falha ao abrir eth0

Eu tenho três servidores idênticos nos quais eu usei SSH, mas não consegui em um deles após reiniciar.

reinicialização da rede de serviço, basta exibir "Respostas RTNETLINK: arquivo existe. Falha ao abrir 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 funcional

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

informação relacionada