【发布时间】:2022-02-19 08:06:07
【问题描述】:
所以,第一次设置一个全新的域(从未设置一个全新的域)的 Azure 盒子(但不是 AAD - 在 Azure 上使用传统 AD)试图让这些盒子进行通信已经花了我字面上的日子,我对这些感到非常沮丧。
DC 是 VT-EDD-Server 域是 VT-EDD.local 客户端是 VT-EDD-IIS1(我会有其他的,但一旦解决了这个问题,我就会解决这个问题)
不确定我是否需要这样做,但我将 DC 和域的 IP 添加到客户端的主机文件中,现在我可以 ping 服务器了。我还将客户端的 DNS 更新为:
当我仍然尝试加入域时,我得到了
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "VTT-EDD.local":
The error was: "DNS name does not exist."
(error code 0x0000232B RCODE_NAME_ERROR)
The query was for the SRV record for _ldap._tcp.dc._msdcs.VTT-EDD.local
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:
168.63.129.16
- One or more of the following zones do not include delegation to its child zone:
VTT-EDD.local
local
. (the root zone)
我可以通过名称和 IP ping DC 和域,但无法加入。
【问题讨论】:
-
您可以查看Thread,我已在此处回答,可能会对您有所帮助。
-
可悲的是,这不是同一个问题。
-
您绝对不想使用 Google 的 DNS 服务器 (8.8.8.8)。他们不会解析您的域。
-
所以让它自动解析?
-
很可能,您的 DC 也是 DNS 服务器。在这种情况下,请将 DC 的 IP 地址作为您要加入的客户端的首选 DNS。如果没有,请输入您域的 DNS 服务器之一的 IP 地址。通过这样做,您无需在客户端主机文件中添加任何内容
标签: windows server dns active-directory domaincontroller