我有 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