<resent to the list> > Hello, > If i have a dns primary server (160.80.1.8) and a secondary dns server > (160.80.2.4) both use bind9. I'd want to have a third dns server that use > powerdns (160.80.3.5) only to manage the dns servers that use bind > (160.80.1.8 , 160.80.2.4) which address i have to insert in the table > supermaster? I'd want to modify a record or zone in the third dns server > that use powerdns (160.80.3.5) and i'd want that the notify are sended to > the master 160.80.1.8 and to the secondary for refresh. > Thanks for all.
INSERT INTO supermasters VALUES ('160.80.1.8','ns3.uniroma2.it',NULL);
On the primary server, simply configure 160.80.3.5 as a nameserver for
whatever domains you want it to host in their zone files.
You have to use the domain name you used in the INSERT statement above
otherwise PowerDNS will ignore the notify.
Now, whenever the primary server sends a notify for a new domain, PowerDNS
will honour that request (and add the domain to its tables) if a) it came
from 160.80.1.8 and b) ns3.uniroma2.it was listed as an NS record.
Mark.
--
Mark Watts BSc RHCE MBCS
Senior Systems Engineer
QinetiQ Trusted Information Management
Trusted Solutions and Services Group
GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED
pgpF8rcJWG354.pgp
Description: PGP signature
_______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
