1
vote
0answers
26 views

Ports on the Android PHONE

I often use my Samsung Galaxy Note2 on local WiFi networks which are protected by a firewall, and experience problems with some apps which are most likely caused by strict firewall rules. Is there ...
2
votes
0answers
112 views

How to set a DroidWall custom script for allowing global access to the LAN via wifi?

I'm trying to follow the second example at http://code.google.com/p/droidwall/wiki/CustomScripts : # Allow all connections to the local network (192.168.0.XXX) on Wi-fi $IPTABLES -A "droidwall-wifi" ...
3
votes
1answer
188 views

How to limit an app's access only to specific networks?

I'm currently using DroidWall to limit apps' access to the Internet - and it's working great. Recently I've started to have the need of allowing certain apps network connectivity, but limited only to ...