Redir is a port redirector. Its functionality basically consists of the ability to listen for TCP connections on a given port, and, when it recieves a connection, to then connect to a given destination address/port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. It can run under inetd or stand alone (in which case it handles multiple connections). It is 8 bit clean, not limited to line mode, is small and light.

Reference Link:
http://www.linux.org/apps/AppId_865.html

Download:
http://linux.alanstudio.hk/redir-2.2.1.tar.gz



Installation:

tar -zxvf redir-2.2.1.tar.gz
cd redir-2.2.1
make redir
cp -p redir /bin/
rm -fr /root/redir*



Command:

redir --lport=80 --cport=80 --caddr=192.168.1.123

Port redirect from local server 80 port to 192.168.1.123 port 80

ps axf |grep redir

Show the process of redir


Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.