<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style>
<!--
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.WordSection1
        {}
-->
</style>
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">We recently moved our DHCP-3.0 configuration to DHCP-4.2.3-P2 on new hardware but with the same IP address.  Updates are done against the same DNS server. We get this kind of message in the log (addresses changed to protect the innocent…). 
 There is no rndc key in use.  Manual updates using nsupdate from the dhcpd server work fine.  BIND version on DNS server is 9.7.5 .</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Apr 24 14:55:42 dhcpd dhcpd: Unable to add forward map from T7CL43626.dhcp.hitchcock.org. to 192.168.62.125: not found.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Here are some relevant snips from dhcpd.conf</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">ddns-update-style interim;</p>
<p class="MsoNormal">ignore client-updates;</p>
<p class="MsoNormal">do-forward-updates on;</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">And in the zone:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">        subnet 192.168.62.0 netmask 255.255.255.0 {</p>
<p class="MsoNormal">                pool {</p>
<p class="MsoNormal">                        range 192.168.62.51 192.168.62.254 ;</p>
<p class="MsoNormal">                        deny members of "ras-clients";</p>
<p class="MsoNormal">                }</p>
<p class="MsoNormal">                option broadcast-address 192.168.62.255 ;</p>
<p class="MsoNormal">                option routers 192.168.62.1 ;</p>
<p class="MsoNormal">                option domain-name "hitchcock.org" ;</p>
<p class="MsoNormal">                option domain-name-servers 192.168.240.100, 192.168.241.68 ;</p>
<p class="MsoNormal">                option netbios-name-servers 192.168.240.87, 192.168.240.86 ;</p>
<p class="MsoNormal">                option netbios-node-type 8 ;</p>
<p class="MsoNormal">                ddns-domainname "dhcp.hitchcock.org.";</p>
<p class="MsoNormal">                ddns-rev-domainname "in-addr.arpa.";</p>
<p class="MsoNormal">                default-lease-time 7200;</p>
<p class="MsoNormal">                max-lease-time 7200;</p>
<p class="MsoNormal">        }</p>
</div>
<br>
<font face="Verdana" color="Black" size="1"><br>
IMPORTANT NOTICE REGARDING THIS ELECTRONIC MESSAGE:<br>
<br>
This message is intended for the use of the person to whom it is addressed and may contain information that is privileged, confidential, and protected from disclosure under applicable law. If you are not the intended recipient, your use of this message for
 any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.<br>
</font>
</body>
</html>