trace route command


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers trace route command
# 1  
Old 05-24-2002
Question trace route command

very new to unix whats the trace route command
# 2  
Old 05-24-2002
Hammer & Screwdriver 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 09:13 AM..
# 3  
Old 05-24-2002
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
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.
Smilie
does it work it laptop has 10/100 mbps ethernet and unix box 10mbps ethernet????
raju
# 5  
Old 05-28-2002
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.
# 6  
Old 05-28-2002
Bug

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
raju
# 7  
Old 05-28-2002
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...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Trace route to a perticular port

How can I trace a route from one server to a certain port on another server? (3 Replies)
Discussion started by: sewood
3 Replies

2. HP-UX

Command to trace System Calls on HP UX

All, Kindly let me know command which is used to trace the system calls on HP - UX server when an executable is run. On Solaris we have TRUSS which does the need. On HP UX we have TUSC command which is a third party software. Currently this is not installed on my HP Server. If there... (3 Replies)
Discussion started by: helper
3 Replies

3. AIX

problem with command 'route -q' in AIX 5.3

Hi all! I have a problem.I access to AIX server via SSH,then i use command 'route -q', after that i can't connect to AIX server.Please help me to fix this problem. Thanks & Best Regards (1 Reply)
Discussion started by: bachtq
1 Replies

4. Red Hat

How to route multiple IP addresses with IPTABLE command?

Hi, We have a router and devices for testing. We route devices with below command iptables -t nat -A PREROUTING -p tcp -d 0/0 --dport 80 -s 10.111.111.22 -j DNAT --to-destination 10.13.0.16:3128 where 10.111.111.22 is device IP. and 10.13.0.16 is our Linux box machine. Likewise we... (4 Replies)
Discussion started by: Dhruvak
4 Replies

5. AIX

Which command can trace what I have done on aix?

I remember there is a command can trace what I have done on aix. such as when I run smitty user to add a new user, run any command on aix, install some application software on aix, just like trace every step and every screen out to a file. I forget what command is, does anyone know it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

6. IP Networking

need help on route command (adding)

Hi, I was window OS user and kinda switched to darwin-bash/Mac OS recently, just asking for some help for setting up routes. When i was using in window XP i can do "route print" and "route add 64.25.55.200 mask 255.255.255.255 188.17.145.178" ,and then when i access 64.25.55.200, it will... (2 Replies)
Discussion started by: ko9ko9ko9
2 Replies

7. UNIX for Dummies Questions & Answers

How to use route command on SuSE & Cygwin

If I'm at a wireless cafe running SuSE and I want to read my mail but the wireless cafe blocks port 25 for smtp but I have a VPN connection to my home machine, how do I use the "route" command. If I'm at home on my windows machine and have a VPN connection to another network, can I use the... (3 Replies)
Discussion started by: siegfried
3 Replies

8. IP Networking

trace route ip

hi everybody , i have a solaris 5.6 box and i want to trace the route on an ip i treid traceroute but soalris 5.6 does not support it ... is there a command that can be used equivelent to traceroute ? thanks for your help (2 Replies)
Discussion started by: ppass
2 Replies

9. IP Networking

route table command

Im very new to unix.. I want to view the route table whats the command. (1 Reply)
Discussion started by: jhale123
1 Replies

10. UNIX for Advanced & Expert Users

Can a "route add" command crash a router? well it does...need help

OK Sun E420R server Solaris 7 Command: route add default ###.###.###.### 15 Seconds later my router is rebooting and will continue this until I flush the route table on the server Any ideas?! Help!! (3 Replies)
Discussion started by: n9ninchd
3 Replies
Login or Register to Ask a Question