[Pdns-users] pdns-recursor works but pdns discards responses

rooster yawowb+pdns-users at nuclei.ca
Tue Jan 27 01:38:24 UTC 2015


Hello list,

	I have pdns-recursor and pdns on the same host and port but on different IP’s. When I query pdns and it can not answer, so it passes the query on to pdns-recursor, which then responds with the answer but then pdns discards the packets. What did I do wrong? I have tried this with the firewall both on and off and the result is the same. Below is a snippet of the log file with the error, followed by my configuration for the recursor and pdns itself. The host is a PowerPC computer running ubuntu 14.04 LTS.

/var/log/syslog

Jan 26 16:45:55 host pdns_recursor[29993]: 0 question answered from packet cache from 127.0.0.1
Jan 26 16:45:55 host pdns[26791]: Discarding untracked packet from recursor backend with id 49601. Conntrack table size=1
Jan 26 16:46:00 host pdns_recursor[29993]: 1 [42] question for ‘google.com.|A' from 127.0.0.1
Jan 26 16:46:01 host pdns[26791]: Discarding untracked packet from recursor backend with id 49345. Conntrack table size=2
Jan 26 16:46:01 host pdns_recursor[29993]: 1 [42] answer to question ‘google.com.|A': 1 answers, 0 additional, took 2 packets, 0 throttled, 0 timeouts, 0 tcp connections, rcode=0
Jan 26 16:46:05 host pdns_recursor[29993]: 0 question answered from packet cache from 127.0.0.1
Jan 26 16:46:05 host pdns[26791]: Discarding untracked packet from recursor backend with id 50113. Conntrack table size=3


/etc/powerdns/recursor.conf

allow-from=127.0.0.1, 172.16.0.0/12, 172.17.0.0/12
daemon=yes
entropy-source=/dev/urandom
local-address=127.0.0.1
log-common-errors=yes
logging-facility=0
version-string=recursor


/etc/powerdns/pdns.d/pdns.local.conf

allow-recursion=127.0.0.1, 172.16.0.0/12, 172.17.1.0/12
local-address=172.16.0.254
log-dns-details=yes
logging-facility=0
loglevel=4
master=yes
recursor=127.0.0.1
version-string=dns






More information about the Pdns-users mailing list