首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Dcdiag在windows server 2012 R2错误408 404和407上新的DNS服务器失败。

Dcdiag在windows server 2012 R2错误408 404和407上新的DNS服务器失败。
EN

Server Fault用户
提问于 2015-10-16 22:46:36
回答 2查看 12.5K关注 0票数 1

我试图在运行Windows2012 R2的新服务器上安装AD/DNS。我已经安装了角色,配置了静态ip,创建了正向和反向区域,等等。在事件列表中,我看到408、407和404错误。当运行dcdiag时,它在连接测试中失败:

代码语言:javascript
运行
复制
Testing server: Default-First-Site-Name\DCName
   Starting test: Connectivity
      The host <numbers>._msdcs.domain.foo could not be resolved to an IP address. Check
      the DNS server, DHCP, server name, etc.
      Got error while checking LDAP and RPC connectivity. Please check your firewall settings.
      ......................... DCName failed test Connectivity

我担心ip地址可能没有正确配置,静态ip和"DNS服务器“应该是相同的吗?

这可能与这是一个独立于互联网的虚拟机的事实有关吗?

编辑

活动案文:

407 The DNS server could not bind a User Datagram Protocol (UDP) socket to <server ip>. The event data is the error code. Restart the DNS server or reboot your computer.

四百零八

代码语言:javascript
运行
复制
The DNS server could not open socket for address <server ip>. 
Verify that this is a valid IP address for the server computer.  If it is NOT valid use the Interfaces dialog under Server Properties in the DNS Manager to remove it from the list of IP interfaces.  Then stop and restart the DNS server. (If this was the only IP interface on this machine and the DNS server may not have started as a result of this error.  In that case remove the DNS\Parameters\ ListenAddress value in the services section of the registry and restart.) 

If this is a valid IP address for this machine, make sure that no other application (e.g. another DNS server) is running that would attempt to use the DNS port. 

For more information, see "DNS server log reference" in the online Help.

404

代码语言:javascript
运行
复制
The DNS server could not bind a Transmission Control Protocol (TCP) socket to address <server ip>.  The event data is the error code.  An IP address of 0.0.0.0 can indicate a valid "any address" configuration in which all configured IP addresses on the computer are available for use. 
Restart the DNS server or reboot the computer.
EN

回答 2

Server Fault用户

发布于 2015-10-16 23:49:55

当您运行repadmin /showreps时,应该有一行以"DSA对象Guid“开头。

在DNS管理器中林中的_msdcs区域中,每个域控制器的对象guid应该有一个cname。首先,我将检查_msdcs区域是否正在复制到所有dc,并且您是否有一个新dc的cname记录。

如果它不存在,您可以尝试nltest /dsregdns。

您的域控制器网络适配器DNS应该指向自身和/或其他域控制器。(从来没有像Internet那样的外部域控制器)。

票数 1
EN

Server Fault用户

发布于 2015-10-20 01:46:17

解决方案是打开DNS管理器->展开正向查找区域>右击_msdcs.domain.foo-> properties-> Name Servers>指向自身,然后它就工作了.此前,该公司没有任何ip可供查看。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/729580

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档