该域的AD域控制器无法联系

所以我一直试图将我的桌面(Windows 10)绑定到当前运行DNS,AD和文件存储(这是大约3天前的新安装)的虚拟服务器(ESXi 6.0中托pipe的Server 2016 Datacenter)。 但是,当我尝试连接绑定到我的域名(让我们称之为domain.com),我收到以下错误。

错误:

DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "domain.com": The query was for the SRV record for _ldap._tcp.dc._msdcs.domain.com The following domain controllers were identified by the query: SERVER.domain.com 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. 

但是,这让我感到困惑,因为seems我的DNSconfiguration正确。 我已经将我的桌面的DNS服务器设置为我的服务器的IPv4,我的服务器的DNS服务器设置为127.0.0.1,我已经在AD中创build了一个合适的计算机对象,并且能够通过IP和主机名桌面。 这些设备在同一个子网上,并且本质上是相同的VLAN(在交换机中configuration)。 以下是我目前的DNSconfiguration。

DNS(匿名编辑):_msdcs.domain.com: 在这里输入图像说明 domain.com: 在这里输入图像说明

我对DNS和一般的域名pipe理相当陌生,但经过多次谷歌search,我无法find解决这个问题的办法。 任何帮助将不胜感激。

什么是DC的networkingconfiguration文件和防火墙configuration文件? 客户呢?

DC应该为networkingconfiguration文件和防火墙configuration文件使用域configuration文件。 客户端应该使用两个私人configuration文件。

运行DCDIAG,它会给你一个彻底的DNSconfiguration检查。 如果找不到DC,那么在某个地方有一个项目丢失。 尝试类似于:DCDIAG / e / c / y / test:DNS >> c:\ results.txt

这将给你一个彻底的考试,然后你可以谷歌testing失败。 -larryc