Difference between revisions of "DNS complex master slaves"
(→DNS complex master slaves (etch)) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | = DNS complex master slaves (etch) = |
||
Voorlopige plek voor configuratie virtuele servers |
Voorlopige plek voor configuratie virtuele servers |
||
apt-get install apache2 php5-mysql libapache2-mod-php5 phpmyadmin mysql-server pdns-backend-mysql zip unzip bzip2 lynx arj |
apt-get install apache2 php5-mysql libapache2-mod-php5 phpmyadmin mysql-server pdns-backend-mysql zip unzip bzip2 lynx arj |
||
Line 9: | Line 8: | ||
php-pear php5-dev php-http php-db php-auth |
php-pear php5-dev php-http php-db php-auth |
||
php5-mysql |
php5-mysql |
||
+ | Connect string powerdnsadmin in lib/config.php |
||
+ | $connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam"; |
||
+ | |||
+ | = Master nameserver = |
||
+ | <pre> |
||
+ | |||
+ | </pre> |
||
<hr> |
<hr> |
||
+ | == Nuttige links == |
||
+ | * https://doc.powerdns.com/md/recursor/running/ |
||
+ | * http://www.simpledns.com/lookup-dg.aspx |
||
Terug naar: [[Webhuis Infrastructuur]] |
Terug naar: [[Webhuis Infrastructuur]] |
Latest revision as of 08:31, 6 August 2015
Voorlopige plek voor configuratie virtuele servers
apt-get install apache2 php5-mysql libapache2-mod-php5 phpmyadmin mysql-server pdns-backend-mysql zip unzip bzip2 lynx arj php-pear php5-dev php-http php-db php-auth pdns-doc
pdnsadmin komt van een andere bron
libapache2-mod-php5 php5-mysql
php-pear php5-dev php-http php-db php-auth
php5-mysql Connect string powerdnsadmin in lib/config.php
$connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam";
Master nameserver
Nuttige links
Terug naar: Webhuis Infrastructuur