Windows 主机是否正确解释 dnsmasq 参数?

Windows 主机是否正确解释 dnsmasq 参数?

dnsmasq我有一个由Ubuntu 服务器 (Ubuntu 15.10, 2.75) 上的实例提供服务 (DNS 和 DHCP) 的 Windows 10 计算机网络。除了一种特殊情况外,dnsmasq该设置基本可以正常工作 (提供地址并正确管理 DNS 请求)。dnsmasq

我想为某台特定机器提供特定的 DNS 服务器。我使用了tag以下选项dnsmasq

# open zone
dhcp-host=84:3a:4b:20:94:f0,set:open

# DNS for everyone = OpenDNS
dhcp-option-force=option:dns-server,208.67.222.222,208.67.220.220
# DNS for open = Google
dhcp-option-force=tag:open,option:dns-server,8.8.8.8,8.8.4.4

ipconfig /renew客户端上,正确的选项通过以下方式发送dnsmasq

root@srv ~# dnsmasq -d
dnsmasq: started, version 2.75 cachesize 150
dnsmasq: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify
dnsmasq: reading /etc/resolv.conf
dnsmasq: using nameserver 192.168.0.254#53
dnsmasq-dhcp: DHCP, IP range 10.10.10.20 -- 10.10.10.100, lease time 5d
dnsmasq: cleared cache
dnsmasq-dhcp: 342453732 available DHCP range: 10.10.10.20 -- 10.10.10.100
dnsmasq-dhcp: 342453732 vendor class: MSFT 5.0
dnsmasq-dhcp: 342453732 client provides name: helloworld.example.com
dnsmasq-dhcp: 342453732 DHCPREQUEST(lan0) 10.10.10.21 84:3a:4b:20:94:f0
dnsmasq-dhcp: 342453732 tags: open, known, lan0
dnsmasq-dhcp: Ignoring domain example.com for DHCP host name helloworld
dnsmasq-dhcp: 342453732 DHCPACK(lan0) 10.10.10.21 84:3a:4b:20:94:f0 helloworld
dnsmasq-dhcp: 342453732 requested options: 1:netmask, 3:router, 6:dns-server, 15:domain-name,
dnsmasq-dhcp: 342453732 requested options: 31:router-discovery, 33:static-route, 43:vendor-encap,
dnsmasq-dhcp: 342453732 requested options: 44:netbios-ns, 46:netbios-nodetype, 47:netbios-scope,
dnsmasq-dhcp: 342453732 requested options: 121:classless-static-route, 249, 252
dnsmasq-dhcp: 342453732 next server: 10.10.10.254
dnsmasq-dhcp: 342453732 sent size:  1 option: 53 message-type  5
dnsmasq-dhcp: 342453732 sent size:  4 option: 54 server-identifier  10.10.10.254
dnsmasq-dhcp: 342453732 sent size:  4 option: 51 lease-time  5d
dnsmasq-dhcp: 342453732 sent size:  4 option: 58 T1  2d8h23m1s
dnsmasq-dhcp: 342453732 sent size:  4 option: 59 T2  4d5h23m1s
dnsmasq-dhcp: 342453732 sent size:  4 option:  1 netmask  255.255.255.0
dnsmasq-dhcp: 342453732 sent size:  4 option: 28 broadcast  10.10.10.255
dnsmasq-dhcp: 342453732 sent size:  4 option:  3 router  10.10.10.254
dnsmasq-dhcp: 342453732 sent size:  4 option: 15 domain-name  testlab
dnsmasq-dhcp: 342453732 sent size: 18 option: 81 FQDN  03:ff:ff:6c:77:35:79:6f:70:32:64:73:79:2e...
dnsmasq-dhcp: 342453732 sent size:  8 option:  6 dns-server  8.8.8.8, 8.8.4.4
dnsmasq-dhcp: 342453732 sent size:  1 option: 46 netbios-nodetype  08
dnsmasq-dhcp: 342453732 sent size:  4 option: 44 netbios-ns  10.10.10.254

因此,客户端被赋予了 IP 10.10.10.21(我在测试期间更改了它,并且每次更改时都分配了正确的 IP - 因此客户端可以正确解释对请求的响应)以及特定的 DNS 服务器等。

从侧面看,一切都很好dnsmasq

在客户端我得到

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . : testlab
   Description . . . . . . . . . . . : Intel(R) Centrino(R) Advanced-N 6205
   Physical Address. . . . . . . . . : 84-3A-4B-20-94-F0
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::74d6:d6c:a5cc:54c7%8(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.10.10.21(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : samedi 2 avril 2016 15:59:55
   Lease Expires . . . . . . . . . . : jeudi 7 avril 2016 16:03:15
   Default Gateway . . . . . . . . . : 10.10.10.254
   DHCP Server . . . . . . . . . . . : 10.10.10.254
   DHCPv6 IAID . . . . . . . . . . . : 75774539
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-87-7B-B4-3C-97-0E-67-52-6C
   DNS Servers . . . . . . . . . . . : 10.10.10.254
   Primary WINS Server . . . . . . . : 10.10.10.254
   NetBIOS over Tcpip. . . . . . . . : Enabled

我在客户端上使用 Wireshark 检查了收到的流量。在DHCP ACK数据包(从 DHCP 服务器收到的数据包)中,选项是正确的(因此它没有在途中被剥离或类似情况):

在此处输入图片描述

IP 正常,但 DNS 服务器不正确:它默认为 DHCP 服务器 - 看起来收到的选项没有被正确解释(?)

答案1

我发现了问题:我的客户端上的 DNS 设置是静态的。IP 是通过 DHCP 分配的。

这不正常,让我检查一下的原因是,我以前也遇到过同样的问题,即 DNS 切换到静态 IP - 在我家庭和工作网络之间切换时。

再说一遍 - 这不是正常情况,如果我发现导致 DNS 切换到静态 IP 的原因,我会更新这个答案。

相关内容