我无法解决遇到的 DNS 问题,如下所示:
我有一台运行 VirtualBox 的 Windows 7 Professional(64 位)计算机,上面有几个 Windows XP 客户机(不确定这部分是否相关)。在两台 Windows XP 机器上进行大量文件复制/传输后,客户机和主机都丢失了与 DNS 相关的任何内容,因此我无法通过名称调用任何内容,但通过直接 IP 可以正常工作。唯一的解决办法是重新启动(主机)机器,然后它会正常工作一段时间,直到再次发生这种情况。让它看起来发生得更快的唯一触发器是重新启动大量文件传输,这会导致 DNS 解析再次停止工作。
- 该机器具有固定的IP地址,因此与DHCP无关。
- 我已经尝试过有线和无线连接机器,没有区别。
- IP 设置是手动的,我尝试过为其提供路由器的 DNS 设置(正常设置),也尝试过为其提供 Google 的 DNS 服务器(8.8.8.8 和 8.8.4.4)。没有区别。
- 在交通拥堵时这种情况似乎会(更快)发生。
- 网络中的其他 Windows 7 机器运行良好(尽管它们是家庭版,而不是专业版)。
- 仅 DNS 出现故障,直接 IP 即可正常工作。
- 目前重启似乎是唯一的解决办法。
我现在不知道该如何解决这个问题,我真的不想重新加载 Windows 7,因为它是一个相对较新的安装...我已经阅读过有关我的路由器(BT Home Hub 2.0)有线连接的问题,所以尝试了无线连接,但问题仍然一样。
这是我的 ipconfig /all(它显示了 BT Home Hub 路由器 DNS 设置,但当输入 Google 的 8.8.8.8 和 8.8.4.4 以及路由器 192.168.1.254(默认)时也失败了。
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\G>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : e1
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 30-85-A9-AD-07-81
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::59f:484a:827f:42ba%11(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.87(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
DHCPv6 IAID . . . . . . . . . . . : 238060969
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-39-2B-4D-30-85-A9-AD-07-81
DNS Servers . . . . . . . . . . . : 217.32.171.21
213.120.234.30
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
Physical Address. . . . . . . . . : 08-00-27-00-28-56
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::8d2d:7418:381b:8dc0%15(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.56.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 336068647
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-39-2B-4D-30-85-A9-AD-07-81
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{486D4DCC-9CB7-417E-A796-596E0E6B1D54}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Teredo Tunneling Pseudo-Interface:
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.{67455999-75A5-436E-9EAC-12B093363132}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
C:\Users\G>
有什么想法可以查找哪里,或者提供什么其他信息以提供帮助?
提前谢谢了。