草图大师在哪渲染:怎么用PING命令看通没 怎么输 出来的结果怎么看

来源:百度文库 编辑:高校问答 时间:2024/05/04 17:56:24

Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

C:\>ping 202.96.128.166

Pinging 202.96.128.166 with 32 bytes of data:

Reply from 202.96.128.166: bytes=32 time=83ms TTL=247
Reply from 202.96.128.166: bytes=32 time=61ms TTL=247
Reply from 202.96.128.166: bytes=32 time=33ms TTL=247
Reply from 202.96.128.166: bytes=32 time=61ms TTL=247

Ping statistics for 202.96.128.166:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 33ms, Maximum = 83ms, Average = 59ms

C:\>

这样就是通的.

ping ×××。×××。×××。××× -t

补充:
c:\>ping xxx.xxx.xxx.xxx -t
表示不显时间的一直探测下去.
如过不带参数的话只探测4次.
c:\>ping 127.0.0.1
可以探测自己机器网卡是否工作正常

在DOS模式下,如果你是2000或XP系统,可以使用“开始”,“运行”,输入“cmd”来运行DOS模式。
然后输入ping空格和你需要的IP地址,然后回车看结果:如果结果显示“Request timed out.”表示这个地址不通(没有人使用或占用)。

如果结果显示为几行:“Reply from...(你输入的IP地址)”则表示这个地址是通的(有人使用或占用)

ping 10.186.52.x

把ip换成你的地址,就会有相应的提示