<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 29, 2019 at 7:32 PM Brooks, Jason <<a href="mailto:Jason.Brooks@allstream.com">Jason.Brooks@allstream.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="EN-US">
<div class="gmail-m_-7160459467447250749WordSection1">
<p class="MsoNormal">Hello,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I have a primary and secondary dhcpd server that I have set up as central dhcp servers for a bunch of relays.  The servers come up, and they communicate properly.  The trouble is they keep reporting:<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">“bind update on ww.xx.yy.zz from <my failover> rejected: BNDUPD without CHADDR”<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I do NOT want to update dns: dns is not relevant here.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Question number one:<u></u><u></u></p>
<p class="MsoNormal">              Is this “error” due to dhcpd failing to update the dns server, or some sort of socket binding issue?  (overuse of the word “bind” perhaps?)<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">In both of the dhcpd.conf files, I have the following lines:<u></u><u></u></p>
<p class="MsoNormal"><u></u><u></u></p>
<p class="MsoNormal">ddns-update-style none;<u></u><u></u></p>
<p class="MsoNormal">ddns-updates off;<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Question number two:<u></u><u></u></p>
<p class="MsoNormal">              Why would dhcpd try to send updates if they are turned off?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Further information:<u></u><u></u></p>
<p class="MsoNormal">I am running isc bind produced by centos: 4.2.5.  I will also be seeking answers there in case it’s a question of their compiling and bollixing it up.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I am currently consolidating a number of remotely located dhcp servers that are very old (Solaris 10 running bind 3.0.4 ).  At present the remote servers are having dhcp queries relayed to them by the various equipment we support.  Once
 this is done, we will simply change the relay ip to the new servers.  <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">The procedure I am using: replicate all dhcpd.leases, filtering out deprecated and dhcp server specific content, copying new dhcpd.leases to both dhcp development servers, and starting dhcpd.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Enclosed is a shortened, sanitized sample dhcpd.conf file.  The only difference between primary and secondary is the address and peer addresses are swapped.  I have ensured peer tcp ports are not firewalled.</p></div></div></blockquote><div><br></div><div>As I understand it, the primary and secondary need more differences:</div><div>- addresses swapped, as you say</div><div>- ports swapped</div><div>- 'primary' changed to 'secondary'</div><div>- 'mclt' and 'split' are only allowed on the primary</div><div><br></div><div>Here are a pair of mine (generated by BlueCat), for example:</div><div><br></div><div><div>failover peer "8dd393e8-8dd393f8"</div><div>{</div><div>    primary;</div><div>    address 141.211.147.232;</div><div>    port 847;</div><div>    peer address 141.211.147.248;</div><div>    peer port 647;</div><div>    max-response-delay 60;</div><div>    max-unacked-updates 10;</div><div>    mclt 1800;</div><div>    split 128;</div><div>    load balance max seconds 3;</div><div>}</div></div><div><br></div><div><div>failover peer "8dd393e8-8dd393f8"</div><div>{</div><div>    secondary;</div><div>    address 141.211.147.248;</div><div>    port 647;</div><div>    peer address 141.211.147.232;</div><div>    peer port 847;</div><div>    max-response-delay 60;</div><div>    max-unacked-updates 10;</div><div>    load balance max seconds 3;</div><div>}</div></div><div><br></div><div>-- </div><div>Bob Harold</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="gmail-m_-7160459467447250749WordSection1"><p class="MsoNormal"><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thank you for  your time!<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">--jason<u></u><u></u></p>
<p class="MsoNormal"><br><u></u></p></div></div>
</blockquote></div></div></div></div>