I've set up a master/slave to see how things might go if using pdns for some of 
our domains. 

On the master/authoritative

allow-axfr-ips=x.x.x.x (the slave server on another network)
disable-axfr=no
master=yes
setuid=pdns
setgid=pdns
launch=gmysql
gmysql-host=localhost
gmysql-user=powerdns
gmysql-password=pass
gmysql-dbname=powerdns
local-address=x.x.x.x (because the server has two NICs/networks

On the slave

allow-axfr-ips=x.x.x.x (the master server on another network)
disable-axfr=no
slave=yes
setuid=pdns
setgid=pdns
launch=gmysql
gmysql-host=localhost
gmysql-user=powerdns
gmysql-password=pass
gmysql-dbname=powerdns

Nothing is getting in or out. The world is not seeing the dns server/s, the dns 
servers aren't seeing each other. 
What am I missing here?
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to