<div dir="ltr">Hi everybody!<div><br></div><div>I´m using isc-dhcp-server version 4.2.2 on two servers (same version on both servers and fail-over peers)</div><div>But , I´m having problems with the address that changes before expiration time of the lease.<br></div><div>For example an android cell phone with the MAC Address f8:f1:b6:92:3d:e8 was with the IP 192.168.0.103 with the initial lease time 2015/03/23 and end lease time 2015/04/22.<br></div><div><br></div><div>At 2015/03/25 the IP changed to 192.168.0.105  at both servers with initial lease time 2015/03/25 and end lease time 2015/04/24.</div><div><br></div><div>It don´t happens everytime, but sometimes it happens and with different clients.</div><div>My /mnt/dhcp/subnet file and /mnt/dhcp/hosts are available on both servers.</div><div>What´s wrong on my configuration files?<br></div><div><br></div><div>Follow my primary server dhcpd.conf</div><div><br></div><div><div>ddns-update-style none;</div><div>interfaces="eth0";<br></div><div>authoritative;<br></div><div>log-facility local7;<br></div><div>failover peer "dhcp-failover" {<br></div><div>        primary;</div><div>        address 192.168.0.3;</div><div>        port 647;</div><div>        peer address 192.168.0.2;</div><div>        peer port 648;</div><div>        max-response-delay 60;</div><div>        max-unacked-updates 10;</div><div>        load balance max seconds 3;</div><div>        mclt 3600;</div><div>        split 128;</div><div>}</div><div>include "/mnt/dhcp/subnet";<br></div><div>include "/mnt/dhcp/hosts";</div></div><div><br></div><div><br></div><div><br></div><div>and my secondary server dhcpd.conf</div><div><br></div><div><div>ddns-update-style none;</div><div>authoritative;<br></div><div>log-facility local7;<br></div><div>failover peer "dhcp-failover" {<br></div><div>        secondary;</div><div>        address 192.168.0.2;</div><div>        port 648;</div><div>        peer address 192.168.0.3;<br></div><div>        peer port 647;</div><div>        max-response-delay 60;</div><div>        max-unacked-updates 10;</div><div>        load balance max seconds 3;</div><div>}</div><div>include "/mnt/dhcp/subnet";<br></div><div>include "/mnt/dhcp/hosts";</div></div><div><br></div><div><br></div><div><br></div><div>here my /mnt/dhcp/subnet   file  </div><div><br></div><div><div>subnet 192.168.0.0 netmask 255.255.255.0 {</div><div>  option domain-name-servers 192.168.0.4, 192.168.0.254, 192.168.0.253;</div><div>  option netbios-name-servers 192.168.0.4 ;</div><div>  option routers 192.168.0.254;</div><div>  option broadcast-address 192.168.0.255;</div><div>  pool {</div><div>        failover peer "dhcp-failover";</div><div>        default-lease-time 3888000;</div><div>        max-lease-time 3888000;</div><div>        range 192.168.0.11 192.168.0.200;</div><div>  }</div><div>}</div></div><div><br></div><div><br></div><div>here my /mnt/dhcp/hosts   file</div><div><br></div><div><div>host plasma-eth {</div><div>        hardware ethernet 00:e0:4b:24:e8:02;</div><div>        fixed-address 192.168.0.235;</div><div>}</div></div><div><br></div><div><br></div><div>My best regards,</div><div><br></div><div>Samuel Motta.</div><div><br></div></div>