[MaraDNS list] Deadwood timing out on lookup

Steve Fatula <[email protected]> Fri, 5 Aug 2011 13:54:39 -0700 (PDT)
Newsgroups gmane.network.dns.maradns.general
Message-ID <[email protected]>
I have Deadwood 3.0.03 on Centos. I key in the following command:

dig -t txt 84.211.52.72.list.dnswl.org

And I get, after 30 seconds or so:

;; connection timed out; no servers could be reached


I am using deadwood as a caching nameserver. So, using upstream_servers as follows:

upstream_servers = {}
upstream_servers["."] = "8.8.8.8, 4.2.2.2"

If I dig @8.8.8.8  -t txt 84.211.52.72.list.dnswl.org, I get a response. Same for the other server. So... it's not the upstream servers.

All our other servers that do not use deadwood work just fine with this dig. So, not sure what the issue is. In this case, there is no txt record for the query. When there is a txt record, it works fine (for other IPs).

So, why would it take so very long and then timeout? 
 
Steve