Hi,
I need to configure a DHCP server in order to update not only the DNS 
on the same host but also a secondary DNS on a different host of the
same subnet (yes, paranoia is at work ... ) .
Problem is that only the DNS on the same host is updated.

This is the relevant portion of dhcpd.conf:

ddns-update-style interim;
include "/etc/rndc.key";
zone od.loc. {
        primary 127.0.0.1;
        key rndckey;

        secondary 192.168.0.33;
        key rndckey;
}

zone 0.168.192.in-addr.arpa. {
        primary 127.0.0.1;
        key rndckey;

        secondary 192.168.0.33;
        key rndckey;
}

A manual nsupdate from the terminal works correctly.
Can anyone tell me what options I need to add or change,
please?

Thanks,
        Nico
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to