Static Leases do not work

Jeff Waller jeffw at cnxntech.com
Fri Feb 3 14:58:00 UTC 2012


All reserved does is retain the lease for a client even it the client releases it,
If the lease expires for some other reason, it's up for grabs again.

I think you need to change things so that lease time is infinity, and then
set the infinity is reserved flag to true 

Not sure about the exact syntax, but it's approximately the following,
further, these are probably settable at the group, pool level so you don't
have to had the entire server behave like this for all queries


infinite-is-reserved true
max-lease-time 0xffffffff
default-lease-time 0xffffffff 


Administratively, to revoke a lease, set the end time to 0 via OMAPI.

-Jeff




On Feb 3, 2012, at 8:20 AM, Küppers, Malte wrote:

> max-lease-time 200;
> default-lease-time 100;




More information about the dhcp-users mailing list