|
NAMEjumpgate -- a TCP connection forwarderSYNOPSISjumpgate [-hsvi] [-b local_host] [-l local_port] [-r remote_port] [-a remote_host] [-f filename] [-c number_of_connections] [-L microseconds] DESCRIPTIONjumpgate is a TCP connection forwarder that provides many enhancements and improvements over the existing programs that do the same thing. jumpgate provides an interactive mode that queries the connected party for the forwarding information it needs. Also, there is the option to log the entire forwarded session in a file for later inspection. Furthermore, it can log information about the forwarded session via the syslog(3) facility. OPTIONS
jumpgate is thoroughly tested on OpenBSD, but should compile and run without problems on any Unix-like system with no or trivial modifications. For a list of systems that jumpgate is known to run on see the README file. If you furtherly improve it, please send me the diffs. EXAMPLESFor example, to forward all the onnections coming to the local machine on port 4000 to bsd.gr port 21, and log the connected party via syslog(3) one should invoke jumpgate like this:jumpgate -s -l 4000 -r 21 -a bsd.gr In order to wait for connections on port 4000 on the local machine, and then ask the connected party where to forward the connection, while logging the entire forwarding session to the jumpgate.log file you should do: jumpgate -i -l 4000 -f jumpgate.log SEE ALSOinetd(8), syslogd(8), syslog(3)AUTHORPatroklos G. Argyroudis <argp@cs.tcd.ie> BUGSjumpgate's interactive mode is still considered to be in beta testing phase. Also, there is no UDP support yet. Visit the GSP FreeBSD Man Page Interface. |