SSH 接続できる同一のサーバーが 3 台ありますが、再起動後にそのうちの 1 台に接続できなくなりました。
サービス ネットワーキングを再起動すると、「RTNETLINK の応答: ファイルが存在します。eth0 の起動に失敗しました」が表示されます。
ルートはただ表示される
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
しかし、稼働中のサーバーでは
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
/etc/network/interfaces ファイルは同一です (明らかに IP アドレスが異なりますが、ここでは偽物です)
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