Re: NetReg: Leases never expire.

New Message Reply Date view Thread view Subject view Author view Attachment view

From: Rebecca Irvin (rirvin@mail.lesley.edu)
Date: Fri Jun 27 2003 - 09:27:27 CDT


Sounds like you might be having the same problem we had when we
started. It turned out to be bootp requests coming in and getting served
off the server. Drove me crazy!

We added the command

deny bootp;

globally to the conf file, and we haven't had the same problem since.

Rebecca Irvin
Lesley University

At 03:08 PM 6/27/03 +0200, you wrote:
>Hello,
>Some addresses in the unregistered pool become unavaillable.
>They appear in the dhcpd.leases file as "Ends never":
>
> lease 161.3.9.241 {
> starts 1 2002/09/02 13:07:29;
> ends never;
> tstp 2 2038/01/19 03:14:07;
> binding state active;
> next binding state free;
> hardware ethernet 00:00:48:aa:40:d9;
>}
>
>The dhcpd.conf file is:
>
>subnet 161.3.9.0 netmask 255.255.255.0 {
> authoritative;
> option routers 161.3.9.1;
> pool{
> option domain .....;
> max-lease-time 120;
> range 161.3.9.240 161.3.9.241;
> allow unknown clients;
>}
> pool {
> option domain ....;
> max-lease-time 28800;
> default-lease-time 28800;
> range 161.3.9.242 161.3.9.250;
> deny unknown clients;
> }
>}
>
>I cannot figure how this apens and how can I release this adresses ?
>Thanks in advance for your help.
>
>**********************************************************************
>To unsubscribe from this list, send an e-mail message to
>majordomo@southwestern.edu containing a single line with the words:
>unsubscribe netreg
>Send requests for assistance to: owner-netreg@southwestern.edu
>**********************************************************************

**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************


New Message Reply Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:39 CDT