无法联系该域的AD DC

我知道有一些关于“无法联系域的Active Directory域控制器”的问题

无法联系该域的Active Directory域控制器

无法联系该域的Active Directory域控制器

,但不知何故,它不帮助我。

我运行一个Win 2008 R2,在这个系统上有一些虚拟机。 在VMware服务器上安装了R2,我可以把机器放到我的域中。 之后,VirtualBox安装(最新版本)和R2安装在它上面,但我不能把机器放在同一个域。

The domain name "mydom" might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with WINS. If you are certain that the name is not a NetBIOS domain name, then the following information can help you troubleshoot your DNS configuration. DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "mydom": The query was for the SRV record for _ldap._tcp.dc._msdcs.mydom The following domain controllers were identified by the query: ccwmlab40.mydom However no domain controllers could be contacted. Common causes of this error include: - Host (A) or (AAAA) records that map the names of the domain controllers to their IP addresses are missing or contain incorrect addresses. - Domain controllers registered in DNS are not connected to the network or are not running. 

我不明白。 一切和其他VMWare机器一样,不知何故,没有域问题。 可能是这个VirtualBox的问题,或者我的R2有什么问题? 它很有趣,因为我能够ping所有的域名,但是我得到的信息是没有像mydom这样的域名? 有什么不对 有任何想法吗? 谢谢

编辑:如果您需要任何其他信息,请告诉我什么我可以发布在这里。

VirtualBox系统上的ipconfig / all:

 Windows IP Configuration Host Name . . . . . . . . . . . . : TestR2 Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : mydom Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : mydom Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop Adapter Physical Address. . . . . . . . . : 08-00-27-6C-62-F9 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::c091:55b6:72e7:3ac4%11(Preferred) IPv4 Address. . . . . . . . . . . : 10.0.2.15(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Donnerstag, 21. Juni 2012 12:17:34 Lease Expires . . . . . . . . . . : Freitag, 22. Juni 2012 12:17:33 Default Gateway . . . . . . . . . : 10.0.2.2 DHCP Server . . . . . . . . . . . : 10.0.2.2 DHCPv6 IAID . . . . . . . . . . . : 235405351 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-73-40-21-08-00-27-6C-62-F9 DNS Servers . . . . . . . . . . . : 192.168.22.1 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter isatap.mydom: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : mydom Description . . . . . . . . . . . : Microsoft ISATAP Adapter Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes 

DHCP服务器是192.168.22.1 ccwmlab40.mydom是192.168.22.6

你在做什么是一个“单标签域”,不build议由微软。 在这里看看如何解决这个问题的一些build议:

http://support.microsoft.com/kb/300684/en-us

审稿人:太多的信息张贴在这里,所以我只是张贴链接。

这个错误发生在我身上的时候,当我在单独的networking上configuration了2个网卡时,为本地networkingconfiguration了一个DNS,而另一个DNS则用于互联网。 在禁用互联网之后(在NICconfiguration中),域再次开始工作。 然后我再次打开互联网DNS,一切工作正常。