[Pdns-users] Strange resolve Problems

Daniel Eschner der at sfhost.de
Mon May 12 21:32:08 UTC 2014


Hi there,

I get a very strange errors which is not clear to me.

I have 4 DNS Server which runs on an MySQL Master/Slave mode.
All Nodes conncted to a Slave sql Node. New Domains and records get added
in only the master DB.
So i can be sure that there is no mysql error.

I have hunderts of domains.. Some domains are resolving and some domains
dont resolv.
All domains exist the database. Of cource that domains which dont resolv
are even in the db
If i check the pdns log i cant find any errors.

nslookup altersvorsorgen.org 213.185.89.1
Server:		213.185.89.1
Address:	213.185.89.1#53

*** Can't find altersvorsorgen.org: No answer

ysql> SELECT * FROM `domains` WHERE `name` = 'altersvorsorgen.org' ;
+--------+---------------------+--------+------------+------+--------------
---+---------+
| id     | name                | master | last_check | type |
notified_serial | account |
+--------+---------------------+--------+------------+------+--------------
---+---------+
| 232896 | altersvorsorgen.org | NULL   |       NULL |      |
2014050901 | NULL    |
+--------+---------------------+--------+------------+------+--------------
---+---------+
1 row in set (0.02 sec)

ysql> SELECT * FROM `records` WHERE `domain_id` = 232896;
+---------+-----------+--------------------------+------+------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------+------
-+------+-------------+
| id      | domain_id | name                     | type | content
                   
                                                                    | ttl
 | prio | change_date |
+---------+-----------+--------------------------+------+------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------+------
-+------+-------------+
| 5225968 |    232896 | altersvorsorgen.org      | MX   |
mx4.configcenter.info
                   
          |   600 |   10 |        2014 |
| 5225971 |    232896 | altersvorsorgen.org      | TXT  | v=spf2.0/pra mx
ip4:87.253.162.0/24 ip4:109.75.110.0/23 ip4:31.47.240.0/20
ip4:62.93.4.0/22 ip4:91.203.108.0/22 ip4:212.48.119.192/27
ip4:212.48.119.80/28 -all |   600 |    0 |        2014 |
| 5225972 |    232896 | ftp.altersvorsorgen.org  | A    | 31.47.249.39
                   
                                                                    |
86400 |    0 |        2014 |
| 5225973 |    232896 | mail.altersvorsorgen.org | A    | 31.47.249.39
                   





Another domain, tester0987.de still works fine.

 nslookup tester0987.de 213.185.89.1
Server:		213.185.89.1
Address:	213.185.89.1#53

Name:	tester0987.de
Address: 87.253.162.8


Anyone know if i run in any kind of limits?

I run CentOS 6 64bit with pdns 3.3.1 install from the repo



More information about the Pdns-users mailing list