<div dir="ltr">Thanks Simon, I definitely have to delve deeper in this subject.<br><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 2:15 PM, 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="">Chuck Anderson <<a href="mailto:cra@WPI.EDU">cra@WPI.EDU</a>> wrote:<br>
<br>
> You can do that, but you have to use "reserved" leases rather than<br>
> fixed-address statements.  ISC dhcpd doesn't track the expiry of<br>
> fixed-address leases.<br>
<br>
</span>To expand on that ...<br>
<br>
When you use a fixed-address statement to assign an address, no actual lease is created. Since it's a fixed address, there's no real need for it - so the server takes a shortcut, replies to the client, but doesn't actually store anything. So the only DNS update possible is when the "lease" is given out.<br>
<br>
A relatively new feature is a "reserved" lease. It acts the same as an ordinary lease - including normal expiry and DNS updates/removals - with the one difference of being tied to a single client.<br>
To use this feature, you need to either modify an existing lease (add the "reserved" statement), or you should be able to create a skeleton lease (including reserved statement) in advance of the client connecting.<br>
<br>
In either case, you probably need to be learning OMAPI to interact with the server !<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" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</div></div></blockquote></div><br></div></div></div>