我已经尝试将域控制器添加到主机文件中,我也基本上尝试了所有我知道的技巧,但是我什么都没得到.
@H_301_1@为什么我收到此错误消息?这里的根本问题是什么?
@H_301_1@更多细节
@H_301_1@我注意到,当我输入域控制器名称时,nslookup有时会失败,通常我会尝试…
nslookup [SERVER] nslookup [SERVER]. nslookup [SERVER].[DOMAIN] nslookup [SERVER].[DOMAIN].@H_301_1@…通常只有nslookup [SERVER].[DOMAIN].返回响应,但有时甚至没有.我尝试过不同地配置DHCP服务器,最终只向客户端提供一个DNS服务器,这就是DC本身.这通常会修复nslookup问题,但它无法解释为什么我无法加入域. @H_301_1@如果我通过TCP / IP禁用NetBIOS,我会得到与域控制器相关的安全问题,而不是它的WINS名称,或者类似的东西.显然,这也与我们的域控制器的设置方式有关. @H_301_1@我们在Windows Server中的域名只是一个“名称”,我的一位同事说它可能是问题的一部分.根据他读到的一些文档,它应该是[DOMAIN] .local,但它不是,注意评论? @H_301_1@[DOMAIN]和[SERVER]是域名和域控制器名称的占位符.
@H_301_1@The domain name [DOMAIN] might be a
NetBIOS domain name. If this is the
case,verify that the domain name is
properly registered with WINS. @H_301_1@If you are certain that the name is
not a NetBIOS domain name,then the
following information can help you
troubleshoot your DNS configuration. @H_301_1@DNS was successfully queried for the
service location (SRV) resource record
used to locate a domain controller for
domain [DOMAIN]: @H_301_1@The query was for the SRV record for
_ldap._tcp.dc._msdcs.[DOMAIN] @H_301_1@The following domain controllers were
identified by the query: @H_301_1@[SERVER].[DOMAIN] @H_301_1@Common causes of this error include:@H_301_1@For information about correcting this
- @H_301_1@Host (A) records that map the name of the domain controller to its IP
addresses are missing or contain
incorrect addresses.- @H_301_1@Domain controllers registered in DNS are not connected to the network or
are not running.
problem,click Help.
编辑Hosts文件是个坏主意.
@H_301_1@您的域控制器未正确注册DNS服务器.
@H_301_1@>检查域控制器的IP设置,并确保它指向内部DNS服务器(我想在你的情况下它本身就是这样)
>检查您要加入的机器的IP设置.如果它是静态的,请确保它指向域控制器指向的INTERNAL DNS服务器
>确保已正确启用并配置DNS服务器 @H_301_1@如果这一切都失败了,那就更加险恶了.一个脏修复方法是手动将A记录添加到相关区域的DNS服务器.它会是这样的: @H_301_1@一个
SERVER.DOMAIN.loc
10.0.0.5 @H_301_1@此外 – 你使用过netdiag还是dcdiag?
>检查您要加入的机器的IP设置.如果它是静态的,请确保它指向域控制器指向的INTERNAL DNS服务器
>确保已正确启用并配置DNS服务器 @H_301_1@如果这一切都失败了,那就更加险恶了.一个脏修复方法是手动将A记录添加到相关区域的DNS服务器.它会是这样的: @H_301_1@一个
SERVER.DOMAIN.loc
10.0.0.5 @H_301_1@此外 – 你使用过netdiag还是dcdiag?