ping 不了啊,不知道我们的网络是什么结构
社会栋梁 2003-12-17 06:35:04 C:\>ping www.tencent.com 不只是tencent
Pinging www.tencent.com [219.133.40.91] with 32 bytes of data:
Reply from 202.138.197.254: Destination net unreachable.
Reply from 202.138.197.254: Destination net unreachable.
Reply from 202.138.197.254: Destination net unreachable.
Reply from 202.138.197.254: Destination net unreachable.
Ping statistics for 219.133.40.91:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
*********************************************************************
202.138.197.254为我们网关,为什么会汇报unreachable
*********************************************************************
再之后用tracert也是,无法进行下去啊??
我ping了很多网站都失败了!!!!
好象全被网关拒绝了,你看看是网关REPLY的
不知道我们的网络是什么结构啊??
icmp包被拦截了
怎么才能收到??
请指教,谢谢
我加分!
===========================================
附:
Destination Net Unreachable 这个信息表示对方主机不存在或者没有跟对方建立连接。这里要说明一下"destination host unreachable"和"time out"的区别
如果所经过的路由器的路由表中具有到达目标的路由,而目标因为其它原因不可到达 这时候会出现"time out"
如果路由表中连到达目标的路由都没有
那就会出现"destination host unreachable
===========================================================