peer holds all free leases problem

Marty Sørensen buzzwork at gmail.com
Sun Apr 27 16:57:22 UTC 2008


Hello,

I have a small problem. We running an failover setup on 2x Debian stable
box's using version 3.0.4-13.
The problem is that ive just add'et a scope to our large and working config
and now we get this error :

---
DHCPDISCOVER from 00:0d:da:0a:d1:b2 via 10.128.15.252: peer holds all free
leases
DHCPDISCOVER from 00:0d:da:0a:d1:b2 via 10.128.15.253: peer holds all free
leases
---


The config is like this :
---
failover peer "dhcp-failover" {
  primary; # declare this to be the primary server
  address 10.57.X.X;
  port 520;
  peer address 10.57.X.X;
  peer port 520;
  max-response-delay 30;
  max-unacked-updates 10;
  load balance max seconds 3;
  mclt 1800;
  split 128;
}
---
        pool {
               failover peer "dhcp-failover";
               allow members of "XXXXXXXX";
               range 10.128.10.1 10.128.10.199;
               deny dynamic bootp clients;
               option domain-name-servers      10.57.X.X, 10.57.X.X;
       }
---

For me it seems that the problem is in the leases file, some how the scope i
not free up :-( Is there some tool that i can use to clean up me leases
DB without <biip> it up ?! Im not an shell/perl shark so i cant code-and-fix
something my self.

Ive been searching this list for the same bug/error but cant find any 100%
fix to this problem ?!?! :-/

Hoping for some help here ....

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20080427/4e64ffc9/attachment.html>


More information about the dhcp-users mailing list