dhcpd.conf for dynamic dns

jgomez at infoweapons.com jgomez at infoweapons.com
Mon Mar 19 09:51:21 UTC 2007


oops, im sorry i didn't know that  attachments are not allowed.. ;)

>> 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.
>
>
>
>



--------
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