Traceroute
Download Source: | http://ftp.osuosl.org/pub/blfs/svn/t/traceroute-2.0.15.tar.gz |
---|
Contents
Introduction to Traceroute
The Traceroute package contains a program which is used to display the network route that packets take to reach a specified host. This is a standard network troubleshooting tool. If you find yourself unable to connect to another system, traceroute can help pinpoint the problem.
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
make
Install the package
make prefix=/usr install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
make CC="gcc ${BUILD32}"
Install the package
make prefix=/usr install
N32
Compile the package:
make CC="gcc ${BUILDN32}"
Install the package
make prefix=/usr install
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package
make prefix=/usr install
Contents
Installed Programs: | traceroute |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
traceroute: does basically what it says: it traces the route your packets take from the host you are working on to another host on a network, showing all the intermediate hops (gateways) along the way.