Michael Sullivan schreef:
> I'm trying to install ipkungfoo on my server box.  I followed the 
> instructions in the README file.  When I went to start it, it gave me
>  a string of errors, that I'm not sure how to fix:
> 
> bullet ipkungfu # ipkungfu Checking configuration... FATAL: Module 
> ip_tables not found. iptables v1.3.4: can't initialize iptables table
>  `filter': iptables who? (do you need to insmod?) Perhaps iptables or
>  your kernel needs to be upgraded.
> 
> ipkungfu can't create new chains or the script was interrupted 
> previously! Flushing iptables rulesets... FATAL: Module ip_tables not
>  found. iptables v1.3.4: can't initialize iptables table `filter': 
> iptables who? (do you need to insmod?) Perhaps iptables or your 
> kernel needs to be upgraded. Clearing old chains and tables... cat: 
> /proc/net/ip_tables_names: No such file or directory Your kernel 
> lacks LOG support required by this script. Aborting.
> 
> Any clues?  It sounds to me like it's a kernel module thing, but what
>  would a kernel module have to do with a firewall?

The Linux firewall (iptables) *is* a kernel module.

Meaning that it has to be enabled in the kernel, and it doesn't sound
like it is.

In my (extremely limited) experience (I use Firestarter to control
iptables and its rules), it is best to compile iptables  and the various
filters (basically all of them) as modules into the kernel rather than
statically. Certainly for Firestarter, and it sounds like for ipkungfu
as well, this is preferable, so that the utility can grab and load the
modules it needs on the fly.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list

Reply via email to