<span class="HcCDpe">I've had dynamic dns working with dhcpd just great, but just recently discovered that only the reverse record updates are failing (my own fault...).  I'd like to force dhcpd to update DNS with everything in the leases file.<br>
<br>The dhcpd.conf man page says this under the interim update section:<br><br>      " This  can  lead to cases where the DHCP server adds a record, and then the record is deleted through some other mechanism, but the server never<br>
       again updates the DNS because it thinks the data is already there.   In this case the data can be  removed  from  the  lease  through  operator<br>       intervention, and once this has been done, the DNS will be updated the next time the client renews."<br>
<br>What does </span><span class="HcCDpe">operator intervention</span><span class="HcCDpe"> mean?  I see these lines in the leases file- do I delete them?<br><br>  set ddns-fwd-name = "<a href="http://foo2.example.com">foo2.example.com</a>";<br>
  set ddns-txt = "31f353cf6e772016f627a279866d637cc8";<br><br>Or just nuke the leases file and restart?<br><br>thanks,<br><br><br></span>