当我输入一个在网络浏览器中不存在的地址“aidjaoihahg”并按下回车键时,我进入了我的互联网提供商 IIS 服务器。这是一个 IIS 8 默认网站,带有 IIS8 徽标等。“aidjaoihahg.universal.se”说什么?
查看“ping aidjaoihahg”显示 ip:xx.xx.xx.xx 和“tracert xx.xx.xx.xx”显示服务器http://dilbert.uvtc.netuvtc.net 是我的互联网提供商 Universal Telecom 的缩写。
我已经检查了 ipconfig /all 和计算机,并找到了以下条目:
DNS Suffix Search List. . . . . . : universal.se
Connection-specific DNS Suffix . : universal.se
从阅读来看,这些条目应该适用于非限定名称,但 Windows DNS 将它们应用于所有 DNS 查找,并在虚假地址上触发额外的 DNS 查找。我认为。
我没有在任何地方设置该 DNS 后缀和搜索列表。并且会认为它是从我的互联网提供商那里获取的吗?我尝试从组策略中拉出 DNS 后缀搜索列表。不确定这是否应用正确。
Local Group Policy Editor->Computer->Administration Templates->Network->DNS Client->DNS Suffix search list->Disabled.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters show SearchList empty
我怎样才能让计算机不将“*.universal.se”应用于所有虚假 DNS 查找?
在网络连接“以太网适配器 vEthernet”上,我在 TCP/IP DNS 选项卡上有默认设置:
-Append primary and connection specific DNS suffixes [checked]
-Append parent suffixes of the primary DNS suffix [unchecked]
-DNS suffix for this connection: [empty]
-Register this connection's addesses in DNS [unchecked]
-Use this connection's DNS suffix in DNS registration [unchecked]
ipconfig /all 输出:
C:\Windows\system32>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. . . . . . : universal.se
Ethernet adapter vEthernet (Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Control
ler Virtual Switch):
Connection-specific DNS Suffix . : universal.se
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #2
Physical Address. . . . . . . . . : 20-CF-30-39-XX-XX
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.0.199(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : den 17 december 2013 17:24:56
Lease Expires . . . . . . . . . . : den 18 december 2013 17:24:55
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter Teredo Tunneling Pseudo-Interface:
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
IPv6 Address. . . . . . . . . . . : XXXX:X:XXXX:6ab8:487:1242:ac2e:XXXX(Prefe
rred)
Link-local IPv6 Address . . . . . : XXXX::487:XXXX:ac2e:XXXX%5(Preferred)
Default Gateway . . . . . . . . . : ::
DHCPv6 IAID . . . . . . . . . . . : 83886080
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-04-XX-50-20-CF-30-39-XX-XX
NetBIOS over Tcpip. . . . . . . . : Disabled
Tunnel adapter isatap.universal.se:
Connection-specific DNS Suffix . : universal.se
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-XX-00-XX-00-00-00-XX
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : XXXX::5efe:192.168.0.199%11(Preferred)
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 184549376
DHCPv6 Client DUID. . . . . . . . : 00-XX-00-01-XX-04-XX-50-20-CF-XX-39-3A-8B
DNS Servers . . . . . . . . . . . : 192.168.0.1
NetBIOS over Tcpip. . . . . . . . : Disabled
C:\Windows\system32>
注意,我在这台计算机上使用 Hyper-V 服务器,因此我的“以太网适配器 vEthernet”是我设置 DNS 设置的地方。
Hyper-V 虚拟以太网适配器正在使用“以太网”连接“Marvell Yukon 88E8056 PCI-E 千兆以太网控制器”,Marvell 在属性上只有一个 Hyper-V 可扩展虚拟交换机项,所以我无法在那里设置“TCP/IPv4 上的 DNS”。