Hi guys,

I installed gentoo at my machine and I choose to use kernel 2.6.1
I emerged the kernel with "emerge development-souces" and I compile that
with "genkernel --menuconfig all"
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
                <M>   MAC address match support
                <M>   Packet type match support
                <M>   netfilter MARK match support
                <M>   Multiple port match support
                <M>   TOS match support
                <M>   recent match support
                <M>   ECN match support
                <M>   DSCP match support
                <M>   AH/ESP match support
                <M>   LENGTH match support
                <M>   TTL match support
                <M>   tcpmss match support
                <M>   Owner match support
                <M>   Packet filtering
                <M> Packet mangling
                <M>   TOS target support
                <M>   ECN target support
                <M>   DSCP target support
                <M>   MARK target support
                <M>   CLASSIFY target support
                <M> LOG target support
                <M> ULOG target support
                <M> TCPMSS target support 

So I tried to use this options:
Device Drivers ->
  Networking support ->
    Networking Options ->
        [*] IP: advanced router
        [*]   IP: policy routing
        [*]     IP: use netfilter MARK value as routing key
        [*]     IP: fast network address translation
        [*]   IP: equal cost multipath
        [*]   IP: use TOS value as routing key
        [*]   IP: verbose route monitoring

And in the same way I can't find module iptables
[EMAIL PROTECTED] linux # modprobe itpables
FATAL: Module itpables not found.
But if I try to exec /etc/init.d/iptables start and try to list the
modules i get that:
#lsmod
ipt_LOG                 5120  14
ipt_limit               2048  16
iptable_filter          2432  1

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?

Tks a lot,

Claudinei Matos


--
[EMAIL PROTECTED] mailing list

Reply via email to