虛擬機網(wǎng)絡用橋接模式,ping外網(wǎng)結(jié)果怎么是這樣?
[root@localhost ~]# ping www.baidu.com
PING www.a.shifen.com (115.239.211.112) 56(84) bytes of data.
64 bytes from 115.239.211.112: icmp_seq=1 ttl=53 time=12.7 ms
From 192.168.1.103 icmp_seq=2 Redirect NetworkFrom 192.168.1.103: icmp_seq=2 Redirect Network(New nexthop: 192.168.1.253)
64 bytes from 115.239.211.112: icmp_seq=2 ttl=53 time=10.9 ms
From 192.168.1.103 icmp_seq=3 Redirect NetworkFrom 192.168.1.103: icmp_seq=3 Redirect Network(New nexthop: 192.168.1.253)
64 bytes from 115.239.211.112: icmp_seq=3 ttl=53 time=11.6 ms
From 192.168.1.103 icmp_seq=4 Redirect NetworkFrom 192.168.1.103: icmp_seq=4 Redirect Network(New nexthop: 192.168.1.253)
64 bytes from 115.239.211.112: icmp_seq=4 ttl=53 time=11.6 ms
From 192.168.1.103 icmp_seq=5 Redirect NetworkFrom 192.168.1.103: icmp_seq=5 Redirect Network(New nexthop: 192.168.1.253)
64 bytes from 115.239.211.112: icmp_seq=5 ttl=53 time=10.7 ms
From 192.168.1.103 icmp_seq=6 Redirect NetworkFrom 192.168.1.103: icmp_seq=6 Redirect Network(New nexthop: 192.168.1.253)
64 bytes from 115.239.211.112: icmp_seq=6 ttl=53 time=11.7 ms
^C
--- www.a.shifen.com ping statistics ---
6 packets transmitted, 6 received, +5 errors, 0% packet loss, time 5009ms
rtt min/avg/max/mdev = 10.764/11.587/12.767/0.647 ms
通是能通的,但是與一般的結(jié)果顯示又有點不同。
2016-12-11
ping IP或者域名之后,你只要看你的操作窗口顯示了時間??time=12.7 ms之類的,就說明ping成功了。