我当前已启用“路由和远程访问”,在属性对话框的“IPv4”选项卡下,我可以选择 DHCP 或静态地址池。
我目前没有在服务器上安装 DHCP 角色,所以我不知道它如何向传入的 VPN 连接发送 IP 地址。我想为 VPN 客户端配置 DNS 后缀搜索列表。我可以不安装 DHCP 角色来执行此操作吗?
谢谢。
编辑
以下是ipconfig /all
我的 VPN 连接时的命令。请注意 VPN 连接没有“连接特定的 DNS 后缀”。我不知道这是为什么。
Windows IP Configuration
Host Name . . . . . . . . . . . . : DTDEV7269w7
Primary Dns Suffix . . . . . . . : PACS.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : PACS.local
PPP adapter Home:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Home
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 10.3.1.21(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 10.3.1.120
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : PACS.local
Description . . . . . . . . . . . : Intel(R) 82567LM-3 Gigabit Network Connec
tion
Physical Address. . . . . . . . . : 00-22-19-18-0A-C1
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::4c61:160d:87c7:5bb5%10(Preferred)
IPv4 Address. . . . . . . . . . . : 172.16.3.80(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, July 13, 2011 3:20:27 AM
Lease Expires . . . . . . . . . . : Thursday, July 21, 2011 3:20:40 AM
Default Gateway . . . . . . . . . : 172.16.3.254
DHCP Server . . . . . . . . . . . : 172.16.0.42
DHCPv6 IAID . . . . . . . . . . . : 234889753
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-37-9B-F0-00-22-19-18-0A-C1
DNS Servers . . . . . . . . . . . : 172.16.0.56
172.16.0.42
NetBIOS over Tcpip. . . . . . . . : Enabled
答案1
您是否在与 RRAS 服务器相同的网络上有 DHCP 服务器?如果有,RRAS 服务器将从那里获取 VPN 客户端的 IP 地址。如果没有,那么您将在 RRAS 服务器上为 VPN 客户端创建一个静态 IP 池。
就 VPN 客户端的 DNS 后缀而言,当在 RRAS 服务器上使用静态池时,RRAS 服务器将为 VPN 客户端分配与分配给 VPN 客户端连接到的 RRAS 服务器上的 NIC 相同的 DNS 服务器,因此我假设它分配与分配给 NIC 相同的 DNS 后缀(连接特定的 DNS 后缀),并且禁止分配给计算机的 DNS 后缀(如果加入 AD 域)(这是主 DNS 后缀)。