我们在这里有一个非常类似的问题: Server 2012 R2 DCparsing域名PC的DNS,但不是为自己
我们也有一个服务器2012 R2独立DC abd得到非常相似的问题(虽然不完全相同的BPA错误)。 服务器本身无法parsing名称,但是为networking上的所有其他客户端提供DNS服务。 我在这个上挠了挠头。 它曾经工作得很好,所以我不知道是什么改变了。 有没有人经历过这个。 这只是一个巧合,其他海报我在同一个操作系统/设置上有相同的错误,或者有最近更新的窗口导致了这个问题?
这是一个更新 – 的dcdiag似乎已经突出了一些问题,但我不确定如何解决它们。
只有一个域,这个服务器是DC和DNS服务器。 其他客户工作正常。 服务器是2012 RC。
我已经检查DNS正在运行,并添加了一个与netlogon的依赖关系作为一个文章build议。 DNS转发器到服务器(没有条件的),有两个指向我们的ISP服务器。 服务器报告没有互联网连接,但将愉快地ping通像8.8.8.8快速的回应。
ping到类似www.google.com将得到“Ping请求无法find主机www.google.com。 请检查名称,然后重试。“
针对内部机器名称(例如,networking上的桌面(“sageclient”))的ping将最终以IPV6地址回复。 强制Ping到IPV4也将最终工作(两者都是缓慢的操作,虽然)。
每个DNS区域中都有一个名称服务器,它是DNS服务器本身。
网卡上的绑定在IPV6之前有IPV4。
Nslookup失败,像这样的超时:
服务器:dnsservername.local地址:192.168.1.10 DNS请求超时。 超时是2秒。 ***请求dnsservername.local超时
使用DCDIAG dcdiag / test:DNS
目录服务器诊断
执行初始设置:试图find家庭服务器…家庭服务器= *确定AD森林。 完成收集初始信息。
做初步的必要的testing
testing服务器:\开始testing:连接性主机8ffb49d7-8284-49b2-ad87-da2593bbb868._msdcs..local无法parsing为IP地址。 检查DNS服务器,DHCP,服务器名称等。检查LDAP和RPC连接时出错。 请检查您的防火墙设置。 …………………….testing连接失败
做初步testing
testing服务器:\
Starting test: DNS DNS Tests are running and not hung. Please wait a few minutes... ......................... <dnaservername> passed test DNS
在以下位置运行分区testing:ForestDnsZones
在DomainDnsZones上运行分区testing
在:Schema上运行分区testing
运行分区testing:configuration
运行分区testing:
运行企业testing:.local开始testing:域控制器的DNStesting结果:
DC: <dnaservername>.<domain>.local Domain: <domain>.local TEST: Basic (Basc) Error: No LDAP connectivity No host records (A or AAAA) were found for this DC TEST: Dynamic update (Dyn) Warning: Failed to delete the test record dcdiag-test-record in zone <domain>.local TEST: Records registration (RReg) Error: Record registrations cannot be found for all the network adapters Summary of DNS test results: Auth Basc Forw Del Dyn RReg Ext _________________________________________________________________ Domain: <domain>.local <dnaservername> PASS FAIL PASS PASS WARN FAIL n/a ......................... <domain>.local failed test DNS
根据要求,这里是ipconfig /所有输出
Windows IP Configuration Host Name . . . . . . . . . . . . : <hostname> Primary Dns Suffix . . . . . . . : <domain>.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : <domain>.local Ethernet adapter Ethernet: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet Physical Address. . . . . . . . . : 98-4B-E1-10-47-25 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv6 Address. . . . . . . . . . . : fd7d:286d:f42::48(Preferred) Link-local IPv6 Address . . . . . : fe80::219f:a22f:7e25:f762%12(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.1.10(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : fe80::ace5:eaff:fe5b:b672%12 192.168.1.1 DHCPv6 IAID . . . . . . . . . . . : 261639137 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-B7-B0-12-98-4B-E1-10-47-25 DNS Servers . . . . . . . . . . . : 192.168.1.10 Primary WINS Server . . . . . . . : 192.168.1.10 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter isatap.{5873D6A3-377F-4EEF-9059-1AEF3F5D20C6}: 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
我终于能够解决这个问题。 出于某种原因(由于更新?),服务器默认情况下只会响应来自IPV6本身的DNS请求。 服务器上的NIC没有configurationIPV6主DNS。 只要我把它设置到服务器本身,一切都开始工作了。