tonywhitmore.co.uk  

      blog : gallery : wiki : articles : projects : shell scripts : wallpaper : cv : links :
 Project Homepage

Traceroute

Preparation

  1. Download the traceroute source code from ftp://ftp.ee.lbl.gov/.
  2. Burn the file traceroute.tar.gz to a CD. This page assumes that the subdirectory /apps is used for the .tar.gz file. The CD-ROM can be a multi-session disk.

Give me more details on this

Booting

  1. Boot your Core Linux PC.
  2. Login as root. You will need to enter the password at the prompt.

Give me more details on this

Extract the source

  1. Place the CD-R in the CD-ROM drive. Mount the CD-ROM drive under /mnt/cdrom.
  2. Change to the /apps directory on the CD-R.
  3. Copy the traceroute.tar.gz file to the directory /usr/src.
  4. Change to the /usr/src directory and extract the source from the .tar.gz file.

Give me more details on this

Configure and compile

  1. Change to the /usr/src/traceroute-1.4a12 directory.
  2. Change the value of the MANDEST variable in the file Makefile.in to /usr/man.
  3. Run the ./configure script.
  4. Run the make program.
  5. Add the user bin to the system.
  6. Add the group bin to the system.
  7. Run the make program with the argument install.
  8. Link the executable traceroute to the /usr/bin directory.
  9. Run the make program with the argument install-man.

Give me more details on this

Testing traceroute

  1. At the system prompt enter:
    traceroute www.domain.com
    where www.domain.com is the domain to which you want to trace the route.

Give me more details on this

Creative Commons License
The text of this page is licensed under a Creative Commons License.


Valid CSS!     Valid HTML 4.0!     Valid RSS
Original design © For oswd.org by SquireCD