skullone / android_firewall

This is a fork of Droidwall by Rodrigo Zechin Rosauro - http://code.google.com/p/droidwall/
128 stars 91 forks source link

No rules for 2G blocking #15

Closed manjorno closed 11 years ago

manjorno commented 11 years ago

The application works when WCDMA (3G) network mode is selected but doesn't block the connections when GSM (2G) mode is selected.

skullone commented 11 years ago

Please send me the output from terminal emulator from this command when you are connected to 2G mode:

busybox route

manjorno commented 11 years ago

I think the problem was in my phone, i updated my wifi modules and flushed the rules and the problem got fixed. Now the app works as expected. My phone is SE Xperia mini ISC 4.0.4 Kernel version 2.6.32.9 the mobile data interface there is rmnet0 for both EDGE and HSDPA.

app_73@android:/ $ busybox route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.182.184.14   *               255.255.255.255 UH    0      0        0 rmnet0
10.0.0.0        *               255.0.0.0       U     0      0        0 rmnet0
default         10.182.184.14   0.0.0.0         UG    0      0        0 rmnet0
app_73@android:/ $

Sorry for the trouble.

skullone commented 11 years ago

No worries. Glad everything works. On Feb 11, 2013 7:04 PM, "manjorno" notifications@github.com wrote:

I think the problem was in my phone, i updated my wifi modules and flushed the rules and the problem got fixed. Now the app works as expected. My phone is SE Xperia mini ISC 4.0.4 Kernel version 2.6.32.9 the mobile data interface there is rmnet0 for both EDGE and HSDPA.

app_73@android:/ $ busybox route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.182.184.14 * 255.255.255.255 UH 0 0 0 rmnet0 10.0.0.0 * 255.0.0.0 U 0 0 0 rmnet0 default 10.182.184.14 0.0.0.0 UG 0 0 0 rmnet0 app_73@android:/ $

Sorry for the trouble.

— Reply to this email directly or view it on GitHubhttps://github.com/skullone/android_firewall/issues/15#issuecomment-13411227.