<div dir="ltr"><pre>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;
+----+------+--------+------------+--------+-----------------+---------+
|<i> id | name | master | last_check | type   | notified_serial | account |
</i>+----+------+--------+------------+--------+-----------------+---------+
|<i>  5 | etc  | yes    |          1 | master |               1 | vixen   |
</i>+----+------+--------+------------+--------+-----------------+---------+
1 row in set (0.00 sec)


Here's the MySQL dump of records table;

mysql> select * from records;
+----+-----------+---------------+------+-----------------+------+------+-------------+
|<i> id | domain_id | name          | type | content         | ttl  | prio |
</i>change_date |
+----+-----------+---------------+------+-----------------+------+------+-------------+
|<i> 41 |         5 | forum.etc     | NS   | ns1.forum.etc   |    1 |    1
</i>|<i>           1 |
</i>|<i> 43 |         5 | ns1.forum.etc | A    | 188.132.250.197 |    1 |    1
</i>|<i>           1 |
</i>|<i> 39 |         5 | forum.etc     | SOA  | 45325325325     |    1 |    1
</i>|<i>           1 |
</i>+----+-----------+---------------+------+-----------------+------+------+-------------+
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:    <a href="http://static-151-241-132-188.sadecehosting.net">static-151-241-132-188.sadecehosting.net</a>
Address: 188.132.241.151

Name: forum.etc

C:\Users\vixen>nslookup ns1.forum.etc
Server: <a href="http://static-151-241-132-188.sadecehosting.net">static-151-241-132-188.sadecehosting.net</a>
Address: 188.132.241.151

Name: ns1.forum.etc
Address: 188.132.250.197

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

But, if i type <a href="http://www.forum.etc">http://www.forum.etc</a> 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.</pre></div>