我有两台电脑,我们称之为A(192.168.0.10)和B(192.168.0.11)。 我要A来ping B,但是A不能ping B,除非B先ping A。
# computer A $ ping 192.168.0.11 # result: Destination Host Unreachable # computer B $ ping 192.168.0.10 # result: works # 64 bytes from 192.168.0.10: icmp_seq=20 ttl=64 time=1.76 ms # computer A (after computer B pinged A) $ ping 192.168.0.11 # result: works # 64 bytes from 192.168.0.11: icmp_seq=1 ttl=64 time=2.65 ms
你有什么想法会发生什么? 由于这种行为,我不能ssh B电脑之前的计算机ssh例如。
这发生在我的WLAN。
您的networking可以configuration为这样做。 读直到在ServerFault 上收到一个ping命令才能ping通LAN 。