虚拟机网络用桥接模式,ping外网结果怎么是这样?

来源:3-1 Linux网络命令之网络环境查看命令

boboking

2016-12-06 09:59

[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

通是能通的,但是与一般的结果显示又有点不同。

写回答 关注

1回答

  • 仰望、
    2016-12-11 09:14:59
    已采纳

    ping IP或者域名之后,你只要看你的操作窗口显示了时间  time=12.7 ms之类的,就说明ping成功了。

    仰望、 回复boboki...

    共同学习。

    2016-12-19 21:44:29

    共 2 条回复 >

Linux网络管理

为你带来Linux网络环境搭建,介绍远程登录工具的使用

114246 学习 · 410 问题

查看课程

相似问题