I've got Bind running on a server and although access to the domains I've set up is correct. I was wondering if there was an online (or offline) tool to check if I had setup the service correctly?
Regards
Steve Griff
I've got Bind running on a server and although access to the domains I've set up is correct. I was wondering if there was an online (or offline) tool to check if I had setup the service correctly?
Regards
Steve Griff
Bind include a set of tools for testing configuration and zone files. The man pages of named-checkzone and named-checkconf should give you all the informations you may need.
Ask a public recursive server for the records.
For example, if I just setup some record for randomtest.example.com on my server that's authoritative for example.com,
will tell me if it is getting out to other nameservers on the internet.
Many good Web tools (and a lot of bad ones):
http://www.zonecheck.fr/ (also available as a local command-line tool, free software)
http://dnscheck.iis.se (with DNSSEC)
http://dnsviz.net/ (specially for DNSSEC)
http://www.infoblox.com/services/dns_advisor_tool.cfm (requires your email address)
I wrote a paper summarizing the tools, the good and the bad: http://www.bortzmeyer.org/tests-dns.html
ZoneCheck is available online or for download http://www.zonecheck.fr/
http://www.intodns.com is a good free online tool.
You can issue direct queries to your server using host/dig to test Bind configuration:
or just
I do recommend you to run tests from another machine to detect problems with firewall, interface binding, etc. If you don't want to muck with command line just use one of the online tools.
http://www.dnsinspect.com it's an another online DNS testing tool.