如何将 DNS 条目从我的 OpenVPN 服务器推送到我的 OpenVPN 客户端?

如何将 DNS 条目从我的 OpenVPN 服务器推送到我的 OpenVPN 客户端?

我在 Azure 上创建了一个 Windows Server,并正在运行 OpenVPN 服务器。我希望我的客户端能够使用其主机名访问此服务器上的网络资源。我实际上只需要将一个 DNS 条目推送到客户端。

我在这台机器上创建了一个 DNS 服务器并添加了一些条目,但我不确定如何让我的 OpenVPN 客户端使用它们。我尝试使用下面的选项(其中 10.8.0.1)是我的 OpenVPN 网络地址。

push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"
push "dhcp-option DNS 10.8.0.1"

但是我的客户端上的网络适配器没有指向这一点:

Ethernet adapter Ethernet 2:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : TAP-Windows Adapter V9
   Physical Address. . . . . . . . . : 00-FF-71-26-85-4C
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::8d3d:edb3:f32e:4d92%9(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.8.0.6(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.252
   Lease Obtained. . . . . . . . . . : Sunday, February 4, 2018 12:51:20 PM
   Lease Expires . . . . . . . . . . : Monday, February 4, 2019 12:51:20 PM
   Default Gateway . . . . . . . . . :
   DHCP Server . . . . . . . . . . . : 10.8.0.5
   DHCPv6 IAID . . . . . . . . . . . : 469827441
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1F-36-08-3C-54-8C-A0-A3-15-63
   DNS Servers . . . . . . . . . . . : 172.16.0.6
   NetBIOS over Tcpip. . . . . . . . : Enabled

相关内容