I know how to use tracert under windows, no problem, but say for example, if I want to traceroute a website under my RH 8.0 box and see how many hops there are:

Code:
 

[root@phoenix root]# traceroute olug.org
traceroute to olug.org (207.252.127.221), 30 hops max, 38 byte packets

1 * * * 
2 * * * 
3 * * * 
4 * * *  
5 * * * 
6 * * * 
7 * * * 
8 * * * 
9 * * * 
10 * * *
What am I doing wrong here, and why am I not getting any ip addresses for the output?