/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! 
/* ALSO: Don't quote this header. It makes you look lame :-) */


Jay Mobley wrote:

> Hey everyone. I have an issue with a recently installed Linux box that is
> used for the purpose of masq'ing.  I have run into 1 problem though in
> reguards to FTP on a port other than 21. In this particular instance the FTP
> service is running on port 3000. When I try to "mget" a series of files I am
> told that the port command is invalid. I have to assume that this has
> something to do with the Masq'ing because it worked ok before the box went
> in. ( plus the research that I have done seems to confirm this). I did some
> looking at the ip_masq_ftp.c and from what I can tell, ip_masq_ftp was built
> with the more common port 21 ( 20 ) in mind. 
> My question is, am I on the right track? can anyone confirm for me if that
> file is what I need to doctor to enable FTP communication on 3000 (2999).
> any help will be greatly appreciated.

according to the comment at the top of ip_masq_ftp.c, it
handles up to 12 ports (without a kernel recompile). ports
are specified at module load time so something like the
following might work:

  insmod ip_masq_ftp ports=21,3000

raf

_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- 
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to