在我们的本地子网中,我们有一个域服务器。它是 Windows Server 2008 R2。
配置如下本指南我认为。
我的主域名是wm.local
。我的服务器是domainserver.wm.local
。我的设备是dev1.wm.local
,dev2.wm.local
等等。
它大多数时候都运行良好,但有时客户端无法解析其他设备的域名。例如,我能ping 另一个客户端的 IP 地址,但 ping FQDN 的结果是:“Ping 请求找不到主机 dev2.wm.local。请检查名称并重试。”
当我启动时,我实际上可以毫无问题地nslookup
查找:dev2.wm.local
> set q=a
> dev2.wm.local
Server: domainserver.wm.local
Address: 192.168.1.203
Name: dev2.wm.local
Address: 192.168.1.102
因此可以解析给定的域。
重新启动网络适配器可以暂时解决问题。
但例如ipconfig /flushdns
不能解决问题,主机仍然无法接收任何请求(我正在尝试的方法包括 ping、http 和远程桌面)。
由于这种情况发生在多个客户端上,我猜测服务器上存在配置错误。
找到问题根源的最佳方法是什么?
由于我是一名程序员而不是系统管理员,所以我尝试在互联网上搜索解决方案,但我没有关于如何配置 DNS 服务器的第一手经验。
以下是 的输出ipconfig /all
:
Windows IP Configuration
Host Name . . . . . . . . . . . . : DEV7
Primary Dns Suffix . . . . . . . : wm.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : wm.local
Ethernet adapter Local Area Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Win32 Adapter OAS
Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom NetLink (TM) Gigabit Ethernet
Physical Address. . . . . . . . . : XX-XX-XX-XX-XX-XX
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.107(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.253
DNS Servers . . . . . . . . . . . : 192.168.1.203
194.149.0.157
194.149.0.156
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-54-58
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::1122:84df:5fdf:99bd%20(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.153.189(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 369623079
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-DD-C7-42-F0-4D-A2-2F-40-D5
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.{C60B2904-AF7F-4C0F-94C3-AFF4718D6AE8}:
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.{E3A87D29-B780-42CC-86F7-654B994B6BB2}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter isatap.{9CC8F02B-BC21-4D34-8484-300C76989FC4}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #5
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
答案1
问题是您列出了 3 个 DNS 服务器,其中 2 个似乎是您的 ISPS。删除 194.149.0.157 和 194.149.0.156 作为 DNS 服务器,因为如果您询问它们,您将获得 NXdomain。DNS 不会要求所有 3 个服务器给出答案,它会选择一个,如果它没有回答,则尝试另一个,但如果它回答(即使是否定的),也会使用该答案。您可以将这 2 个名称服务器添加为转发器以利用它们的缓存。但请从您的 DNS 服务器而不是客户端执行此操作。