/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ Hey Everyone, GREAT news! Juan has been spending some serious time to clean up and create a kernel patch for Neil Toronto's modified ip_masq_ftp kernel module. This module will hopefully close the issue about MASQ not completely supporting PORTFWed FTP traffic into an internal MASQ host. If you are willing to do some basic beta testing for us, could you please follow Juan's instructions and install this module. If you cannot get things running, please email the list so we can help you out or report issues back to Juan. ------------------------------------------------------- Please note that we need both PORTFW FTP users -=and=- normal FTP MASQ users!! -------------------------------------------------------- Ambrose: Could you please post this new code to the WWW site and depreciate the old module as as this one will eventually make it into the main 2.2.x kernel. --David >Date: Fri, 22 Sep 2000 19:49:01 -0300 >From: Juanjo Ciarlante <[EMAIL PROTECTED]> >To: David Ranch <[EMAIL PROTECTED]> >Subject: Re: ip_masq_ftp status >X-Mailer: Mutt 0.95.4us > >On Fri, Sep 22, 2000 at 08:33:54AM -0700, David Ranch wrote: >> Excellent! I appreciate the work! >> >> Btw.. I never did hear back from the ICQ module maintainer. >> Did you? It would be nice to get that into the mainstream >> kernel but I don't think we should unless we can get >> permission from him. >[no response at all] > >> >> Also, speaking of modules, did we ever get those Quicktime >> RTSP changes into the production RealAudio module? >errmmm I have mixed feelings about this modules. I agree with >Rusty about the "required PROTOCOL openness" to be in mainstream >(that's why I we _MUST_ have a robust ip_masq_ftp, BTW); maybe >we could inject to 2.2 but this will spawn additional pressure over >2.4 in respect with these modules ... :/ > >back to focus: attached is my patch for ip_masq_ftp (should apply cleanly >to 2.2.17, read patch header for changes) and a script to setup the modules. >Please give it a test and tell me... > >Best regards > >Juanjo #!/bin/sh FW_IP=a.b.c.d FW_PORT=2021 INT_IP=192.168.1.1 INT_PORT=21 export PATH=/usr/sbin:/sbin:$PATH modprobe ip_masq_portfw debug=0 ipmasqadm portfw -f ipmasqadm portfw -a -P tcp -L $FW_IP $FW_PORT -R $INT_IP $INT_PORT ipmasqadm portfw -l -n rmmod ip_masq_ftp modprobe $* ip_masq_ftp fwports=$FW_PORT [demime 0.97b removed an attachment of type application/octet-stream which had a name of ip_masq-v0.27-for_2.2.18pre9.patch.gz"; x-mac-type="477A6970"; x-mac-creator="477A6970] .----------------------------------------------------------------------------. | David A. Ranch - Linux/Networking/PC hardware [EMAIL PROTECTED] | !---- ----! `----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----' _______________________________________________ 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.
