PowerDNS Authoritative Server (Ubuntu): Unterschied zwischen den Versionen
Zeile 24: | Zeile 24: | ||
Datenbank ''powerdns'' erstellen - siehe [[MySQL#Neue_Datenbank_anlegen:|MySQL]] | Datenbank ''powerdns'' erstellen - siehe [[MySQL#Neue_Datenbank_anlegen:|MySQL]] | ||
Die Zugangsdaten für die Datenbank in der Datei | Die Zugangsdaten für die Datenbank in der Datei |
Version vom 21. Januar 2020, 23:36 Uhr
Allgemein
Voraussetzungen
SQL-Datenbank => siehe MariaDB
Installation
Binaries
sudo apt-get -y install pdns-server pdns-backend-mysql
Links
https://doc.powerdns.com/authoritative/installation.html
Datenbank
Datenbank anlegen
Datenbank powerdns erstellen - siehe MySQL
Die Zugangsdaten für die Datenbank in der Datei
sudo vi /etc/powerdns/pdns.conf
am Ende hinzufügen:
################################# # database connection launch=gmysql gmysql-host=127.0.0.1 gmysql-user=powerdns gmysql-dbname=powerdns gmysql-password=<password>
Tabellen anlegen
Links
https://doc.powerdns.com/authoritative/guides/basic-database.html
Links
https://doc.powerdns.com/authoritative/installation.html
https://www.linux.com/tutorials/how-install-powerdns-dns-server-ubuntu/
https://clouding.io/kb/en/how-to-install-powerdns-on-ubuntu-18-04/
https://www.debacher.de/wiki/Mein_eigenes_DynDNS
Konfiguration
Master / Slave
https://www.claudiokuenzler.com/blog/844/powerdns-master-slave-dns-replication-mysql-backend
Benutzeroberfläche
Poweradmin
Download
https://sourceforge.net/projects/poweradmin/
Links
https://blog.jonaharagon.com/installing-powerdns-admin-on-ubuntu-18-04/
PowerDNS-Admin
Download
https://github.com/ngoduykhanh/PowerDNS-Admin
Links
https://blog.jonaharagon.com/installing-powerdns-admin-on-ubuntu-18-04/
Links allgemein
[https://github.com/PowerDNS/pdns/wiki/WebFrontends https://github.com/PowerDNS/pdns/wiki/WebFrontend
Zurück zu Domain selbst verwalten