On Tue, 3 Feb 2004, Claudinei Matos wrote: > So genkernel had marked that's options and I tried to compile the kernel > without any other changes, but the module iptables had not compiled > Device Drivers -> > Networking support -> > Networking Options -> > [*] Network packet filtering (replaces ipchains) ---> > IP: Netfilter Configuration ---> > <*> IP tables support (required for filtering/masq/NAT) > <M> limit match support > <M> IP range match support
[snip] > So, is the module name of iptable changed? When I see this message of > lsmod, I tryed to use the last version of firehol to create my firewall > rules, but when I start firehol the program exit with error on trying to > load iptable module. > > What can I doing wrong? Have anybody any advice to take me? The <*> indicates that IP tables is compiled in, rather than compiled as a module. Since there's no module, 'modprobe iptables' will fail, but if you do 'iptables -L' you'll see iptables present and working. You would either need to change IP Tables support to be a module, or change the firehol script to recognize that iptables might be compiled in, instead of a module. IMHO, failing if something is compiled in rather than a module is poor planning or poor programming (if there's a difference). -- CAUTION: Product will be hot after heating -- [EMAIL PROTECTED] mailing list