From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martijn Lievaart Subject: Re: Dynamic kernel module load Date: Thu, 24 May 2007 19:08:55 +0200 Message-ID: <4655C6A7.2050303@rtij.nl> References: <9875566032E2AE41ADB6D9CF037D312652F8F2@skyline.skld.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9875566032E2AE41ADB6D9CF037D312652F8F2@skyline.skld.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Paul Harlow Cc: Netfilter Lists Paul Harlow wrote: > Hi all, > > Fedora 5 patched, i386 SMP > > I am looking for info on how to dynamically load a particular kernel module when I restart IPTables. I have firewalling rules in place for FTP traffic (both passive and active) however when I restart IPTables I notice that the module ip_conntrack_ftp does not load, I have to load it manually. This presents a problem if someone other than myself has to reload firewall rules on this machine but isn't aware of the FTP rules/needs. > > Will adding the line "ip_conntrack_ftp" to the modules.conf file solve this problem and leave the particular module in permanently? > Patch /etc/sysconfig/iptables-config, mine looks like: # Additional iptables modules (nat helper) # Default: -empty- IPTABLES_MODULES="ip_conntrack_ftp" (snip) HTH, M4