Comments on How to Install PowerDNS and Poweradmin on CentOS 7

PowerDNS (pdns) is an open source DNS server written in C++ and released under GPL License. In this tutorial, I will show you how to install and configure a PowerDNS Authoritative server with MariaDB database server as a Backend and using Poweradmin for easy DNS management.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Ken

In "Step 2 - Install and Configure MariaDB" just after you start and enable at boot-up the MariaDB you state "Run the command below." to create your password(s). But the command is missing. (unless I missed something in the process, which is entirely possible)

By: till

I've added the missing command, it was mentioned in the text a line above. The command is "mysql_secure_installation".

By: Rob

Thanks for this tutorial. I am wondering if you have a similar document or tutorial that builds from this one to show how to set up a secondary pdns server that syncs or replicates records from the Authoritative Primary automatically. If so can you point to it?