Hi, I try to define my iptables rules but debian for udoo dual not compiled with modules for iptables???? root@udoo:~# iptables -L 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.
Hi there, Kernel 3.035 does support it, but our configuration doesn't. If you want to support iptables in your configuration, then you should recompile the kernel. We don't support Debian. Debian is a community project. Our official OS are Android 4.4.2. and UDOObuntu 2.
It's work now with kernel update http://www.udoo.org/docs/Advanced_Setup/UDOO_Kernel_Update_Procedure Thank you Thanks I'm going to try for add NAT https://gist.github.com/2xyo/8519167
Hi, I followed this instructions https://gist.github.com/2xyo/8452047 but it's worked one time and since reboot impossible to route packets from iptables.... The ipt_MASQUERADE and conntrack... modules are up but the iptables rules does not work anymore... I don't know why... iptables does not work with match option... But the last week its work one time only with the iptables MASQUERADE rules.. And after reboot I did the same configuration with only MASQUERADE to forward and share internet connexion from eth0 but it no longer work... iptables -L -t nat -> Display the correct iptables MASQUERADE rules