H Daniel,<br><br>isc-dhcpd has this issue. So as Daniel mentioned, you need to divide your range in such a way that it does not include fixed addresses to overcome this problem.<br><br>Otherwise, replace isc-dhcpd with dnsmasq, which supports this feature.<br>
<br>Cheers !<br><br><div class="gmail_quote">On Sat, Dec 20, 2008 at 4:24 AM, Chuck Anderson <span dir="ltr"><<a href="mailto:cra@wpi.edu">cra@wpi.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> Any help/response on this issue is highly appreciated.<br>
<br>
</div>1.  Host statements are always global.  Don't bother splitting them<br>
and declaring them inside each subnet.  It will cause problems with<br>
option inheritance.<br>
<br>
2. fixed-addresses MUST NOT BE INCLUDED IN ANY RANGE STATEMENTS.<br>
Split the ranges around any assigned fixed-addresses.  E.g. if you<br>
have this anywhere in the config file:<br>
<br>
fixed-address 10.10.10.57;<br>
<br>
You must create ranges that don't included 10.10.10.57, e.g.:<br>
<br>
range 10.10.10.10 10.10.10.56;<br>
range 10.10.10.58 10.10.10.100;<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</div></div></blockquote></div><br>