首页 热点资讯 义务教育 高等教育 出国留学 考研考公

怎样在命令提示符中,查看一个IP地址的服务器通不通

发布网友 发布时间:2022-04-24 04:14

我来回答

5个回答

热心网友 时间:2023-10-27 02:44

ping IP地址,比如
ping 192.168.0.2
如果是通的,显示这样的信息:

Pinging 192.168.0.2 with 32 bytes of data:

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time=1ms TTL=

Ping statistics for 192.168.0.2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 1ms, Average = 0ms

否则,就是这样的:

Pinging 192.168.1.4 with 32 bytes of data:

Request timed out.

Request timed out.

Request timed out.

Request timed out.

Ping statistics for 192.168.1.4:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

热心网友 时间:2023-10-27 02:44

使用Ping命令,如你要Ping百度的服务器就可以这样:
ping www.baidu.com -t (注意有空格)
IP地址可以这样写:
ping 221.180.122.65 -t
如果和服务器通的话会返回响应时间多少ms,不通的话是返回Request time out。

热心网友 时间:2023-10-27 02:45

ping xxx.xxx.xxx.xxx(ip地址)
如果返回reply from xxx.xxx.xxx.xxx这是通的,另外,本地也可一使用ipconfig,在cmd中输入ipconfig后回车,出现相关信息

热心网友 时间:2023-10-27 02:44

ping IP地址,比如
ping 192.168.0.2
如果是通的,显示这样的信息:

Pinging 192.168.0.2 with 32 bytes of data:

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time=1ms TTL=

Ping statistics for 192.168.0.2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 1ms, Average = 0ms

否则,就是这样的:

Pinging 192.168.1.4 with 32 bytes of data:

Request timed out.

Request timed out.

Request timed out.

Request timed out.

Ping statistics for 192.168.1.4:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

热心网友 时间:2023-10-27 02:44

使用Ping命令,如你要Ping百度的服务器就可以这样:
ping www.baidu.com -t (注意有空格)
IP地址可以这样写:
ping 221.180.122.65 -t
如果和服务器通的话会返回响应时间多少ms,不通的话是返回Request time out。

热心网友 时间:2023-10-27 02:45

ping xxx.xxx.xxx.xxx(ip地址)
如果返回reply from xxx.xxx.xxx.xxx这是通的,另外,本地也可一使用ipconfig,在cmd中输入ipconfig后回车,出现相关信息

热心网友 时间:2023-10-27 02:46

guojingcha 说得很全面了,不过最好能在 ping命令后面加个“(空格)-t”,这样的话在你不关闭窗口的情况下它会一直ping下去的。

热心网友 时间:2023-10-27 02:46

ping ***.***.***.***

看他返回的信息

热心网友 时间:2023-10-27 02:46

guojingcha 说得很全面了,不过最好能在 ping命令后面加个“(空格)-t”,这样的话在你不关闭窗口的情况下它会一直ping下去的。

热心网友 时间:2023-10-27 02:46

ping ***.***.***.***

看他返回的信息

热心网友 时间:2023-10-27 02:44

ping IP地址,比如
ping 192.168.0.2
如果是通的,显示这样的信息:

Pinging 192.168.0.2 with 32 bytes of data:

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time<1ms TTL=

Reply from 192.168.0.2: bytes=32 time=1ms TTL=

Ping statistics for 192.168.0.2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 1ms, Average = 0ms

否则,就是这样的:

Pinging 192.168.1.4 with 32 bytes of data:

Request timed out.

Request timed out.

Request timed out.

Request timed out.

Ping statistics for 192.168.1.4:

Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

热心网友 时间:2023-10-27 02:44

使用Ping命令,如你要Ping百度的服务器就可以这样:
ping www.baidu.com -t (注意有空格)
IP地址可以这样写:
ping 221.180.122.65 -t
如果和服务器通的话会返回响应时间多少ms,不通的话是返回Request time out。

热心网友 时间:2023-10-27 02:45

ping xxx.xxx.xxx.xxx(ip地址)
如果返回reply from xxx.xxx.xxx.xxx这是通的,另外,本地也可一使用ipconfig,在cmd中输入ipconfig后回车,出现相关信息

热心网友 时间:2023-10-27 02:46

guojingcha 说得很全面了,不过最好能在 ping命令后面加个“(空格)-t”,这样的话在你不关闭窗口的情况下它会一直ping下去的。

热心网友 时间:2023-10-27 02:46

ping ***.***.***.***

看他返回的信息

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com