18

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.

Brian R. Bondy
  • 743
  • 2
  • 10
  • 16

5 Answers5

13

I use a combination of:

and

...as well as manual querying using dig, host, WHOIS, etc...

l0c0b0x
  • 11,697
  • 6
  • 46
  • 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,903
  • 1
  • 20
  • 24
  • Hmmm, Zonecheck stops on first error, which isn't helpful (at least, in the web interface). – Kzqai Sep 11 '12 at 21:32
5

Try this one:

http://www.squish.net/dnscheck/

ninegrid
  • 213
  • 3
  • 6
4

A couple more:

And a quick guide on how to check your DNS yourself.

Ivan
  • 3,172
  • 3
  • 24
  • 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
  • 1
    checkdns 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,892
  • 10
  • 40
  • 63