Estou tentando fazer com que o iptables funcione para o meu sistema Debian embutido, versão de kernel 2.6.35.3-571-gcca29a0.
Eu tentei ativar o suporte ao iptables no kernel selecionando estas opções (isto é uma diferença entre a nova configuração e a configuração do deault para a placa), veja pastebin.com/ipxycuGR
Depois de inicializar o fórum eu tento rodar "iptables -L -n" Eu recebo isto:
root@ts7600-47aad3:~# iptables -L -n FATAL: Module ip_tables not found. iptables v1.4.14: can't initialize iptables table 'filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
Minha lista de módulos instalados é esta:
Module Size Used by x_tables 11384 0 ppp_deflate 3528 0 ppp_async 6686 1 crc_ccitt 1045 1 ppp_async ppp_generic 18035 6 ppp_async,ppp_deflate slhc 4425 1 ppp_generic binfmt_misc 6401 1 arcotg_udc 15990 0 ehci_hcd 36559 0 fsl_otg_arc 14084 0 usbcore 117957 2 fsl_otg_arc,ehci_hcd
Como faço para que o iptables funcione?