Is there a free service for checking for common DNS errors on your domain? I previously used dnsstuff.com for this, but they since moved to a paid model.
Asked
Active
Viewed 2,860 times
18
-
Didn't realize dnsstuff.com went to a paid model. :-( – Brian Knoblauch May 12 '09 at 18:41
-
1Do not regret it, they were always spending spurious warnings about missing glue... – bortzmeyer May 13 '09 at 06:40
5 Answers
13
I use a combination of:
and
...as well as manual querying using dig, host, WHOIS, etc...

l0c0b0x
- 11,867
- 7
- 47
- 76
-
IntoDNS has no IPv6 support (and therefore produces spurious errors on IPv6-only nameservers). It sends errors when there is no "www" name in the zone which is quite stupid. It can not test TLD (it says "Invalid request!) – bortzmeyer May 13 '09 at 06:46
-
DNSsy has no IPv6 support (and therefore produces spurious errors on IPv6-only nameservers). It sends errors when there is no "www" name in the zone which is quite stupid. – bortzmeyer May 13 '09 at 06:48
7
There are several. I recommend Zonecheck, which is also available as free software that you can install on your own machine. The greatest thing about Zonecheck is that you can edit the configuration to change the policy (changing severity of tests from warning to fatal or the opposite, not running some tests, etc).
DNScheck is nice, too, and the only tool able to check DNSSEC.
I wrote a paper listing and comparing many online tools.

bortzmeyer
- 3,941
- 1
- 21
- 24
-
Hmmm, Zonecheck stops on first error, which isn't helpful (at least, in the web interface). – Kzqai Sep 11 '12 at 21:32
4
A couple more:

Ivan
- 3,172
- 4
- 25
- 34
-
howismydns.com has no IPv6 support and fail to detect the issue, so it produces spurious errors on IPv6-only nameservers. I – bortzmeyer May 13 '09 at 06:54
-
1checkdns sends a spurious (and quite stupid, IMHO) warning when you have only one MX server. It seems to indicate a lack of knowledge regarding the way email works. – bortzmeyer May 13 '09 at 06:55
1
You should definitely check out http://dnscog.com/report/serverfault.com
They give a nice detailed report and supply some recommendations too.

Saif Bechan
- 10,960
- 10
- 42
- 63