I get alot of "bind update on #{Someip} got ack from dhcp-failover: xid mismatch." errors<br>What causes these? everything seems to work normaly.<br><br>I am running 2 dhcp servers in failover configuration running version 4.0.0.<br>
Failover config<br><br><br>authoritative;<br>ddns-update-style none;<br>failover peer "dhcp-failover" {<br> primary; # declare this to be the secondary server<br> address 10.141.120.59;<br> port 647;<br> peer address 10.70.56.59;<br>
peer port 647;<br> max-response-delay 30;<br> max-unacked-updates 10;<br> load balance max seconds 3;<br> mclt 1800;<br> split 128;<br>}<br>subnet 10.141.120.0 netmask 255.255.255.192{<br>}<br>include "/etc/dhcp-master.conf";<br>
<br><br> subnet 10.70.61.128 netmask 255.255.255.224 {<br> option routers 10.70.61.129;<br> pool {<br> failover peer "dhcp-failover";<br> deny dynamic bootp clients;<br>
#.140, .149, .157 are staticly assigned<br> range 10.70.61.130 208.70.61.139;<br> range 10.70.61.141 208.70.61.148;<br> range 10.70.61.150 208.70.61.156;<br>
range 10.70.61.158;<br> }<br> }<br><br>Log file I get this:<br><br>Dec 17 13:06:59 h208-70-56-59 dhcpd: DHCPREQUEST for 10.70.61.130 from 00:1e:f7:d7:6d:4d (CVRouter) via eth0<br>
Dec 17 13:06:59 h208-70-56-59 dhcpd: DHCPACK on 10.70.61.130 to 00:1e:f7:d7:6d:4d (CVRouter) via eth0<br>Dec 17 13:06:59 h208-70-56-59 dhcpd: DHCPREQUEST for 10.70.61.130 from 00:1e:f7:d7:6d:4d (CVRouter) via 10.70.61.129<br>
Dec 17 13:06:59 h208-70-56-59 dhcpd: DHCPACK on 10.70.61.130 to 00:1e:f7:d7:6d:4d (CVRouter) via 10.70.61.129<br>Dec 17 13:07:01 h208-70-56-59 dhcpd: bind update on 10.70.61.130 got ack from dhcp-failover: xid mismatch.<br>
<br>What causes these xid mismatch errors, and why does a request and ack come in/out on eth0 First?<br>Everything seems to be working but I seem to get alot of these xid mismatch. I get them from multiple clients,and I get them on but the primary and secondary.<br>
<br><br>