Ping 錯誤重新導向主機新的 nexthop Linux

Ping 錯誤重新導向主機新的 nexthop Linux

在內部網路中工作得很好,我格式化了一台筆記型電腦,當我想從該筆記型電腦連接到網路中的另一台電腦時,出現錯誤

10.8.0.117 Laptop

10.8.0.116 Server

10.8.0.1 Server Router 
ping -c 2 10.8.0.117
PING 10.8.0.117 (10.8.0.117) 56(84) bytes of data.
64 bytes from 10.8.0.117: icmp_seq=1 ttl=64 time=8.93 ms
From 10.8.0.1 icmp_seq=2 Redirect Host(New nexthop: 117.0.8.10)
--- 10.8.0.117 ping statistics ---
2 packets transmitted, 1 received, +1 errors, 50% packet loss, time 1002ms
rtt min/avg/max/mdev = 3.701/3.701/3.701/0.000 ms

如果我連接到它作為路由器工作的伺服器10.8.0.1並從那裡連接到10.8.0.117,它就可以工作。可能是什麼問題呢?

答案1

我確實解決了!我確實在我的密封裝置上設置了 /24 的主機,但如果有人能解釋為什麼會發生這種情況,那就太好了,謝謝您的寶貴時間!

相關內容