Pessoal,

Estou tentando instalar o Layer7 para filtrar o tráfego P2P, e consegui aplicar os patches no Kernel-source e no IPTables, mas quando vou compilar o iptables com o comando "make KERNEL_DIR=/usr/src/linux/" dá a seguinte mensagem de erro:

Extensions found: IPv4:CLUSTERIP IPv4:layer7 IPv4:recent IPv6:ah IPv6:esp IPv6:frag IPv6:ipv6header IPv6:hbh IPv6:dst IPv6:rt
cc -O2 -Wall -Wunused -I/usr/src/linux//include -Iinclude/ -DIPTABLES_VERSION=\"1.3.4\" -D_UNKNOWN_KERNEL_POINTER_SIZE -fPIC -o extensions/libipt_ah_sh.o -c extensions/libipt_ah.c
extensions/libipt_ah.c: In function `parse_ah_spi':
extensions/libipt_ah.c:39: error: `ERANGE' undeclared (first use in this function)
extensions/libipt_ah.c:39: error: (Each undeclared identifier is reported only once
extensions/libipt_ah.c:39: error: for each function it appears in.)
make: ** [extensions/libipt_ah_sh.o] Erro 1


a Versão do IPTables é a 1.3.4, do Kernel é a 2.6.11, e a do Layer7 é a 1.5...

Alguém aeh pode dar um help???

Desde já obrigado...