Hello,<br><br>I have a small problem. We running an failover setup on 2x Debian stable box's using version 3.0.4-13.<br>The problem is that ive just add'et a scope to our large and working config and now we get this error :<br>
<br>---<br>DHCPDISCOVER from 00:0d:da:0a:d1:b2 via <a href="http://10.128.15.252">10.128.15.252</a>: peer holds all free leases<br>DHCPDISCOVER from 00:0d:da:0a:d1:b2 via <a href="http://10.128.15.253">10.128.15.253</a>: peer holds all free leases<br>
---<br><br><br>The config is like this :<br>---<br>failover peer "dhcp-failover" {<br>  primary; # declare this to be the primary server<br>  address 10.57.X.X;<br>  port 520;<br>  peer address 10.57.X.X;<br>  peer port 520;<br>
  max-response-delay 30;<br>  max-unacked-updates 10;<br>  load balance max seconds 3;<br>  mclt 1800;<br>  split 128;<br>}<br>---<br>        pool {<br>               failover peer "dhcp-failover";<br>               allow members of "XXXXXXXX";<br>
               range <a href="http://10.128.10.1">10.128.10.1</a> <a href="http://10.128.10.199">10.128.10.199</a>;<br>               deny dynamic bootp clients;<br>               option domain-name-servers      10.57.X.X, 10.57.X.X;<br>
       }<br>---<br><br>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<br>DB without <biip> it up ?! Im not an shell/perl shark so i cant code-and-fix something my self.<br>
<br>Ive been searching this list for the same bug/error but cant find any 100% fix to this problem ?!?! :-/<br><br>Hoping for some help here ....<br><br>Martin<br>