DDNS updates for zone having multiple primary servers

kraishak kraishak.edu at gmail.com
Fri Apr 2 10:26:05 UTC 2021


Hi Simon 
Thanks for reply,
>>I don't quite understand the question here, however ...
--->I am clear with zone section now, but have a doubt with domain-name
fields

> Thanks for your explanation about the "option domain-name" and
> "ddns-domainname", So based on my network-level setup we configure this
> values, these values can be same or can be different

>>>>Correct
Regarding this, I am sorry I didn't complete my question, Actually my doubt
was can we configure like below
subnet 192.168.0.0 netmask 255.255.255.0 {
        pool {
                range 192.168.0.50 192.168.0.150;
               
        }
               ddns-domainname "example.com";
                option domain-name "test.com";
                option routers 192.168.0.1;
                option subnet-mask 255.255.255.0;
        }

        zone example.com.
        {
            primary 192.168.0.45;
            secondary 192.168.0.47,192.168.0.48;
        }
 i.e  option domain-name is different and ddns-domainname is totally
different not like domain and sub-domain concept
I checked the dhcpd syntax it is not giving any error but want to cross
check is this can be a valid configuration?

Thanks 
Kraishak




--
Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/


More information about the dhcp-users mailing list