<div dir="ltr"><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br></div></div><div class="gmail_quote">On Fri, Feb 17, 2017 at 10:18 AM, Roberto De Oliveira <span dir="ltr"><<a href="mailto:rcdeoliveira@gmail.com" target="_blank">rcdeoliveira@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello everyone!,
<br>
<br>I am writing you because I have a DHCP cluster and sometimes I have a 
weird behavior between server / clients, they don't agree on the lease 
time, I have this configuration on both servers:
<br>default-lease-time 129600;
<br>max-lease-time 129600;
<br>min-lease-time 129600;
<br>
<br>And sometimes I have this on dhcpd.leases:
<br>lease X.X.X.X {
<br>  starts 2 2016/12/27 13:16:56;
<br>  ends 2 2016/12/27 14:16:56;
<br>  tstp 4 2016/12/29 01:46:56;
<br>  tsfp 2 2016/12/27 10:29:38;
<br>  cltt 2 2016/12/27 13:16:56;
<br>  binding state active;
<br>  next binding state expired;
<br>  hardware ethernet f4:09:d8:7a:fd:a5;
<br>  uid "\001\364\011\330z\375\245";
<br>  client-hostname "android-2003cbf0e82ff81d";
<br>}
<br>
<br>The lease ends an hour later despite of tsfp is equal to *-lease-time. 
What is happening in this cases?.
<br>
<br>Thanks in advanced.
<br clear="all"><span class="HOEnZb"><font color="#888888"><br>-- <br><div class="m_592561430418409170gmail_signature">Saludos,<br>Roberto De Oliveira</div>
</font></span></div>
<br></blockquote><div><br></div><div>In DHCP failover setup, the first lease time is the "MCLT", and the normal lease time is given on a renew.  Your MCLT is probably one hour.  Check your dhcpd.conf file.</div><div><br></div><div>-- </div><div>Bob Harold</div><div> </div></div><br></div></div>