计算机无法加入域 - 可能是 DNS 问题

计算机无法加入域 - 可能是 DNS 问题

我安装并配置了 Active Directory 控制器 (Windows Server 2019),还全新安装了 Windows 10 Enterprise。两者都安装在 Hyper-V 中,并且都使用相同的专用交换机。

服务器上的域已成功创建,它已提升为域控制器,并且 DNS 服务器正在运行。我观看了此视频:https://www.youtube.com/watch?v=aC-KIVYewAM还有这个视频:https://www.youtube.com/watch?v=XzMDb-ZtzRY设置两者。

但是,当我尝试在客户端加入域时,出现以下错误:

已成功查询 DNS 以获取用于定位域“testdomain.local”的域控制器的服务位置(SRV)资源记录:

该查询针对 _ldap._tcp.dc._msdcs.testdomain.local 的 SRV 记录

查询识别了以下域控制器:WIN-A9VDVHB8U8M.testdomain.local

但无法联系域控制器。

我正在使用服务器的 IP 地址作为客户端的主 DNS 服务器,并且已验证两者可以互相 ping 通。

我也在ping testdomain.local客户端和服务器上尝试过,但都无法解析域名。我在客户端上会失败,但服务器上怎么会失败呢?我在 DNS 服务器上遗漏了一些记录吗?

以下是我的服务器上的 DNS 服务器区域:

DNS 管理器

还有来自服务器的 ipconfig-all 输出:

C:\Users\Administrator>ipconfig -all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : WIN-A9VDVHB8U8M
   Primary Dns Suffix  . . . . . . . : testdomain.local
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : testdomain.local

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-26-E1-12
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::b8f7:6aea:3eb4:8957%4(Preferred)
   Autoconfiguration IPv4 Address. . : 169.254.137.87(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 67114333
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-7D-9A-F9-00-15-5D-26-E1-12
   DNS Servers . . . . . . . . . . . : ::1
                                       127.0.0.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

来自客户:

C:\Users\User>ipconfig -all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : DESKTOP-BMP0DM7
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-26-E1-13
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::9c44:a92d:4d65:50bf%6(Preferred)
   Autoconfiguration IPv4 Address. . : 169.254.80.191(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 100668765
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-7D-A1-8F-00-15-5D-26-E1-13
   DNS Servers . . . . . . . . . . . : 169.254.137.87
   NetBIOS over Tcpip. . . . . . . . : Enabled

你能帮我解决这个问题吗?我按照视频一步一步操作,但还是不行。

如果您需要任何其他信息,请告诉我。

谢谢

编辑:

根据请求:

Ipconfig-服务器:

C:\Users\Administrator>ipconfig -all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : WIN-A9VDVHB8U8M
   Primary Dns Suffix  . . . . . . . : testdomain.local
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : testdomain.local

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-26-E1-12
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::b8f7:6aea:3eb4:8957%4(Preferred)
   IPv4 Address. . . . . . . . . . . : 169.254.137.91(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 67114333
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-7D-9A-F9-00-15-5D-26-E1-12
   DNS Servers . . . . . . . . . . . : ::1
                                       169.254.137.91
   NetBIOS over Tcpip. . . . . . . . : Enabled

ipconfig 客户端:

C:\Users\User>ipconfig -all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : DESKTOP-BMP0DM7
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
   Physical Address. . . . . . . . . : 00-15-5D-26-E1-13
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::9c44:a92d:4d65:50bf%11(Preferred)
   Autoconfiguration IPv4 Address. . : 169.254.80.191(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . :
   DHCPv6 IAID . . . . . . . . . . . : 100668765
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-7D-A1-8F-00-15-5D-26-E1-13
   DNS Servers . . . . . . . . . . . : 169.254.137.91
   NetBIOS over Tcpip. . . . . . . . : Enabled

DNS A 记录:

第一条记录

第二条记录

客户端上的 Nslookup:

C:\Users\User>nslookup testdomain.local
DNS request timed out.
    timeout was 2 seconds.
Server:  UnKnown
Address:  169.254.137.91

Name:    testdomain.local
Address:  169.254.137.91

答案1

APIPA 地址不会在 DNS 中注册,因此尽管您的区域看起来没问题,但我怀疑域控制器没有相应的 A 记录。因此客户端无法解析域控制器的 IP 地址。

为服务器和客户端分配一个位于 RFC1918 地址范围之一的同一子网中的 IP 地址(自行选择)。确保域控制器在 DNS 中为新 IP 地址注册了一条 A 记录。确保服务器正在使用域网络配置文件和域防火墙配置文件。然后尝试再次将客户端加入域。

答案2

您应该在 DC 上设置一个固定 IP,而不是使用自动生成的 IP。该 IP 需要符合您在虚拟机管理程序上的 vNet 中设置的 IP 范围。

还将 DC 的 IP 设置中的 DNS 设置为该地址。

当您在 DC 上运行 nslookup 时,它一定不会返回任何问题,并且您应该能够解析您的 NETBIOS 域名。

最好也在此 DC 上设置 DHCP,并配置与您的虚拟机管理程序的 vNet 相匹配的范围 - 这将向您的客户端虚拟机发出具有正确 IP 地址和 DNS 的租约

相关内容