|
|
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=2.69 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.438 ms
--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.438/1.564/2.690/1.126 ms
linux:/home/haod # ping 192.168.0.2
PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data.
64 bytes from 192.168.0.2: icmp_seq=1 ttl=128 time=0.349 ms
64 bytes from 192.168.0.2: icmp_seq=2 ttl=128 time=0.448 ms
64 bytes from 192.168.0.2: icmp_seq=3 ttl=128 time=0.398 ms
--- 192.168.0.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.349/0.398/0.448/0.043 ms
linux:/home/haod # ping www.163.com
connect: Network is unreachable
linux:/home/haod #
为什么上不了,
connect: Network is unreachable什么意思,怎么解决? |
|