<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">I have been using dnsmasq for a while on my local network with several dhcp ranges specified. One of them no longer parses in v2.76 although it did in v2.75.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">dhcp-range=10.3.2.1,10.3.2.127,static,255.255.254.0,infinite</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">It looks like it is now no longer valid to have a start and end ipv4 address with the static mode where this was allowed previously. Was this an intentional removal? My understanding (which may be incorrect) was that to have a ip range reserved for dhcp reservations required having the dhcp range specified and the dhcp-hosts specified to ips that fall within that range. Then that range would have the static mode to prevent auto assignment of ips to other unknown hosts.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">If this is intended behavior and not a bug, how can I allocate an IP range for DHCP reservations? I think something like the following should work to produce the same results although it is a rather ugly solution as it requires adding tags in many, many places.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">dhcp-range=tag:reserved,10.3.2.1,10.3.2.127,255.255.254.0,infinite</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">dhcp-host=00:01:02:03:04:05,set:reserved,10.3.2.7,myhost</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><br><div id="bloop_sign_1467814810836716032" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>Matthew Keeler<br><br></div></div></body></html>