On Sun, 2004-11-14 at 18:01, Doug Maurer wrote: > On Sun, 2004-11-14 at 17:47 +0000, Robert Slade wrote: > > Hiya > > > > I'm running FC2 and I am trying to setup an FTP server. The server has 2 > > network cards: eth0 is on my local lan and set as trusted; eth1 has an > > external IP and the security level has ftp enabled. > > > > I have added IPTABLES_MODULES="ip_conntrack_ftp" to > > /etc/sysconfig/iptables-config which has enabled passive mode when I ftp > > to the external IP address from another machine on my internal lan. > > > > replace ip_conntract_ftp with ip_nat_ftp -- that works for me. > -- Thanks Doug, Tried that - no joy. I can connect and log on, but when I try ls, I get consider using PASV and then nothing happens. Rob