NAME
portfw - Port forwarder
SYNOPSYS
portfw [-p pidfile] [local_ip:]local_port[/proto] remote_ip[:remote_port]
DESCRIPTION
Forwards all incoming request from local_port to remote_port. If local_ip is not specified, all addresses on all interfaces are used. If no remote_port is specified, then the same local_port is assumed as the default. If no /proto is specified, tcp is assumed.
AUTHOR
Rob Brown - bbb@cpan.org
$Id: portfw,v 1.7 2003/07/30 06:50:26 rob Exp $