Am Fr, den 08.07.2005 schrieb Dave um 20:04:
That seems to be it. I had tried that a few days ago while trouble shooting a few other things and never went back to investigate more, when I did insmod I got.. insmod: can't read 'ip_conntrack_ftp.ko': No such file or directory
After the messages here I put in the full path, now ftpd is working. Not sure why I have to use the full path.
Because you are using insmod. The better command is to use "modprobe ip_conntrack_ftp". To have that done automatically each system start put the module in /etc/sysconfig/iptables-config into IPTABLES_MODULES="".
Alexander