Dynamic DNS configuration

Andrew andrew at arda.homeunix.net
Sun Nov 30 16:33:35 UTC 2003


In my dhcpd.conf file, I have this line:

ddns-update-style interim;

I'm using DHCPD 3.0p2 and BIND 9.2.2. I know that there has been a lot 
of movement with the ddns-update-style option in recent versions of 
DHCPD. Are you sure the 'none' is the proper value for 3.0rc12?

Andrew

Rob Mortimer wrote:

> 
> default-lease-time 36000;
> max-lease-time 144000;
> ddns-update-style none;
> 
> not authoritative;
> 
> subnet 10.0.0.0 netmask 255.255.255.0{
>         range  10.0.0.101 10.0.0.175;
>         option domain-name              "corp.bc-tech.co.uk";
>         option domain-name-servers      10.0.0.20;
>         option routers          	10.0.0.3;
>         option subnet-mask              255.255.255.0;
> 		ddns-updates on;
> 		ddns-domainname "corp.bc-tech.co.uk.";
> 		ddns-rev-domainname "in-addr.arpa.";
> 
> }




More information about the bind-users mailing list