
This file contains a summary of all the files in the bin directory.
-- Manavendra Thakur <thakur@zerkalo.harvard.edu> 11/24/89

README                  This directory contains pre-compiled versions of all
                        the binaries that would be created by running the
                        Makefile, for both Sun 3 and Sun 4 machines.  (The
                        Sun 3 binaries will also work on a Sun 3x machine.)

raw_ip.o.sun3os4        These files are kernel modules that have been
ip_icmp.o.sun3os4       compiled from source code sent out by Bill Nowicki
raw_ip.o.sun4os4        of Sun Microsystems <nowicki@sun.com>.  The raw_ip.o
ip_icmp.o.sun4os4       and ip_icmp.o modules are needed to enable Van
                        Jacobson's traceroute program, which traces the exact 
                        network path from your node to any remote host.  These
                        modules have been tested under SunOS 4.0.3 and 4.0.3c,
                        and they do work.  To install, you should replace the
                        appropriate modules in /sys/arch/OBJ (where "arch" is
                        the output of the "arch -k" command when run on your
			system -- either sun3, sun3x, sun4, or sun4c).  Then
			recompile and reinstall your kernel.  You will also
			need to install the traceroute program (listed
                        immediately below).

traceroute.sun3os4      Binaries of Van Jacobson's traceroute program.
traceroute.sun4os4      These binaries include Matt Mathis' patches for Loose
                        Source Record Route support.  (This allows you to
                        see how site A would send packets to site B.  Neither
                        site A nor site B has to be yourself.)  Install the
                        appropriate binary for your architecture in
                        /usr/etc/traceroute (or wherever you prefer) and
                        make it setuid to root.
