Re: [MaraDNS list] ID mismatch/SERVFAIL errors on my new deadwood
David Kowis <[email protected]>
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <[email protected]> |
On 06/02/2011 03:26 PM, Sam Trenholme wrote: > Unbound's advantage is that their developers are being paid to work on > Unbound. This is why Unbound has all kinds of cool things > MaraDNS/Deadwood doesn't have: EDNS, DNSSEC, etc. On the other hand, > Unbound is a lot bigger than Deadwood; for some embedded environments > this is important. The best tool for the best job and all that. I didn't mean anything by it, just that I swapped it out and my behavior was different. > > Deadwood uses the following root servers. I have started Deadwood > three times with an empty cache; all three times I have gotten a > SERVFAIL, followed by the correct answer. > > What root servers are you using? Can you consistently reproduce this? > And, oh, which version of Deadwood are you using? The ID mismatch I'm having trouble reproducing, the SERVFAIL I can consistently reproduce, as you have stated. Only noticing it when I was trying to figure out why it was taking so long for my browser to resolve secure.newegg.com when I was buying things, and why sometimes it would randomly fail to resolve. Root Server List I extracted from named.root and formatted correctly for dwood3rc. I wouldn't have put one in at all, except I cannot specify a root server for internal resolution without specifying the root server list for "." # server list from named.root, including ipv6 addresses root_servers["."] = "198.41.0.4," root_servers["."] += "2001:503:BA3E::2:30," root_servers["."] += "192.228.79.201," root_servers["."] += "192.33.4.12," root_servers["."] += "128.8.10.90," root_servers["."] += "192.203.230.10," root_servers["."] += "192.5.5.241," root_servers["."] += "2001:500:2F::F," root_servers["."] += "192.112.36.4," root_servers["."] += "128.63.2.53," root_servers["."] += "2001:500:1::803F:235," root_servers["."] += "192.36.148.17," root_servers["."] += "2001:7FE::53," root_servers["."] += "192.58.128.30," root_servers["."] += "2001:503:C27::2:30," root_servers["."] += "193.0.14.129," root_servers["."] += "2001:7FD::1," root_servers["."] += "199.7.83.42," root_servers["."] += "2001:500:3::42," root_servers["."] += "202.12.27.33," root_servers["."] += "2001:DC3::35" root@zephon:/etc# Deadwood --version Deadwood version 3.0.02 David