NetDig 1.7

  • Thread starter Thread starter William Stacey
  • Start date Start date
W

William Stacey

Newest version of netdig.exe (1.7) at www.mvptools.com Cleaned up some
output and switches and added a "/chkall" switch. This allows you to
quickly check if all configured dns servers are responsing to name and
rrtype. Quick way to see if some servers are not responding or if one
answers NXDOMAIN and others do not - common misconfiguration. At this time,
have not added logic to check all servers reply with same IP addresses in
the case of A records - but will probably do that.

C:\Temp>netdig www.test.com /chkall

Checking www.test.com a on 2 servers:

192.168.0.221 replied NOERROR.
4.2.2.2 replied NOERROR.

All servers replied successfully to query.
 
Thanks.

--
William Stacey, MVP

Herb Martin said:
Nice stuff -- thanks.

A lot of people rail against NSlookup but William actually did something
about it.

Bravo!
 
Back
Top