Traceroute command not showing hostnames for each hop, only * * *
Need I say more?
E.G.
Code:
jon_k@2[~]$ traceroute linuxquestions.org
traceroute to puretna.com (64.69.71.83), 30 hops max, 38 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
How can I get a view that would be similar to this:
1 hop1.dns [10 ms]
2 hop2.dns [34 ms]
3 hop3.dns [32 ms]
Knowing which hop# my connection fails on is of little use to me if I don't know the address/ip of the failed hop.
I've tried several traceroute packages, they all show this form of output.
Thanks.