Windows 7 Home Premium 忽略 DNS 后缀搜索列表

Windows 7 Home Premium 忽略 DNS 后缀搜索列表

我正在使用 Cisco AnyConnect 连接到我的工作网络,以便在家办公。连接正常,但我遇到了 DNS 问题。我的工作 DNS 有各种后缀,但不知何故,当我将它们添加到网络连接设置中的“附加这些 DNS 后缀(按顺序)”选项时,我的 Windows 7 计算机会忽略它们。

我的问题的一个例子是这样的:

我尝试连接到 example.foo

此条目的完整 DNS 条目为 example.foo.bar.employer.com。此完整地址解析完美。但是,尽管 bar.employer.com 在我的 DNS 后缀搜索列表中,但 example.foo 并未转换为完整版本。

我已经尝试过这个问题中的建议:Windows 7 未附加特定于连接的 DNS 后缀

但是,当我运行 gpedit.msc 时,我没有看到答案中描述的选项。具体来说,我没有“允许将 DNS 后缀附加到不合格的多标签名称查询”。我确实有一个名为“DNS 后缀搜索列表”的选项,尽管描述说这是用于单标签名称解析的。

快速测试表明,Windows 可以正确地使用单标签查找(示例)与多标签查找(example.foo)进行后缀搜索。

以下是我的 ipconfig /all 的输出:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : MYCOMPUTER
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : bar.employer.com
                                       employer.com

Ethernet adapter Local Area Connection 2:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Cisco AnyConnect Secure Mobility Client Virtual Min
iport Adapter for Windows x64
   Physical Address. . . . . . . . . : REDACTED
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : REDACTED(Preferred)
   Link-local IPv6 Address . . . . . : REDACTED(Preferred)
   Link-local IPv6 Address . . . . . : REDACTED(Preferred)
   IPv4 Address. . . . . . . . . . . : REDACTED(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.248.0
   Default Gateway . . . . . . . . . : ::
                                       REDACTED
   DHCPv6 IAID . . . . . . . . . . . : 318768538
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-E8-A6-10-F4-6D-04-73-84-53
   DNS Servers . . . . . . . . . . . : REDACTED
                                       REDACTED
   Primary WINS Server . . . . . . . : REDACTED
   NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   Physical Address. . . . . . . . . : REDACTED
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 192.168.1.222(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1
   DNS Servers . . . . . . . . . . . : REDACTED
                                       REDACTED
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter employer.com:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : REDACTED(Preferred)
   Default Gateway . . . . . . . . . :
   DNS Servers . . . . . . . . . . . : REDACTED
                                       REDACTED
   NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{5B0333FC-FD61-4ED0-A137-7EB84DD9170A}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

相关内容