Android Firewall

For tethering

# Always allow connections to 192.168.0.1, no matter the interface
$IPTABLES -A “afwall” –destination “203.78.32.243” -j RETURN
$IPTABLES -A “afwall” –destination “203.78.32.242” -j RETURN
$IPTABLES -A “afwall” –destination “10.144.203.248” -j RETURN
$IPTABLES -A “afwall” –destination “10.144.207.248” -j RETURN
$IPTABLES -A “afwall” –destination “192.168.43.0/24” -j RETURN
$IPTABLES -A “afwall” –destination “192.168.42.0/24” -j RETURN