The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: tracert?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-16-2004
kduffin's Avatar
kduffin kduffin is offline
UN1X
 

Join Date: Nov 2003
Location: Virginia
Posts: 441
Worth noting that traceroute isn't always useful. traceroute uses ICMP - the protocol that can't deside which layer to live on (ok - I know it was a lame joke, but I couldn't resist).

Many people risk breaking discovery rather than allowing ICMP to traverse unchecked. Ever not been able to ping a host that you knew was there...? ICMP message types are explained in RFC 792. http://www.faqs.org/rfcs/rfc792.html

Cheers,

Keith