我“ping IP地址 —t”,出现如下情况
Request timed out.
Reply from 172.16.215.193:Destination net unreachable.
Reply from 172.16.215.193:Destination net unreachable.
Reply from 172.16.215.193:Destination net unreachable.
Request timed out.
Reply from 172.16.215.193:Destination net unreachable.
Reply from 172.16.215.193:Destination net unreachable.
Reply from 172.16.215.193:Destination net unreachable.
……
请问什么情况下会出现这种情况
參考答案:destination net unreachable"这个信息表示对方主机不存在或者没有跟对方建立连接。这里要说明一下"destination host unreachable"和"time out"的区别,如果所经过的路由器的路由表中具有到达目标的路由,而目标因为其它原因不可到达,这时候会出现"time out",如果路由表中连到达目标的路由都没有,那就会出现"destination net unreachable"。