Using PowerDNS and SolusVM with cPanel DNSONLY

Ben M

Registered
Aug 20, 2015
1
0
1
UK
cPanel Access Level
Root Administrator
I currently have a cPanel server which is setup with BIND installed as a nameserver (cpanel.host.com). On 2 separate servers, I have 2 cPanel DNSONLY installs acting as nameservers, which both use BIND backends (ns1.host.com, ns2.host.com). The two nameservers are set to "synchronize changes" in WHM. This works fine.

I recently began using SolusVM to deploy VPS', and as I understand it, to setup reverse DNS and the like, I need to run my own PowerDNS server and add it to SolusVM.

My question is how can I get this powerDNS server (say: ns3.host.com) to sync the changes from my 2 cPanel DNSONLY servers, and vice versa, so that my cPanel DNSONLY servers know about the reverse DNS records for any VPS setup, and my PowerDNS server knows about subdomains and hosts setup in my cPanel DNSONLY server.

Additional question: is this even necessary? Could PowerDNS just be used to serve reverse DNS records independently, and then assuming ns3.host.com is set at the registrary as a nameserver, other servers would look to it once they can't find the rDNS records on NS1 or NS2?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
My question is how can I get this powerDNS server (say: ns3.host.com) to sync the changes from my 2 cPanel DNSONLY servers, and vice versa, so that my cPanel DNSONLY servers know about the reverse DNS records for any VPS setup, and my PowerDNS server knows about subdomains and hosts setup in my cPanel DNSONLY server.
Hello :)

There are no native features that will allow you to integrate PowerDNS with cPanel DNS-Only. However, there is a feature request open that you can vote for at:

https://features.cpanel.net/topic/powerdns-as-nameserver-program-option

That being said, have you considered simply configuring the RDNS records on the cPanel DNS-Only servers instead? If that's all you need it for, there's a document on how to do this at:

How to Configure Reverse DNS for BIND in WHM

Simply add the records to a hosting server that syncs to the DNS-Only servers and the records should propagate as expected.

Thank you.