TCLUGers,

I want to load the "ip_conntrack" and 
"ip_conntrack_ftp" iptables kernel 
modules at boot time.

Right now I do it with a "/etc/rc.d/rc.firewall"
script called from "/etc/rc.d/rc.local" at 
boot that uses modprobe to load the 
modules. It works.

I am curious, though, if there is some syntax 
I could use in "/etc/modprobe.conf" to make 
these load at boot time. This seems "more 
correct" to me, but I have not found the 
syntax to make it work yet.

Troy