将 Windows Server 2008 加入域时遇到问题

将 Windows Server 2008 加入域时遇到问题

当我尝试将新服务器加入到现有域时出现以下错误:

“尝试解析正在加入的域中的 DC 的 DNS 名称失败。请验证此客户端是否已配置为访问可以解析目标域中的 DNS 名称的 DNS 服务器。”

我已经尝试了以下所有方法:

成功 ping 域控制器。通过 IP 地址和 DNS 名称从域控制器 ping 新服务器。通过 IP 地址和 DNS 名称从新服务器 ping DC 服务器。将网络更改为 DHCP(最初是静态的)。使用静态或 DHCP 都无济于事。关闭所有防火墙设置。将域名添加到“hosts”文件中。将主域控制器的服务器名称添加到新服务器中的“hosts”文件中。

有什么想法吗?提前感谢你的帮助!吉姆

更新:在 J. Brian Kelly 的帮助下(谢谢),我设法将问题缩小到 DNS 问题。具体来说,UDP/53 数据包正在发送(它们在网络监视器中可见),但未到达 DNS 服务器。但我仍然不知道原因。

更新:HyperV 主机和虚拟机的 IPCONFIG 请求输出。

HyperV 服务器中的 IPCONFIG

 Windows IP Configuration
 Host Name . . . . . . . . . . . . : HYPER
 Primary Dns Suffix  . . . . . . . : sfi-wfc.com
 Node Type . . . . . . . . . . . . : Hybrid
 IP Routing Enabled. . . . . . . . : No
 WINS Proxy Enabled. . . . . . . . : No
 DNS Suffix Search List. . . . . . : sfi-wfc.com

 Ethernet adapter Local Area Connection 4:

 Connection-specific DNS Suffix  . :
 Description . . . . . . . . . . . : Primary Network
 Physical Address. . . . . . . . . : 00-30-48-CA-CC-7A
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes
 Link-local IPv6 Address . . . . . : fe80::cd16:3ac2:3d4f:e275%679(Preferred)
 IPv4 Address. . . . . . . . . . . : 192.168.100.1(Preferred)
 Subnet Mask . . . . . . . . . . . : 255.255.255.0
 Default Gateway . . . . . . . . . : 192.168.100.10
 DHCPv6 IAID . . . . . . . . . . . : -1476382648
 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-12-10-20-E9-00-30-48-CA-CC-7A
 DNS Servers . . . . . . . . . . . : 192.168.100.5
 NetBIOS over Tcpip. . . . . . . . : Enabled

 Ethernet adapter Local Area Connection 3:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : Intel(R) 82576 Gigabit Dual Port Network Connection #2
 Physical Address. . . . . . . . . : 00-30-48-CA-CC-7B
 DHCP Enabled. . . . . . . . . . . : Yes
 Autoconfiguration Enabled . . . . : Yes

来自虚拟机的 IPCONFIG

 Windows IP Configuration
 Host Name . . . . . . . . . . . . : DB
 Primary Dns Suffix  . . . . . . . :
 Node Type . . . . . . . . . . . . : Hybrid
 IP Routing Enabled. . . . . . . . : No
 WINS Proxy Enabled. . . . . . . . : No
 DNS Suffix Search List. . . . . . : sfi

 Ethernet adapter Local Area Connection 2:

 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : Microsoft Virtual Machine Bus Network Adapter
 Physical Address. . . . . . . . . : 00-15-5D-66-03-02
 DHCP Enabled. . . . . . . . . . . : Yes
 Autoconfiguration Enabled . . . . : Yes
 IPv4 Address. . . . . . . . . . . : 192.168.100.128(Preferred)
 Subnet Mask . . . . . . . . . . . : 255.255.255.0
 Lease Obtained. . . . . . . . . . : Saturday, August 29, 2009 10:44:45 AM
 Lease Expires . . . . . . . . . . : Tuesday, September 01, 2009 3:08:33 PM
 Default Gateway . . . . . . . . . : 192.168.100.10
 DHCP Server . . . . . . . . . . . : 192.168.100.5
 DNS Servers . . . . . . . . . . . : 192.168.102.5
 Primary WINS Server . . . . . . . : 192.168.100.5
 NetBIOS over Tcpip. . . . . . . . : Enabled

 Tunnel adapter Local Area Connection* 8:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . : sfi
 Description . . . . . . . . . . . : isatap.sfi
 Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes

 Tunnel adapter Local Area Connection* 9:

 Media State . . . . . . . . . . . : Media disconnected
 Connection-specific DNS Suffix  . :
 Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
 Physical Address. . . . . . . . . : 02-00-54-55-4E-01
 DHCP Enabled. . . . . . . . . . . : No
 Autoconfiguration Enabled . . . . : Yes

答案1

在虚拟机上:

  1. 将网络更改为静态并输入以下设置:

    IPv4 - 192.168.100.128

    子网掩码 - 255.255.255.0

    默认网关 - 192.168.100.10

    首选 DNS 服务器 - 192.168.100.5

  2. 在系统属性中,您必须输入此计算机的主 DNS 后缀使用您的域名sfi-wfc.com然后勾选当域成员身份发生变化时更改主 DNS 后缀

  3. 重新启动虚拟机。

  4. 使用完全限定域名 (sfi-wfc.com) 而不是加入域时的 NetBIOS 名称。

答案2

您能 ping 域名本身吗?例如,如果您的 DC 是 MyDC.MyDomain.net,您能 ping MyDomain.net 吗?当您尝试将服务器加入域时,您是否在 DC 或服务器的系统事件日志中看到任何错误?

答案3

确保新机器的虚拟交换机已正确设置。如果所有机器上的防火墙都已关闭(此时应该已关闭),那么唯一剩下的就是 vswitch(可以这么说)。物理网卡应该只启用 hyper v 交换机协议,而虚拟端口则不应启用。

答案4

我遇到了类似的问题。为了解决这个问题,我必须将 Hyper-V 的虚拟网络连接更改为使用旧版网络适配器。

  1. 关闭虚拟机
  2. 打开 Hyper-V 管理器
  3. 在虚拟机设置上删除网络适配器。
  4. 添加旧式网络适配器
  5. 重新启动虚拟机并重试。

相关内容