Index of /ports_net/rinetd
Name Last modified Size
Parent Directory -
Makefile 10-Apr-2009 09:23 918
distinfo 28-May-2011 14:08 120
files/ 07-Jun-2010 13:11 -
pkg-descr 12-Jun-1999 08:45 645
pkg-message 30-Sep-2005 16:05 273
rinetd redirects TCP connections from one IP address and port to another.
rinetd is a single-process server which handles any number of connections to
the address/port pairs specified in the file /etc/rinetd.conf. Since rinetd
runs as a single process using nonblocking I/O, it is able to redirect a
large number of connections without a severe impact on the machine. This
makes it practical to run TCP services on machines inside an IP masquerading
firewall. rinetd does not redirect FTP, because FTP requires more than one
socket.
rinetd also supports basic allow/deny access control and logging.
-- Alex Perel <veers@disturbed.net>