RTNETLINK 답변: 파일이 존재합니다. eth0을 불러오지 못했습니다.

RTNETLINK 답변: 파일이 존재합니다. eth0을 불러오지 못했습니다.

SSH로 연결하는 동일한 서버가 3개 있지만 다시 시작한 후에는 그 중 하나에 연결할 수 없습니다.

서비스 네트워킹을 다시 시작하면 "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

관련 정보