RTNETLINK 回答:文件存在,无法启动 eth0

RTNETLINK 回答:文件存在,无法启动 eth0

我有 3 个相同的服务器,我可以通过 SSH 连接,但重启后无法连接其中一个。

服务网络重启只会显示“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

相关内容