DHCPv6 and DDNS

Philippe Clérié philippe at gcal.net
Mon Jun 29 19:28:35 UTC 2015


On 06/29/2015 03:23 PM, Chris Buxton wrote:
> On Jun 29, 2015, at 11:51 AM, Philippe Clérié <philippe at gcal.net> wrote:
>
>> It took a while but I believe I have found my problem. It appears that the DHCP server does not update DNS records for static leases. DNS does get updated for clients that get their addresses from the subnet range.
>>
>> Can anyone confirm that please?
>
> Correct, that is the default behavior. It can be changed with a configuration option. Iirc, the option is called "update-static-leases".
>
> Chris Buxton
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>

At the top of my config file:

ddns-updates on;
ddns-update-style standard;

update-static-leases on;
~~~~~~~~~~~~~~~~~~~~~~~~

The same config options work perfectly on DHCPv4.

-- 
Philippe

------
The trouble with common sense it that it is so uncommon.
<Anonymous>


More information about the dhcp-users mailing list