Hi people,
I tried to run iptables in Android-x86 and when used the following
(not between "):
"iptables -A -s 10.0.0.1 -d 10.0.0.2 FORWARD -j ACCEPT"
I got this (not between "):
"iptables v1.3.7: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded."
So, I found it:
http://comments.gmane.org/gmane.comp.handhelds.android.kernel/1082
Where, in the end of page, we can see the explanation of setting
variables for Netfilter. But, I tried to do this typing:
set CONFIG_NETFILTER=y
And when I type "echo $CONFIG_NETFILTER" I see nothing assigned to the
variable (empty line).
Please, does anybody know how can I fix it only assigning all these
variables? And how could I assign values for the variables?
Any help you can give me I think you in advance!
Regards,
Luiz