1
2
3
4
5
6
7
8dnstrace(1)                 General Commands Manual                dnstrace(1)
9
10
11
12dnstrace - a kind of traceroute(8) for DNS records
13
14

SYNOPSIS

16       dnstrace [OPTIONS] <TYPE> <DOMAIN-NAME> <ROOT-IP> [<ROOT-IP> ...]
17
18

DESCRIPTION

20       dnstrace  is a useful debugging tool to search for all DNS servers that
21       can affect the resolution of records of given  <TYPE>  under  the  give
22       <DOMAIN-NAME>  starting  from  the root name server <ROOT-IP>. dnstrace
23       uses the standard DNS resolution algorithm  but  follows  all  possible
24       paths  in  the  algorithm. It prints all responses it receives from the
25       DNS servers. It also prints warnings about slow servers, dead  servers,
26       misdelegated servers and misformatted packets.
27
28         $ dnstrace A google.com 127.0.0.1 | dnstrcesort
29
30       One  can  use  the  dnstracesort  in  conjunction with the dnstrace. It
31       produces more human friendly sorted output.
32
33

OPTIONS

35       -h --help
36               print this help
37
38       -v --version
39               print version information
40
41

SEE

43       http://cr.yp.to/djbdns/debugging.html
44
45

BUGS

47       Report bugs to <pj.pandit@yahoo.co.in>
48
49

Manual Author

51       Prasad J Pandit
52
53
54
55                                                                   dnstrace(1)
Impressum