longchuan1985 / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

can't initialize iptables rules #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OS: 2.1 (Eclair)
Phone: X10 Mini Pro
Reflashed using: SE Update Companion / PC Companion

installed

error:
Error applying iptables rules.
Exit code: 2

iptables v1.4.7
iptablesv1.4.7: can't initialize iptables table 'filter': Table does not exist 
(do you need to insmod?)
Perhaps iptables or your kernel need to be upgraded.

any solution to fix this proble>

Original issue reported on code.google.com by donn.rh...@gmail.com on 17 Mar 2011 at 5:12

GoogleCodeExporter commented 8 years ago
Hello, this error is in the FAQ:
http://code.google.com/p/droidwall/wiki/FAQ

Unfortunately, there is nothing I can do on DroidWall. :(

Original comment by rodrigo...@gmail.com on 17 Mar 2011 at 12:19

GoogleCodeExporter commented 8 years ago
I have the same issue with my X10 mini pro on stock 2.1 (update1).
While googling I found a solution for Motorola Droid. Could it work on X10 mini 
pro too?

The solution:
1. Download and install Android WiFi Tether form 
http://code.google.com/p/android-wifi-tether/ or search for Wireless Tether for 
Root Users in Android Market.
2. Run the Wireless Tether once.
3. Download and install a Terminal Emulator.
4. Run the Terminal Emulator.
5. Log in as superuser by typing the following command:
$ su

6. Remount system as rw (read-write enabled) with the following command:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

Tip: It’s also possible to use Droid Root Helper app to achieve the above 
task.

7. Copy the iptables installed by Wireless Tether to the /system/bin 
executables directory with following command:
# cp /data/data/android.tether/bin/iptables /system/bin

The Droid Wall should be able to apply rules and show rules properly once 
iptables is installed.

Any good?

Original comment by zoltann...@gmail.com on 9 Feb 2012 at 10:00

GoogleCodeExporter commented 8 years ago
from xda-developers forum:

"when on semaphore....you need to go into Semaphore app and enable 
netfilter...that will allow firewalls to be used and mobile AP to also 
work(tethering)"

Original comment by boroczki...@gmail.com on 25 Apr 2012 at 1:20