Hi,<br><br>I'm facing right now a series problem. The server was working normally till today when it starts to log this line and repeat it infinitely:<br><br>Sep 18 08:19:29 iwandhcp-01 dhcpd: [ID 702911 <a href="http://local2.info">
local2.info</a>] DHCPACK on<br><a href="http://172.17.169.57">172.17.169.57</a> to 00:10:6d:15:cb:30 via <a href="http://172.17.168.2">172.17.168.2</a> Sep 18 08:19:29 iwandhcp-01 dhcpd: [ID 702911 <a href="http://local2.info">
local2.info</a>] bind update on <a href="http://172.17.169.57">172.17.169.57</a> got ack from dhcp-failover: xid mismatch.<br><br>The logs are in Gigs right now.<br>In addition the leases database repeats this part also infinitely (the leases file is 20 MB !!):
<br><br>lease <a href="http://172.17.169.57">172.17.169.57</a> {<br> starts 2 2007/09/18 04:10:51;<br> ends 2 2007/10/09 04:10:51;<br> tstp 5 2007/10/19 16:10:51;<br> tsfp 5 2007/10/19 16:10:51;<br> atsfp 5 2007/10/19 16:10:51;
<br> cltt 2 2007/09/18 04:10:51;<br> binding state active;<br> next binding state expired;<br> hardware ethernet 00:10:6d:15:cb:30;<br> uid "\001\000\020m\025\3130";<br> option agent.remote-id 0:10:6d:15:cb:30;
<br>}<br>.<br>.<br>.<br><br>The Primary configuration file is like:<br><br>*********************<br><br>ddns-update-style none;<br>authoritative;<br>log-facility local2;<br><br>failover peer "dhcp-failover"<br>{
<br> primary;<br> address <a href="http://216.42.2.213">216.42.2.213</a>;<br> port 520;<br> peer address <a href="http://197.229.240.197">197.229.240.197</a>;<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>subnet <a href="http://172.17.168.0">172.17.168.0</a> netmask <a href="http://255.255.254.0">255.255.254.0</a><br>{<br> option routers <a href="http://172.17.168.1">
172.17.168.1</a>;<br> option subnet-mask <a href="http://255.255.254.0">255.255.254.0</a>;<br> option broadcast-address <a href="http://172.17.169.255">172.17.169.255</a>;<br> max-lease-time 1814400;<br> default-lease-time 1814400;
<br> pool<br> {<br> failover peer "dhcp-failover";<br> deny dynamic bootp clients;<br> next-server <a href="http://216.42.2.213">216.42.2.213</a>;<br> server-name "<a href="http://216.42.2.213">216.42.2.213
</a>";<br> option root-path "/tftpboot";<br> option tftp-server-name "<a href="http://216.42.2.213">216.42.2.213</a>";<br> filename "172.17.168.tlv";<br> option dhcp-parameter-request-list 1,3,28,66,17,67,31;
<br> option bootfile-name "172.17.168.tlv";<br> range <a href="http://172.17.168.4">172.17.168.4</a> <a href="http://172.17.169.254">172.17.169.254</a>;<br> }<br>}<br>.<br>.<br>.<br><br>I don't know how to solve it or what is the problem actually. Can I clear the repeated parts in the leases file since it may slow the response time. Please help to solve the problem and how to clear the leases correctly.
<br>I appreciate any help.<br><br><br>