如何使用PING命令判断网络故障
答案:3 悬赏:60 手机版
解决时间 2021-02-05 13:14
- 提问者网友:箛茗
- 2021-02-04 20:26
请举例说明,最好是细致一点的,谢谢
最佳答案
- 五星知识达人网友:狂恋
- 2021-02-04 21:42
C:\Documents and Settings\Administrator>ping 192.168.0.1
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms (这样表示网络正常!)
C:\Documents and Settings\Administrator>ping 192.168.0.100
Pinging 192.168.0.100 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), (这样表示网络出现故障,不通了!)
C:\Documents and Settings\Administrator>ping 100.100.100.100
Pinging 100.100.100.100 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 100.100.100.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),(这样表示目标主机不可达,一般是网关配置不正确引起的!)
Pinging 192.168.0.1 with 32 bytes of data:
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Reply from 192.168.0.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms (这样表示网络正常!)
C:\Documents and Settings\Administrator>ping 192.168.0.100
Pinging 192.168.0.100 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), (这样表示网络出现故障,不通了!)
C:\Documents and Settings\Administrator>ping 100.100.100.100
Pinging 100.100.100.100 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 100.100.100.100:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),(这样表示目标主机不可达,一般是网关配置不正确引起的!)
全部回答
- 1楼网友:轮獄道
- 2021-02-04 22:24
ping 后加网址就可以了.
- 2楼网友:北城痞子
- 2021-02-04 22:09
在运行就输入ping 就可以了 例:ping www.wzw008.com 查看就可以了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯