Philippe WEILL wrote:
> (E-Mail Removed) wrote:
> > I have been struggling on and off for the last couple of weeks to get
> > my firewall to accept active ftp. I have read many faqs and related
> > stuff, but obviously I am missing something. The ftp machine is located
> > behind the firewall
> >
> >
>
> did you load kernel module ip_nat_ftp
> could you post lsmod results
Thanks for your reply. Yes, it is loaded:
[root@53dbd181 log]# lsmod | grep ^ip_
ip_nat_ftp 5041 0
ip_conntrack_ftp 72817 1 ip_nat_ftp
ip_conntrack 40949 4
ip_nat_ftp,ip_conntrack_ftp,ipt_state,iptable_nat
ip_tables 16577 6
ipt_LOG,ipt_limit,ipt_multiport,iptable_filter,ipt _state,iptable_nat
In order to simplify the problem, I am using the standard port (21)
since - as far as I understand - ip_conntrack_ftp needs to be informed
of any nonstandard port.
Im totally out of ideas, so any more suggestions you can come up with
is appreciated.
Thanx
/Lennart