无法加入 Windows Server 2012 R2 域

无法加入 Windows Server 2012 R2 域

你好,我使用两台虚拟机,一台是 win7,另一台是 win server 2012 r2。当我尝试加入域时,它收到以下消息:无法联系 Active Directory 域控制器 (AD DC)。我已执行 ipconfig/all,如果它有帮助,我执行 nslookup 发现 DNS 请求超时。那么接下来该怎么办?我该如何解决这个问题?

PS:我是新手!


Vbox 网络设置内部电缆已连接。

C:\Users\Administrator>ipconfig/all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : SERVER2012VM_SH
   Primary Dns Suffix  . . . . . . . : nwk305sh.local
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : nwk305sh.local

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop Adapter
   Physical Address. . . . . . . . . : 08-00-27-50-1C-3F
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.1.10.2(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.0.0.0
   Default Gateway . . . . . . . . . : 10.1.10.1
   DNS Servers . . . . . . . . . . . : 10.1.10.2
                                       10.1.10.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Windows 7ipconfig

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . : NWK305sh.local
   IPv4 Address. . . . . . . . . . . : 10.1.10.100
   Subnet Mask . . . . . . . . . . . : 255.0.0.0
   Default Gateway . . . . . . . . . : 10.1.10.1

Tunnel adapter isatap.NWK305sh.local:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : NWK305sh.local

C:\Users\Win7-SH>

答案1

Windows Server 2012 R2 应该具有 DNS 角色,并且应该具有自己的 DNS (127.0.0.1) 或其 IP 地址,并且在 Windows 7 上,您应该手动将您的 DNS 配置为与 Windows Server 2012 R2 分配到的 IP 相同的 IP。您应该能够 ping DNS,也就是 Windows 服务器的 IP,这样您就可以加入域。

相关内容