[dnsdist] no ipv6 connectivity

Larry Wapnitsky larry at wapnitsky.com
Thu Jan 6 17:16:51 UTC 2022


I've set up dnsdist in my lab to forward to my dns servers, running powerdns

If I do nslookup directly to the ipv6 addresses on the name servers, I can
resolve.

If I try to resolve via dnsdist, I get no connection.

Here is my config, modified to avoid public addresses:

setLocal('10.150.33.2')
addLocal('2001:xxx:xxxx:33::2')


webserver("0.0.0.0:8083")
setWebserverConfig({acl="10.150.0.0/8"})


newServer({address="2001:xxx:xxxx:33::5", qps=1})
newServer({address="2001:xxx:xxxx:33::6", qps=1})
newServer({address="2001:xxx:xxxx::33::7", qps=1})

newServer({address="10.150.33.7", qps=1})
newServer({address="10.150.33.6", qps=1})
newServer({address="10.150.33.5", qps=1})

setServerPolicy(firstAvailable)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/dnsdist/attachments/20220106/1af7355a/attachment.htm>


More information about the dnsdist mailing list