我很难尝试将我的计算机连接到我在 azure VM 中设置的域。我花了几天时间在谷歌上搜索答案,但仍然无法加入。我对网络不是很熟悉,所以希望你们中的一个人能引导我朝着正确的方向前进。我正在使用指向站点的 vpn。我可以通过 IP ping AD 服务器,但不能通过主机名。当我尝试加入域时,出现此错误:
查询是针对 _ldap._tcp.dc._msdcs.xxxx.local 的 SRV 记录
此错误的常见原因包括:
- 为域查找 AD DC 所需的 DNS SRV 记录未在 DNS 中注册。将 AD DC 添加到域时,这些记录会自动注册到 DNS 服务器。它们由 AD DC 以设定的时间间隔更新。此计算机配置为使用具有以下 IP 地址的 DNS 服务器:
192.168.250.6(AD 服务器的 IP)。
ipconfig /all 客户端机器:
Ethernet adapter Ethernet: Connection-specific DNS Suffix . : hsd1.nj.net Description . . . . . . . . . . . : Intel(R) Ethernet Connection (2) I219-LM Physical Address. . . . . . . . . : C8-5B-76-D0-FA-4D DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 192.168.1.119(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Tuesday, August 28, 2018 4:33:23 PM Lease Expires . . . . . . . . . . : Friday, August 31, 2018 8:27:41 AM Default Gateway . . . . . . . . . : 192.168.1.1 DHCP Server . . . . . . . . . . . : 192.168.1.1 DNS Servers . . . . . . . . . . . : 192.168.1.1 NetBIOS over Tcpip. . . . . . . . : Enabled PPP adapter b2wise-vnet-weu: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : xxx-vnet-weu Physical Address. . . . . . . . . : DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 192.168.252.2(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : NetBIOS over Tcpip. . . . . . . . : Enabled
ipconfig /all 广告服务器
Ethernet adapter Ethernet 2:
Connection-specific DNS Suffix . : eypda44s54judkzq3onclf52qb.ax.internal.cloudapp.net
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #2
Physical Address. . . . . . . . . : 00-0D-3A-44-50-8B
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.250.6(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Thursday, August 30, 2018 12:32:05 PM
Lease Expires . . . . . . . . . . : Sunday, October 6, 2154 7:29:42 PM
Default Gateway . . . . . . . . . : 192.168.250.1
DHCP Server . . . . . . . . . . . : 168.63.129.16
DNS Servers . . . . . . . . . . . : 127.0.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
我尝试让客户端电脑的 dns 只有广告服务器的 ip,当我这样做时,我无法访问互联网或网络。
感谢您的帮助和耐心!