Skip to main content

PowerDNS pulling secondary zones from another server

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! I've been looking into this for a bit now, and it seems that is working normally with the way that PowerDNS is implemented on a cPanel system. By default, AXFR is disabled in our PowerDNS configuration file: # grep disable-axfr /etc/pdns/pdns.conf disable-axfr=yes # disable-axfr Disable zonetransfers but do allow TCP queries # disable-axfr=no # disable-axfr-rectify Disable the rectify step during an outgoing AXFR. Only required for regression testing. # disable-axfr-rectify=no
    so it seems this configuration may not be possible. Is there any reason you couldn't continue to use BIND on these systems?
    0
  • sozotech
    Hey there! I've been looking into this for a bit now, and it seems that is working normally with the way that PowerDNS is implemented on a cPanel system. By default, AXFR is disabled in our PowerDNS configuration file: # grep disable-axfr /etc/pdns/pdns.conf disable-axfr=yes # disable-axfr Disable zonetransfers but do allow TCP queries # disable-axfr=no # disable-axfr-rectify Disable the rectify step during an outgoing AXFR. Only required for regression testing. # disable-axfr-rectify=no
    so it seems this configuration may not be possible. Is there any reason you couldn't continue to use BIND on these systems?

    Well, I believe the disable-axfr setting is for pulling zones FROM PowerDNS which is not what I am trying to do, though on a side note, I changed this option to Yes, and I can pull zones from other servers using the PowerDNS as the master server. One of our data centers, secondaries our PTR zones for reverse IP lookups so I can confirm that works. I would like to use PowerDNS since it seems to be higher performing. The PDNS process sure starts WAY FASTER than BIND. It might take BIND 30 minutes to load all the zones after a reboot and PowerDNS loads up in seconds. I would really like to have PDNS to secondary the legacy zones so I don't have to have to go back to BIND or have separate servers. Best regards, Eric
    0
  • cPRex Jurassic Moderator
    It might be best to put in a ticket for this to get some more details, as I didn't find much related to this specific situation. If you do that, please post the number here so I can follow along and keep the community updated.
    0
  • sozotech
    It might be best to put in a ticket for this to get some more details, as I didn't find much related to this specific situation. If you do that, please post the number here so I can follow along and keep the community updated.

    Thanks. I've opened ticket #94004794 . We'll se what that turns up.
    0
  • cPRex Jurassic Moderator
    Great - I'm following that now on my end too :D
    0

Please sign in to leave a comment.