I have two 3.1.0 dhcp servers running and have noticed in my logs these messages:<br><br>Jan 9 04:13:23 DHCP1 dhcpd: balancing pool a854600 <a href="http://172.16.81.96/28">172.16.81.96/28</a> total 9 free 6 backup 3 lts 1 max-own (+/-)1
<br>Jan 9 04:13:23 DHCP1 dhcpd: balanced pool a854600 <a href="http://172.16.81.96/28">172.16.81.96/28</a> total 9 free 6 backup 3 lts 1 max-misbal 1<br>Jan 9 04:13:23 DHCP1 dhcpd: balancing pool a8487c0 <a href="http://172.16.145.160/27">
172.16.145.160/27</a> total 29 free 12 backup 7 lts 2 max-own (+/-)2<br>Jan 9 04:13:23 DHCP1 dhcpd: balanced pool a8487c0 <a href="http://172.16.145.160/27">172.16.145.160/27</a> total 29 free 12 backup 7 lts 2 max-misbal 3
<br>Jan 9 04:13:23 DHCP1 dhcpd: balancing pool a81b3e0 172.21.1/24 total 123 free 74 backup 49 lts 12 max-own (+/-)12<br>Jan 9 04:13:23 DHCP1 dhcpd: balanced pool a81b3e0 172.21.1/24 total 123 free 74 backup 49 lts 12 max-misbal 18
<br><br>For each network segment, I see these messages coming in every minute. In case it matters, here's the failover section of my dhcp servers:<br><br>#failover definition<br>failover peer "dhcp" {<br> primary;
<br> address <a href="http://172.16.100.10">172.16.100.10</a>;<br> port 520;<br> peer address <a href="http://172.16.100.11">172.16.100.11</a>;<br> peer port 520;<br> max-response-delay 60;
<br> max-unacked-updates 10;<br> mclt 300; <br> split 255;<br> load balance max seconds 3;<br> }<br><br>#failover definition<br>failover peer "dhcp" {<br> secondary;
<br> address <a href="http://172.16.100.11">172.16.100.11</a>;<br> port 520;<br> peer address <a href="http://172.16.100.10">172.16.100.10</a>;<br> peer port 520;<br> max-response-delay 60;
<br> max-unacked-updates 10;<br> load balance max seconds 3;<br> }<br><br><br>And by the way, what does the "lts" mean in these messages?<br><br><br>