On Thursday 26 July 2001 02:26 am, Jonathan Benson wrote:

> Yes I have a line like:
> $IPTABLES -I WHATEVER -p tcp --destination-port 21 -m state --state
> NEW -j ACCEPT
>
> Ie:
> $IPTABLES -A STATEFUL -m state --state NEW -i ! $LOCALIF -j ACCEPT
>
> However, it is NOT the inital FTP connection that is the problem.  It
> is the associated connection FROM the FTP server to a high port on a
> masqueraded box.

Try inserting the ip_nat_ftp module? Both ip_nat_ftp and 
ip_conntrack_ftp are loaded on my ststem, ftp works fine from the 
network.

Hope that helps,

-D



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to