home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / traceroute / bin / README < prev    next >
Text File  |  1989-11-24  |  2KB  |  33 lines

  1.  
  2. This file contains a summary of all the files in the bin directory.
  3. -- Manavendra Thakur <thakur@zerkalo.harvard.edu> 11/24/89
  4.  
  5. README                  This directory contains pre-compiled versions of all
  6.                         the binaries that would be created by running the
  7.                         Makefile, for both Sun 3 and Sun 4 machines.  (The
  8.                         Sun 3 binaries will also work on a Sun 3x machine.)
  9.  
  10. raw_ip.o.sun3os4        These files are kernel modules that have been
  11. ip_icmp.o.sun3os4       compiled from source code sent out by Bill Nowicki
  12. raw_ip.o.sun4os4        of Sun Microsystems <nowicki@sun.com>.  The raw_ip.o
  13. ip_icmp.o.sun4os4       and ip_icmp.o modules are needed to enable Van
  14.                         Jacobson's traceroute program, which traces the exact 
  15.                         network path from your node to any remote host.  These
  16.                         modules have been tested under SunOS 4.0.3 and 4.0.3c,
  17.                         and they do work.  To install, you should replace the
  18.                         appropriate modules in /sys/arch/OBJ (where "arch" is
  19.                         the output of the "arch -k" command when run on your
  20.             system -- either sun3, sun3x, sun4, or sun4c).  Then
  21.             recompile and reinstall your kernel.  You will also
  22.             need to install the traceroute program (listed
  23.                         immediately below).
  24.  
  25. traceroute.sun3os4      Binaries of Van Jacobson's traceroute program.
  26. traceroute.sun4os4      These binaries include Matt Mathis' patches for Loose
  27.                         Source Record Route support.  (This allows you to
  28.                         see how site A would send packets to site B.  Neither
  29.                         site A nor site B has to be yourself.)  Install the
  30.                         appropriate binary for your architecture in
  31.                         /usr/etc/traceroute (or wherever you prefer) and
  32.                         make it setuid to root.
  33.