<div dir="ltr">Be sure that both DHCP servers are set "not authoritative;" for this subnet.  If they are set to "authoritative;" then they will tell the client that there is no IP available.<div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><br>-- <br>Bob Harold<br>hostmaster, UMnet, ITcom<br>Information and Technology Services (ITS)<br><a href="mailto:rharolde@umich.edu" target="_blank">rharolde@umich.edu</a><br>734-647-6524 desk<br></div></div>
<br><div class="gmail_quote">On Thu, Jan 22, 2015 at 6:35 AM, Simon Hobson <span dir="ltr"><<a href="mailto:dhcp1@thehobsons.co.uk" target="_blank">dhcp1@thehobsons.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Dana Huggard <<a href="mailto:dana.huggard@cohodata.com">dana.huggard@cohodata.com</a>> wrote:<br>
<br>
> So something  like this<br>
><br>
> class "select-hosts" {<br>
>         match if (substring(option host-name,0,23) = "select-hosts");<br>
> }<br>
<br>
</span>That would work.<br>
If you want per-device control, have you considered doing it by MAC address ? See the section in man dhcpd.conf on subclasses.<br>
<span class=""><br>
> subnet 10.x.x.x netmask 255.255.192.0 {<br>
>        option routers 10.x.x.x;<br>
>        option nis-servers 10.x.x.x;<br>
>        option domain-name-servers <a href="http://ns.sub.domain.name" target="_blank">ns.sub.domain.name</a>;<br>
><br>
>        pool {<br>
>                 allow members of "select-hosts"<br>
>                 range 10.x.x.x 10.x.x.x;<br>
>        }<br>
> }<br>
><br>
> What I'd like to ask the list is does anyone know;<br>
>   1. If the select clients get denied on the other dhcp servers, will they find this one?<br>
<br>
</span>They should do if everything is working.<br>
<span class=""><br>
>   2. when one of the non-select clients tries here and is not allowed, will they give up or find the other dhcp servers?<br>
<br>
</span>They should keep trying until they find a server to give them a lease<br>
<br>
>   3. Am I sane?<br>
<br>
Are any of us ! It seems a reasonable way to go - just make sure that the ranges are distinct and non-overlapping or you'll get "confusion".<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<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></div>