global parameter or not ?

Zeller, Jan (ID) jan.zeller at id.unibe.ch
Thu Sep 23 09:30:42 UTC 2010


> Setting dynamic dns in only one subnet is usually done like this:
> 
> # global scope, disable ddns updates
> ddns-update-style interim;
> ddns-updates no;
> 
> subnet .... {
>      # enable ddns updates in this scope
>      ddns-updates yes;
>      ....
> }
> subnet ... {
>      # no dynamic dns here, inherited from global
>      ....
> }
> 
> Or you could do the opposite, enable ddns-updates at the global level
> and turn it off in selected subnets. Whichever one is easier for you.
> 
> regards,
> -glenn

Great Glenn I'll try that. 
But shouldn't it be 'ddns-updates off / on' instead of 'no / yes' ? Anyway. 
Thanks a lot for your help !

---

Jan



More information about the dhcp-users mailing list