I’m using an hAP AX3 to funnel my wifi users onto the network using a bridge. I have traffic passing fine, but I’d like to add simple firewall rules to view bandwidth used by devices in an address list.
Input and output are only for traffic to/from your router. You probably want to see traffic to internet, and that is passed through the “forward” chain.
When you want counters you also need to have those actions ahead of the “accept esablished/related” rule or else that will pickup everything. But of course you need to add the “connection-state=established,related” to your rules as well.