dhcpd.conf for dynamic dns

jgomez at infoweapons.com jgomez at infoweapons.com
Mon Mar 19 09:38:40 UTC 2007


> Hi all,
>
> How can I config dhcpd.conf   to  enable dynamic dns server update ?

In dhcpd.conf, add the following:

ddns-update-style interim;

key update.1.168.192.in-addr.arpa.
{
    algorithm hmac-md5;
    secret "TG6KQ9zBEzvGcsWKRO96zA==";
}

zone 1.168.192.in-addr.arpa
{
    key update.1.168.192.in-addr.arpa.;
}


Please see attached document for more information...

Cheers;

Jonna




--------
This email and/or attachments are confidential and may also be
legally privileged. If you are not the intended recipient, you are
hereby notified, that any review, dissemination, distribution or
copying of this email and/or attachments is strictly prohibited.
Please notify security at infoweapons.com immediately by email and
delete this message and all its attachments. Thank you.



More information about the dhcp-users mailing list