Configuring PowerDNS
The PowerDNS connector script connects directly to the MySQL backend and allows management of zones in PowerDNS. Native mode and Primary/Secondary mode in the authoritative PowerDNS are currently supported.
The installation works as described above. On Linux use the --generic-dns-controller parameter when executing the installer.
It will then install the base Generic DNS Server Controller, but there are two things you want to tweak:
Create working directory and connector script config:
mkdir /var/mmsuite/dns_server_controller
and set the correct ownership.
Create a file
preferences.cfgin themmsuitedirectory and configure the connector script with a XML-tag as described in Generic DNS Server Controller.
E.g. on Linux:
<GenericDNSScript value="python /your/script/directory/genericDNSPowerDNS.py" />
Download the script from GitHub.
Edit the
systemd/initscript of the controller. Open with an editor, e.g. vi themmremoteinit script, which should be/etc/init.d/mmremote.Search for the line
PARAMS="....".Add to the begin of the parameter list your created controller working directory with the
-dparameter, .i.e.:
PARAMS="-d /var/mmsuite/dns_server_controller ...rest of the params"