Hi, The ftp passive mode connections should be handled by the ftp helper. Did you load the nf_nat_ftp (or ip_nat_ftp) and nf_conntrack_ftp (or ip_conntrack_ftp)?
Cheers, Victor Szymek wrote: > Hello > > I would like to run a ftp-server on my homebox. For that, I must be able to > accept incoming connections on TCP port 21 and on TCP ports 12000-12100 for > passive mode connections. How should the corresponding two services files look > like, what rules are to setup? I have a home computer with internet > connection, no Lan, I want to make some files be accessible for my friends. > > My rule for ftp port 21: > > # begin of file > > ACTIVE="Yes" > TCP="21*1024:65535" > UDP="" > ICMP="" > GRE="" > BROADCAST="No" > COMMENT="File Transfer Protocol" > HELPER="ftp" > > # end of file > PROTO_41="" > AH="" > ESP="" > > > Shouldn't it be TCP="1024:65535*21"? If yes, how do I setup the corresponding > rule? Accept from world.inet to firewall? > > What does mean ACTIVE? > What does mean BROADCAST? > What does mean HELPER? > What does mean PROTO_41? > The same for AH and ESP? > > > I am sorry for that amount of questions, I want to be sure, that the server > will be run in a secure way. > > > Best regards > Szymon > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Vuurmuur-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/vuurmuur-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Vuurmuur-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vuurmuur-users
