Hello.
I want to make my Fedora Core 3 to do this on startup:
modprobe ip_conntrack_ftp ports=21,29
modprobe ip_nat_ftp ports=21,29
I added those lines to /etc/modprobe.conf
ip_conntrack_ftp ports=21,29
ip_nat_ftp ports=21,29
And it gives me this warning at startupr of the system:
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'ip_nat_ftp ports=21,29'
WARNING: /etc/modprobe.conf line 10: ignoring bad line starting with 'ip_conntrack_ftp ports=21,29'
When I do it in the terminal as a root it works out fine, but that is manually.
How can I skip the manual process and getting it work at startup so I do not have to type those lines manually?
That is for my vsftpd to work correctly, otherwise I have the trouble with 500 illegal port comamnd.
Thanx in advance!