Is the kernel compiled without support for iptables nat module?
Maybe someone knows the answer or can help me find out.
For days I'm trying to get AFwall to work with Orbot or with custom scripts. I have issues relating to network address translation with iptables.
Flushing the iptables nat table in the terminal (/system/bin/iptables -t nat -F) also throws an error:
can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Reading on the web the most common answer was that the kernel doesn't support nat.
To find the answer to my question I was going along according to an answer posted under
https://www.howtoforge.com/communit...le-does-not-exist-do-you-need-to-insmod.3196/
modinfo iptable_nat (should print out the location of the module) says
modinfo: /lib/modules/3.4.113-4f-dirty: no such file or directory
According to the auther this error means that the kernel isn't compiled with nat support.
Is there a way to confirm this? Maybe an entry in a properties file?
I would like to know so I can quit spending time to get Orbot working. I've already lost countless hours.
(Or maybe David can do something in his next build?)
Thanks in advance
Patricia