AXFR DA & cPanel

mitch2k

Verified User
Joined
Jul 2, 2019
Messages
5
Hi,

I currently have a bunch of cpanel servers. In front of them I have 3 cPanel DNS only servers that handle all the dns traffic.
I want to add some DA servers, and gradually migrate accounts from cPanel to DA. To make life easier I want to replace the cpanel DNS only stack to a DNS stack that can be used by both cPanel as DA.
I'm considering setting up a powerdns cluster, and then sync the zones by AXFR, like this;

1702119624923.png

Is this the correct approach? in the end I want that users still can edit their dns zones from their cPanel or DA account.

Do I configure NS1 as a supermaster?
On all cPanel webservers, do I configure;

allow-transfer {1.2.3.4;};
also-notify {1.2.3.4;};

where 1.2.3.4 is the IP of the master powerdns server.

Thanks for any input!
 
Back
Top