Chi*_*ins 4 windows-server-2008 active-directory
所以我有一个运行 Windows Server 2008 并安装了 Active Directory 的 Amazon EC2 机器。我还有一个 Windows 7 虚拟机,它设置为使用 Active Directory 框作为其 DNS 和 WINS 服务器。我正在尝试将虚拟机加入域,但要求我进行身份验证。我进行身份验证,等一下,我收到一条错误消息:
The following error occurred attempting to join the domain "ad.chigs.me":
The network path was not found.
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题,以便我能够加入域?
像这样的问题总是由 DNS 引起的。
在您尝试加入域的 PC 上尝试以下命令
nslookup ad
nslookup ad.chigs.me
Run Code Online (Sandbox Code Playgroud)
如果您已正确配置所有内容,它们都应该解决。
如果您将ipconfig /all域控制器的输出和 ip 详细信息包含在您的问题中,那将是有益的。