INSTALL 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Building tcpreplay
  2. -------------------
  3. To build tcpreplay on a supported platform:
  4. % ./configure ; make
  5. If you get it to work on a platform not listed above, please let us
  6. know!
  7. Installing tcpreplay
  8. ---------------------
  9. To install tcpreplay, as root:
  10. # make install
  11. This will install the tcpreplay binary and man page (by default,
  12. /usr/local/sbin/tcpreplay and /usr/local/man/man8/tcpreplay.8).
  13. On BSD-based systems, kernel modifications are required to correctly
  14. forge outgoing Ethernet source MACs. See the libnet documentation for
  15. details on how to do this.
  16. Running tcpreplay
  17. ------------------
  18. See the tcpreplay manpage for details.
  19. Known Problems
  20. --------------
  21. Tcpreplay can only replay traffic as fast as your hardware allows. If
  22. you find you can't hit that 80 Mbps traffic rate you want, build a
  23. faster machine (disk I/O seems to account for a lot of the overhead).
  24. Troubleshooting
  25. ---------------
  26. Trouble? What trouble? :-)
  27. ---
  28. $Id: INSTALL,v 1.3 1999/05/13 15:02:10 dugsong Exp $