[Pdns-users] PowerDNS hangs when used with recursor=
Lukas Beeler
lb-pdns-users at projectdream.org
Sat May 15 12:52:42 UTC 2004
* Michel Stol <michel at powerdns.com>:
> Are you running both the recursor and PowerDNS on the same port?
> That would cause strange behaviour. You could specify port 5300
> to the recursor in recursor.conf and then:
> recursor=127.0.0.1:5300
They are both running on the same Port, but the recursor is bound
to 127.0.0.1, and pdns_server is bound to the external ip
address. Diagnostic output below:
(long lines, sorry)
% sudo netstat -nlp | grep 53
tcp 0 0 195.134.143.80:53 0.0.0.0:* LISTEN 3443/pdns_server
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 8950/pdns_recursor
udp 0 0 195.134.143.80:53 0.0.0.0:* 3443/pdns_server
udp 0 0 127.0.0.1:53 0.0.0.0:* 8950/pdns_recursor
More information about the Pdns-users
mailing list