![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help on route command (adding) | ko9ko9ko9 | IP Networking | 2 | 12-04-2007 12:36 PM |
| How to use route command on SuSE & Cygwin | siegfried | UNIX for Dummies Questions & Answers | 3 | 04-12-2006 11:51 PM |
| trace route ip | ppass | IP Networking | 2 | 01-11-2005 08:50 AM |
| route table command | jhale123 | IP Networking | 1 | 05-24-2002 08: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 02:12 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
very new to unix whats the trace route command
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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 05:13 AM. |
|
#3
|
||||
|
||||
|
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.
__________________
My brain is your brain |
|
#4
|
|||
|
|||
|
Quote:
does it work it laptop has 10/100 mbps ethernet and unix box 10mbps ethernet???? |
|
#5
|
||||
|
||||
|
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.
__________________
My brain is your brain |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
||||
|
||||
|
It may very well be a network-design issue (ie firewalling, etc).
From the man page on traceroute: Quote:
|
||||
| Google The UNIX and Linux Forums |