总听说ping一下儿DNS,但是怎么做啊?

急问大侠!谢谢!!!
2024-12-23 02:23:28
推荐回答(5个)
回答1:

在开始里运行输入 ping dns -t

比如你不知道你的dns是多少.可以用以下命令来获取

运行里输入cmd

然后输入ipconfig /all

得到以下信息

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

C:\Documents and Settings\Morecn>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : main
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter 本地连接:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
Physical Address. . . . . . . . . : 00-E0-2E-0E-10-62
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.8
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 202.106.0.20
202.106.46.151
Lease Obtained. . . . . . . . . . : 2006年11月11日 15:07:22
Lease Expires . . . . . . . . . . : 2006年11月18日 15:07:22

C:\Documents and Settings\Morecn>

看到DNS Servers 没有.

然后把dnsIP输入

ping 202.106.0.20 -t

回答2:

开始---运行——cmd——ipconfig/all
会出现你的IP地址和dns ,然后输入ping dns地址。

回答3:

开始/运行CMD/然后ping XX.XX.XX.XX(www也行,例如www.qq.com)
然后回车

回答4:

开始-运行-输入cmd-进入DOS窗口,随后输入ping+空格+DNS地址+空格+ -t 回车就行了

回答5:

看DNS,先到Whois.net看,看到NS的地址再去Ping。
不过我不明白你的用意