我正在努力将计算机连接到我在天蓝色虚拟机中设置的域时非常困难。我花了几天谷歌搜索答案,仍然无法加入。我对网络并不熟悉,所以希望你们中的一个能指导我朝着正确的方向前进。我正在使用点到站点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 /所有客户端机器:
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 /所有广告服务器
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
我尝试使客户端PC的dns只有广告服务器的IP,当我这样做时,我无法访问互联网或网络。
感谢您的帮助和耐心!
可能的原因是P2S客户端在PPP适配器中没有正确的DNS服务器。
网络完全设置后(将AD服务器IP地址指向Azure虚拟网络的DNS服务器设置)。您可以删除VPN客户端,在门户上重新下载VPN客户端软件包,然后重新安装VPN客户端。客户端的DNS服务器应显示在适配器上。请参阅this。
它似乎像DNS配置错误。我认为你应该看看你的VNet配置。这link可能会有所帮助。而且,我想提醒您,您需要一个站点到站点VPN才能在云上的域中加入计算机。
但是,Azure还提供了更多解决方案,以在Azure上拥有一个名为Azure Active Directory域服务(托管域)的域控制器,该服务不需要VPN连接。 Azure Active Directory Domain Services (Managed Domain)