Justin Zygmont wrote:
I was wondering where most people place "modprobe" statements so they start up during a reboot. Is /etc/rc.d/rc.local okay or is there a "better" place?Are the ip_conntrack_ftp and ip_nat_ftpahh, I didn't have ip_nat_ftp, now it does work. thanks!
modules loaded?
What about the above iptables addition? The file /etc/sysconfig/iptables recommends against manual entry.
First I thought maybe /etc/modules.conf, but I put "insmod ip_nat_ftp" in rc.local as you mentioned, and it works well.
Here are some lines from the beginning of the netfilter script we call from rc.local -
<snip>
# all other modules will autoload - /sbin/modprobe ip_tables /sbin/modprobe ip_conntrack_ftp /sbin/modprobe ip_nat_ftp
<snip>
Joe