无法联系域的 AD DC

ree*_*ree 2 windows active-directory windows-server-2008-r2

我知道有一些关于“无法联系域的 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.
Run Code Online (Sandbox Code Playgroud)

我不明白。一切都与其他 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
Run Code Online (Sandbox Code Playgroud)

DHCP 服务器是192.168.22.1 ccwmlab40.mydom 是192.168.22.6

Mic*_*elZ 9

你做的是一个“单标签域”,微软不推荐。在这里查看有关如何解决此问题的一些建议:

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

评论者:这里发布的信息太多,所以我只发布了链接。