From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brenton Subject: Re: Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp Date: Sat, 04 Jun 2005 18:39:06 -0400 Message-ID: <1117924745.2105.2.camel@grendel> References: <1117901467.2143.15.camel@grendel> <20050604211715.GA20974@bender.817west.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050604211715.GA20974@bender.817west.com> 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" To: netfilter On Sat, 2005-06-04 at 17:17, Jason Opperisano wrote: > > /sys/modules? huh? try: > > ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter/*_ftp* That did the trick. Running insmod while referencing that directory caused the appropriate /sys/modules entry to get created. That was the piece I was missing. Thanks! Chris