hi,
i added a package iptables in the .config of may project like this:
CONFIG_PACKAGE_iptables=y
after i created a image, and i flashed it in may board, i found just a binary "iptables". when i run a :
**********************************
$iptables -L
i have this message:
modprobe: module ip_tables not found
modprobe: failed to load module ip_tables
iptables v1.3.5 : can't initialise iptables table "filter" : table does not exist (do you need to insmod?)
perhaps iptables or your kernel nedds to be upgraded
**************************************
I think , ishoud add iptables like kernel module.
i try to do this (with a configuration ok kernel menu config) but i found a extention of this module like a nat ant netfilter..
even i added (nat ant netfilter ..)
the problem still also.
any help.
thanks in advance.