I'm trying to implement firewall and port forwarding using iptables on my android box which its os is aarch64.
When I define a new rule in nat or filter table, they won't work. I think it's because of the android default rule that are set on boot. do you guys have any idea what should I do? I want to set my own rules and prevent the android from setting the default rules.