我遇到过最奇怪的DNS Resulution问题。 而奇怪的我的意思是我只能确认这个问题在我们的networking(我的工作站Win7和pipe理DNS服务器Win2008R2)的两台主机,它只存在,直到我重新启动DNS客户端。
我们公司有两个networking。 所有服务器,路由器和交换机所在的pipe理networking以及所有员工PC所在的生产networking。 有一个DC和另一个pipe理服务器也充当辅助DNS服务器。
这个问题一年前在我的电脑上开始了,在过去的一年里有时候我无法从我的电脑上parsing单个标签的名字。 我的电脑位于生产networking。
在这种情况下最奇怪的是,当我打开我的电脑时,一切正常。 然后一段时间后,这个问题出现了, 如果我重新启动DNS客户端问题已经消失了一段时间(这是我可以再次解决),但15-30分钟后,它再次出现 。
2个月前,在我之前提到的辅助DNS服务器上发生此问题。 如何才能自己的DNS服务器的服务器无法parsing名称? 如果我重新启动DNS客户端问题已经消失了一段时间。 我真的不知道为什么会发生这种情况,并开始让我疯狂。 没有其他pipe理员在他们的电脑上报告过类似的东西。
nslookup也正常工作。 这是干扰DNS客户端的事情。 任何build议将被认真考虑。
—-
这是这个现实的一个例子:
注意:“阿波罗”是一个思科路由器在两个networking接口,它没有netbios因此唯一的方法来find它的名字是通过DNS。
C:\>ping apollo Ping request could not find host apollo. Please check the name and try again. C:\>ping apollo.corp.local Ping request could not find host apollo. Please check the name and try again. C:\>net stop dnscache && net start dnscache C:\>ping apollo Pinging apollo.corp.local [192.168.5.1] with 32 bytes of data: Reply from 192.168.5.1: bytes=32 time<1ms TTL=255 C:\>ipconfig /all Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : corp.local Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connection Physical Address. . . . . . . . . : 00-1D-92-0D-D5-01 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::ec96:c947:de50:b3f5%10(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.5.103(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Monday, November 25, 2013 9:10:43 43 Lease Expires . . . . . . . . . . : Tuesday, November 26, 2013 9:10:45 45 Default Gateway . . . . . . . . . : 192.168.5.1 DHCP Server . . . . . . . . . . . : 192.168.5.7 DHCPv6 IAID . . . . . . . . . . . : 234888594 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-2C-C9-07-00-1D-92-0D-D5-01 DNS Servers . . . . . . . . . . . : 192.168.5.7 10.10.0.21 8.8.8.8 NetBIOS over Tcpip. . . . . . . . : Enabled
> DNS Servers . . . . . . . . . . . : 192.168.5.7 10.10.0.21 8.8.8.8
您的第三方DNS服务器是Google的一个。 你为什么要在客户端上configuration它,而不是在你的内部DNS服务器上configuration转发器?
当问题发生时,机器可能试图向Google查询内部地址(显然没有得到响应)。 这并不能解释为什么它只发生在几台机器上,但我会考虑改变这一切。