Forward ftp request another server

From: SB CH (chulmin2@hotmail.com)
Date: 07/12/02


From: "SB CH" <chulmin2@hotmail.com>
To: focus-linux@securityfocus.com
Date: Fri, 12 Jul 2002 09:59:04 +0000

Hello,

I would like to forward ftp request to other server's other port to improve
the security. Is it possible?

for example,
I would like to forward ftp request using port 26 to 211.1.1.1 port 100 or
same port(26).
So, I configured like this(xinetd.conf) .But this is not work

service ftp-proxy
{
        flags = REUSE
        socket_type = stream
        protocol = tcp
        wait = no
        user = root
        groups = yes
        server = /usr/sbin/tcpd
         redirect = 211.1.1.1 26
}

Surely, any service which use just one port works well,
but FTP use two port as you know.
   
Any idea?
and anyone who knows any additional program which can
do this?

Thanks for your help in advance.

_________________________________________________________________
MSN Messenger¸¦ ´Ù¿î·ÎµåÇÏ¿© ¿Â¶óÀÎ»ó¿¡ Àִ ģ±¸¿Í ´ëÈ­¸¦ ³ª´©¼¼¿ä.
http://messenger.msn.co.kr



Relevant Pages