[Pdns-users] Power Dns Server As A Domain Name Registry(Parent Name Server)

Önem Özgülgen onemozgulgen at gmail.com
Wed Jul 24 00:19:07 UTC 2013


Hello,

Ip Address Of PowerDNS Server with MySQL Backend(Both Authoritative and
Recursive) :

188.132.241.151

Ip Address Of Bind9 Server:

188.132.250.197

Here's the MySQL dump of domains table;

mysql> select * from domains;
+----+------+--------+------------+--------+-----------------+---------+
| id | name | master | last_check | type   | notified_serial | account |
+----+------+--------+------------+--------+-----------------+---------+
|  5 | etc  | yes    |          1 | master |               1 | vixen   |
+----+------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)


Here's the MySQL dump of records table;

mysql> select * from records;
+----+-----------+---------------+------+-----------------+------+------+-------------+
| id | domain_id | name          | type | content         | ttl  | prio |
change_date |
+----+-----------+---------------+------+-----------------+------+------+-------------+
| 41 |         5 | forum.etc     | NS   | ns1.forum.etc   |    1 |    1
|           1 |
| 43 |         5 | ns1.forum.etc | A    | 188.132.250.197 |    1 |    1
|           1 |
| 39 |         5 | forum.etc     | SOA  | 45325325325     |    1 |    1
|           1 |
+----+-----------+---------------+------+-----------------+------+------+-------------+
3 rows in set (0.00 sec)


Here's the records file input for the master zone of forum.etc created in
Bind9 Server;

$ttl 38400
forum.etc.    IN    SOA    ns1. info.forum.etc. (
            1374623190
            10800
            3600
            604800
            38400 )
forum.etc.    IN    NS    ns1.
ns1             IN      A       188.132.250.197
www             IN      A       94.101.88.30


After i've replaced my pc's dns server ip to PowerDns Server, here's the
nslookup dump for both forum.etc and ns1.forum.etc;

C:\Users\vixen>nslookup forum.etc
Server:    static-151-241-132-188.sadecehosting.net
Address: 188.132.241.151

Name: forum.etc

C:\Users\vixen>nslookup ns1.forum.etc
Server: static-151-241-132-188.sadecehosting.net
Address: 188.132.241.151

Name: ns1.forum.etc
Address: 188.132.250.197

On the web browser of my pc, when i typed http://ns1.forum.etc i'm getting
an Apache test page of the Bind9 Server and it' ok.

But, if i type http://www.forum.etc it can't connect to the ip address
which i've added in zone records of Bind9 Server.

If you need anything more, please let me know.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20130724/359b2f56/attachment-0001.html>


More information about the Pdns-users mailing list