All of lore.kernel.org
 help / color / mirror / Atom feed
* Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp
@ 2005-06-04 16:11 Chris Brenton
  2005-06-04 21:17 ` Jason Opperisano
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Brenton @ 2005-06-04 16:11 UTC (permalink / raw)
  To: netfilter

Greets all,

I have a pretty basic Fedora 3 install with all patches installed via
Yum. I'm using the box as a network firewall and need support for
outbound PASV FTP. I tried to modprobe the modules ip_conntrack_ftp and
ip_nat_ftp, but I get an error saying the files do not exist. A quick ls
of /sys/modules confirms this. 

Any idea what I'm missing? I know I could pull down source and install
that way, but I would prefer to do it via RPM's & Yum so I can easily
keep the box up to date. 

Any and all help greatly appreciated,
Chris




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp
  2005-06-04 16:11 Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp Chris Brenton
@ 2005-06-04 21:17 ` Jason Opperisano
  2005-06-04 22:39   ` Chris Brenton
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Opperisano @ 2005-06-04 21:17 UTC (permalink / raw)
  To: netfilter

On Sat, Jun 04, 2005 at 12:11:07PM -0400, Chris Brenton wrote:
> Greets all,
> 
> I have a pretty basic Fedora 3 install with all patches installed via
> Yum. I'm using the box as a network firewall and need support for
> outbound PASV FTP. I tried to modprobe the modules ip_conntrack_ftp and
> ip_nat_ftp, but I get an error saying the files do not exist. A quick ls
> of /sys/modules confirms this. 

/sys/modules?  huh?  try:

ls /lib/modules/`uname -r`/kernel/net/ipv4/netfilter/*_ftp*

> Any idea what I'm missing? I know I could pull down source and install
> that way, but I would prefer to do it via RPM's & Yum so I can easily
> keep the box up to date. 

i don't have an FC3 box in my stable anymore, but i'm pretty
sure i would've noticed this when i did have one.  unless they've
broken something with a recent kernel update (last one i saw was
kernel-2.6.11-1.27_FC3), which is not entirely beyond the realm of
possibility, i suppose...  i assume they would've noticed that by now,
as that update was released on 5/23.

-j

--
"Dennis Miller: I don't want to go on a rant, here, but America's
 foreign policy makes about as much sense as Beowulf having sex
 with Robert Fulton at the first battle of Antietam. I mean when
 a neo-conservative defenestrates it's like Raskolnikov filibuster
 deoxymonohydroxinate...
 Peter: What the hell does rant mean?"
        --Family Guy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp
  2005-06-04 21:17 ` Jason Opperisano
@ 2005-06-04 22:39   ` Chris Brenton
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Brenton @ 2005-06-04 22:39 UTC (permalink / raw)
  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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-04 22:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-04 16:11 Fedora 3, missing ip_conntrack_ftp & ip_nat_ftp Chris Brenton
2005-06-04 21:17 ` Jason Opperisano
2005-06-04 22:39   ` Chris Brenton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.