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

Reply via email to