<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>> What am I doing incorrectly? How should the configuration file look?<br>
>><br>
<br>
dhcp-host=de:ad:be:ef:55:55,id:*,10.0.0.10 # ,hnstatic,infinite<br>
<br>
<br>
This is the first thing I'd be suspicious of, the fields in dhcp-host<br>
can come in any order, and they're typed with a load of dodgy heuristics<br>
which I think your commenting-out may have confused. Try actually<br>
deleting the commented out second and see if that helps.<br>
<br>
<br>
Cheers,<br>
<br>
Simon.<br><br></blockquote><div><br></div><div>I was worried something like that might be the case. I had actually also tested the configuration as such, but there weren't any differences I could spot.</div><div><br></div><div>interface=eth1</div><div>expand-hosts</div><div><br></div><div>dhcp-leasefile=/var/lib/misc/dnsmasq.leases</div><div><br></div><div>domain=<a href="http://example.com">example.com</a>,<a href="http://10.0.0.0/16,local">10.0.0.0/16,local</a></div><div><br></div><div>dhcp-range=10.0.4.1,10.0.8.250,255.255.0.0,1h</div><div>dhcp-range=tag:staticdhcp,10.0.0.0,static,255.255.0.0,1h</div><div><br></div><div>dhcp-option=1,255.255.0.0<br></div><div>dhcp-option=3,10.0.0.1<br></div><div>dhcp-option=option:mtu,9000<br></div><div><br></div><div>dhcp-host=de:ad:be:ef:55:55,id:*,10.0.0.10<br></div><div><br></div><div><br></div><div>Somewhat oddly dhclient on the test VM doesn't accept the incorrectly offered lease; but that is another issue.</div><div><br></div><div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: started, version 2.72 cachesize 150</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq-dhcp[113]: DHCP, static leases only on 10.0.0.0, lease time 1h</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq-dhcp[113]: DHCP, IP range 10.0.4.1 -- 10.0.8.250, lease time 1h</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: using local addresses only for domain 0.10.in-addr.arpa</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: reading /etc/resolv.conf</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: using local addresses only for domain 0.10.in-addr.arpa</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: using nameserver 192.168.1.1#53</div><div>Feb 12 18:52:38 testDnsmasq dnsmasq[113]: read /etc/hosts - 4 addresses</div><div>Feb 12 18:52:38 testDnsmasq systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.</div><div>Feb 12 18:57:54 testDnsmasq dnsmasq-dhcp[113]: 1333999467 available DHCP range: 10.0.4.1 -- 10.0.8.250</div><div>Feb 12 18:57:54 testDnsmasq dnsmasq-dhcp[113]: 1333999467 available DHCP subnet: <a href="http://10.0.0.0/255.255.0.0">10.0.0.0/255.255.0.0</a></div><div>Feb 12 18:57:54 testDnsmasq dnsmasq-dhcp[113]: 1333999467 client provides name: testStatic</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 DHCPDISCOVER(eth1) de:ad:be:af:55:55</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 tags: eth1</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 DHCPOFFER(eth1) 10.0.7.62 de:ad:be:af:55:55</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 1:netmask, 28:broadcast, 2:time-offset, 3:router,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 15:domain-name, 6:dns-server, 119:domain-search,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 12:hostname, 44:netbios-ns, 47:netbios-scope,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 26:mtu, 121:classless-static-route, 42:ntp-server</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 next server: 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 1 option: 53 message-type 2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 54 server-identifier 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 51 lease-time 1h</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 58 T1 30m</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 59 T2 52m30s</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 28 broadcast 10.0.255.255</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 6 dns-server 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 11 option: 15 domain-name <a href="http://example.com">example.com</a></div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 2 option: 26 mtu 9000</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 3 router 10.0.0.1</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 1 netmask 255.255.0.0</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 available DHCP range: 10.0.4.1 -- 10.0.8.250</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 available DHCP subnet: <a href="http://10.0.0.0/255.255.0.0">10.0.0.0/255.255.0.0</a></div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 client provides name: testStatic</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 DHCPDISCOVER(eth1) de:ad:be:af:55:55</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 tags: eth1</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 DHCPOFFER(eth1) 10.0.7.62 de:ad:be:af:55:55</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 1:netmask, 28:broadcast, 2:time-offset, 3:router,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 15:domain-name, 6:dns-server, 119:domain-search,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 12:hostname, 44:netbios-ns, 47:netbios-scope,</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 requested options: 26:mtu, 121:classless-static-route, 42:ntp-server</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 next server: 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 1 option: 53 message-type 2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 54 server-identifier 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 51 lease-time 1h</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 58 T1 30m</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 59 T2 52m30s</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 28 broadcast 10.0.255.255</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 6 dns-server 10.0.0.2</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 11 option: 15 domain-name <a href="http://example.com">example.com</a></div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 2 option: 26 mtu 9000</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 3 router 10.0.0.1</div><div>Feb 12 18:57:57 testDnsmasq dnsmasq-dhcp[113]: 1333999467 sent size: 4 option: 1 netmask 255.255.0.0</div></div><div><br></div></div></div>