Windows 7 停止在看似随机的时间发送 DNS 数据包

Windows 7 停止在看似随机的时间发送 DNS 数据包

直接 ping 一个 IP(以及几乎任何其他直接 IP 连接)似乎都可以通过。

另一方面,当 ping 一个域、使用 chrome 进入一个网站或尝试使用 nslookup 进行调试时,结果如下:

C:\Windows\system32>nslookup google.com
DNS request timed out.
    timeout was 2 seconds.
Server:  UnKnown
Address:  8.8.8.8

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Request to UnKnown timed-out

奇怪的是,在 wireshark 上嗅探显示未发送任何 DNS 数据包完全没有。nslookup 不行,chrome 不行,其他任何东西都行。偶尔会发送 DNS 请求,甚至得到答复,但绝大多数时候,什么都没有。

我只有一个网络接口,重新启动后,问题就暂时得到解决。

DNS 配置为 8.8.8.8 prim 和 8.8.4.4 sec。

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Bar-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Marvell Yukon 88E8056 PCI-E Gigabit Ether
net Controller
   Physical Address. . . . . . . . . : 20-CF-30-XX-XX-XX
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::9a3:8043:80b0:3350%10(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.0.0.17(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.0.138
   DHCPv6 IAID . . . . . . . . . . . : 2370XXXX
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-XX-XX-XX-XX

   DNS Servers . . . . . . . . . . . : 8.8.8.8
                                       8.8.4.4
   NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter Local Area Connection* 9:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{2758E2BA-5AD9-42BD-BF21-7FEDAF516EE9}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #4
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

我尝试更新并回滚驱动程序,但无济于事。

Tcpip 注册表项似乎也很好。

禁用卡巴斯基互联网安全软件和 Windows 防火墙。没有帮助。

相关内容