freebsd-dev/sbin/ipfw
Julian Elischer f9e354df42 Support for IPFW based transparent forwarding.
Any packet that can be matched by a ipfw rule can be redirected
transparently to another port or machine. Redirection to another port
mostly makes sense with tcp, where a session can be set up
between a proxy and an unsuspecting client. Redirection to another machine
requires that the other machine also be expecting to receive the forwarded
packets, as their headers will not have been modified.

/sbin/ipfw must be recompiled!!!

Reviewed by:	Peter Wemm <peter@freebsd.org>
Submitted by: Chrisy Luke <chrisy@flix.net>
1998-07-06 03:20:19 +00:00
..
ipfw.8 Support for IPFW based transparent forwarding. 1998-07-06 03:20:19 +00:00
ipfw.c Support for IPFW based transparent forwarding. 1998-07-06 03:20:19 +00:00
Makefile Submitted by: Whistle Communications (archie Cobbs) 1997-06-02 05:02:37 +00:00