There are couple of Android firewall apps in the wild, for instance AFWall. It manages iptables rules. Usually for client devices, admins set the default policy for the INPUT chain to block, but when I set that policy for the chain, the network connection breaks. What's the cause of such behavior? Shouldn't it just block incoming connection from the network to the phone? Is it secure to leave the accept policy for the INPUT chain, and hence to allow any device in the network to connect to the device unconditionally?
Asked
Active
Viewed 366 times
0
INPUT
chain? It doesn't make sense. At least allow connections with--state ESTABLISHED,RELATED
to get reply back for outgoing connections. – Irfan Latif Sep 25 '21 at 09:21