Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Search Forums:



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 05-24-2002
Registered User
 

Join Date: May 2002
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question trace route command

very new to unix whats the trace route command
Sponsored Links
    #2  
Old 05-24-2002
hassan2 hassan2 is offline Forum Advisor  
Registered User
 

Join Date: Mar 2002
Location: London, England
Posts: 262
Thanks: 0
Thanked 2 Times in 2 Posts
Wink traceroute

traceroute shows you the route packets take to reach the destination address. it shows you the hops or router packets goes through before reaching destination address.

Last edited by hassan2; 05-27-2002 at 08:13 AM..
Sponsored Links
    #3  
Old 05-24-2002
Kelam_Magnus's Avatar
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Thanks: 0
Thanked 3 Times in 3 Posts
Give it an Ip to follow. Say from your UNIX box to your laptop. it will show you the path it takes to get there.

Pretty good for diagnostic checking of Network problems.
    #4  
Old 05-26-2002
raju
Guest
 

Posts: n/a
Bits: 0 [Banking]
Quote:
Originally posted by Kelam_Magnus
Give it an Ip to follow. Say from your UNIX box to your laptop. it will show you the path it takes to get there.

Pretty good for diagnostic checking of Network problems.

does it work it laptop has 10/100 mbps ethernet and unix box 10mbps ethernet????
Sponsored Links
    #5  
Old 05-27-2002
Kelam_Magnus's Avatar
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Thanks: 0
Thanked 3 Times in 3 Posts
That doesn't matter. Just run traceroute from any UNIX system to any other IP address. It will work. However, their may be some firewall issues or if you are on a private network it may not be able to complete.

For the most part, it should work.
Sponsored Links
    #6  
Old 05-28-2002
raju
Guest
 

Posts: n/a
Bits: 0 [Banking]
Smile

in my case , i have dell machine and unix box .
dell ip. 198.1.1.6 ethernet is 10/100mbps
unix ip 198.1.1.3 ethernet is 10mbps.
they r connected through 10/100 workgroup switch.
telnet , ping , ftp works fine from dell to unix.
from unix ping says no answer or connection refused?
traceroute gives 1 ***.... ..and so on.
can u help?
raju
Sponsored Links
    #7  
Old 05-28-2002
LivinFree's Avatar
Goober Extraordinaire
 

Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,626
Thanks: 2
Thanked 15 Times in 13 Posts
It may very well be a network-design issue (ie firewalling, etc).

From the man page on traceroute:
Quote:
This program attempts to trace the route an IP packet would follow to
some internet host by launching UDP probe packets with a small ttl (time
to live) then listening for an ICMP "time exceeded" reply from a gateway.
We start our probes with a ttl of one and increase by one until we get an
ICMP "port unreachable" (which means we got to "host") or hit a max
(which defaults to 30 hops & can be changed with the -m flag).
Therefore, if your net admin restricts UDP in any direction, or ICMP in any direction, you may very well be impacted by this...
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
need help on route command (adding) ko9ko9ko9 IP Networking 2 12-04-2007 02:36 PM
How to use route command on SuSE & Cygwin siegfried UNIX for Dummies Questions & Answers 3 04-13-2006 02:51 AM
trace route ip ppass IP Networking 2 01-11-2005 10:50 AM
route table command jhale123 IP Networking 1 05-24-2002 11:58 AM
Can a "route add" command crash a router? well it does...need help n9ninchd UNIX for Advanced & Expert Users 3 12-20-2001 04:12 PM



All times are GMT -4. The time now is 04:06 AM.