<div dir="ltr"><div>When converting a single dhcp server to a failover configuration a large number backup leases were added to dhcpd.leases.</div><div><br></div><div>Here is the config:</div><div><br></div><div><div>subnet 10.63.0.0 netmask 255.255.0.0 {</div><div>  filename "/pxelinux.0";</div><div>  next-server 10.60.0.107;</div><div>  option subnet-mask 255.255.0.0;</div><div>  option routers 10.63.0.1;</div><div>  pool {</div><div>    failover peer "dhcp-failover";</div><div>    range 10.63.128.1 10.63.255.254;</div><div>  }</div><div>}</div></div><div><br></div><div>The leases start around 10.63.191.100 and go to 10.63.255.255. An example lease is</div><div><br></div><div> lease 10.63.191.171 {</div><div>  starts 1 2014/09/15 23:06:08;</div><div>  tstp 1 2014/09/15 23:06:08;</div><div>  tsfp 1 2014/09/15 23:06:08;</div><div>  atsfp 1 2014/09/15 23:06:08;</div><div>  binding state backup;</div><div>}</div><div><br></div><div>Is this normal? It didn't seem to happen for other subnets.</div><div><br></div><div>How can I safely remove these leases?</div><div><br></div><div><br></div>-- <br>Mark Wagner <<a href="mailto:mark@lanfear.net">mark@lanfear.net</a>>
</div>