[Pdns-users] Recursive lookups over IPv6 failing
bert hubert
bert.hubert at netherlabs.nl
Mon Apr 5 18:42:01 UTC 2010
On Mon, Apr 05, 2010 at 12:32:08PM -0600, Brielle Bruns wrote:
> I tested this on an isolated server where outside queries wouldn't
> affect the cache - and it did the same thing. So, what i'm
> wondering, is if its rejecting the first two queries, how is it
> getting the final positive response?
I can't reproduce here - I tried:
$ ./pdns_server --local-port=5300 --socket-dir=./
--launch=random
--recursor=8.8.8.8 --local-ipv6=::1
--local-address=127.0.0.1
$ dig www.aol.com @::1 -p 5300
(SERVFAIL)
$ dig www.aol.com @::1 -p 5300
(SERVFAIL)
$ dig www.aol.com @::1 -p 5300
(SERVFAIL)
$ dig www.aol.com @::1 -p 5300
(SERVFAIL)
(etc)
$ dig www.aol.com @127.0.0.1 -p 5300
gets data
$ dig www.aol.com @::1 -p 5300
gets data too!
Perhaps you tried @localhost which might sometimes resolve to ::1?
Bert
>
> Is it for whatever reason still doing the lookup on the backend
> during the first two, even if it sends back a failure to the client?
>
>
> --
> Brielle Bruns
> The Summit Open Source Development Group
> http://www.sosdg.org / http://www.ahbl.org
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> http://mailman.powerdns.com/mailman/listinfo/pdns-users
>
More information about the Pdns-users
mailing list