On Apr 11, 2:01 am, Alex Castilio dos Santos <alex_c...@hotmail.com>
wrote:
> Hi people,
>
> I have a university project using Android. I need iptables on Android 
> emulator, so I can test my project program on the PC. But I'm having some 
> trouble with that. I'll explain what I have done.
>
> I remounted / using "mount -o remount, rw rootfs /" and than I pushed 
> iptables to /sbin/iptables and then chmod 777 iptables.
>
> The problem comes now. When I try to "iptables -L" the following message is 
> shown: "iptables v1.3.7: can't initialize iptables table `filter': iptables 
> who? (do you need to insmod?)


There is no netfilter support in your emulator's kernel. you should
make your own kernel instead of that.

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to