Re: [Pdns-users] IPv6 DNS doesn't work

2011-01-17 Thread Darren Gamble
Hi Yves, Here's the recursor config: allow-from=127.0.0.1/32 dont-query= local-address=127.0.0.1 local-port=5300 quiet=yes setgid=pdns setuid=pdns You'll need the query-local-address6 directive to get outgoing IPv6 to work. This instructs the recursor what address to bind to

Re: [Pdns-users] IPv6 DNS doesn't work

2011-01-17 Thread Yves Goergen
On 17.01.2011 20:12 CE(S)T, Darren Gamble wrote: You'll need the query-local-address6 directive to get outgoing IPv6 to work. This instructs the recursor what address to bind to for this. Great, this helped! Thank you. Okay, this sounds similar to the 'query-local-address' option which is

Re: [Pdns-users] IPv6 DNS doesn't work

2011-01-17 Thread Yves Goergen
On 17.01.2011 20:12 CE(S)T, Darren Gamble wrote: You'll need the query-local-address6 directive to get outgoing IPv6 to work. This instructs the recursor what address to bind to for this. I found that setting the all address of :: works just as fine. I don't even need to sepcify my (primary)

Re: [Pdns-users] IPv6 DNS doesn't work

2011-01-17 Thread Darren Gamble
Hi Yves, I found that setting the all address of :: works just as fine. I don't even need to sepcify my (primary) IPv6 address with this option. Is that okay? This may or may not work. I'd suggest using your actual global address here, to ensure that your O/S doesn't choose a link-local