See here for details: http://code.google.com/p/droidwall/issues/detail?id=222
Droidwall with the problem:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 990 packets, 94201 bytes) pkts bytes target prot opt in out source destination 2 1264 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 1155 83106 ACCEPT all -- any lo anywhere anywhere 9361 1042K all -- any any anywhere anywhere owner socket exists 9570 1044K droidwall all -- any any anywhere anywhere
afwall with the problem:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 68 4808 ACCEPT all -- any lo anywhere anywhere 426 97915 all -- any any anywhere anywhere owner socket exists 0 0 afwall all -- any any anywhere anywhere
Desired:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 0 0 afwall all -- any any anywhere anywhere 77 5624 ACCEPT all -- any lo anywhere anywhere 435 98479 all -- any any anywhere anywhere owner socket exists
See here for details: http://code.google.com/p/droidwall/issues/detail?id=222
Droidwall with the problem:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 990 packets, 94201 bytes) pkts bytes target prot opt in out source destination 2 1264 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 1155 83106 ACCEPT all -- any lo anywhere anywhere 9361 1042K all -- any any anywhere anywhere owner socket exists 9570 1044K droidwall all -- any any anywhere anywhereafwall with the problem:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 68 4808 ACCEPT all -- any lo anywhere anywhere 426 97915 all -- any any anywhere anywhere owner socket exists 0 0 afwall all -- any any anywhere anywhereDesired:
~ # iptables --list OUTPUT --verbose Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 all -- any !lo+ anywhere anywhere ! quota globalAlert: 2097152 bytes 0 0 afwall all -- any any anywhere anywhere 77 5624 ACCEPT all -- any lo anywhere anywhere 435 98479 all -- any any anywhere anywhere owner socket exists