DNS complex master slaves: Difference between revisions

From Webhuis wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
Connect string powerdnsadmin in lib/config.php
Connect string powerdnsadmin in lib/config.php
$connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam";
$connection_string = "mysql://pdns_user:pdns_password@localhost/pdns_databasenaam";

== Master nameserver ==
= Master nameserver =
<pre>
<pre>


</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[edit]



Nuttige links[edit]

Terug naar: Webhuis Infrastructuur