update different subnet in different zone

Simon Hobson dhcp at thehobsons.co.uk
Fri Jun 2 06:47:04 UTC 2006


kalyanasundaram S wrote:

>   i have two zones.
>   I have two subnet declaration. I want to update one subnet details 
>in one zone and other subnet in other zone.. How do i decalare the 
>zone information in dhcpd.conf file?..

You mean, one subnet is somedomain.com, the other subnet is 
someotherdomain.net ?


Just declare the ddns-domainname in each subnet, like :

subnet ....
   ddns-domainname = "somedomain.com" ;
   ....
}
subnet ....
   ddns-domainname = "someotherdomain.net" ;
   ....
}


More information about the dhcp-users mailing list