Problem is not closed.
If disable default forwarding then all traffic not forward between wireless user.
If enable default forwarding then it is impossible to control traffic and filter.
Conneсt each users to individual virtual ap its not good. AP should be open
Help me please.
Packets coming in on a bridge port are prevented going out on the same port. On linux (which RouterOS is based upon), bridges support ‘hairpin’ mode [1] (don’t confuse with hairpin NAT), which would allow filtering between devices on the same AP/interface, but RouterOS doesn’t support it.
We can do L2 NAT so I think it might be possible to pull some kind of trick. It’s important because IOT devices often use unsecure UPnP discovery methods and we need to be able to satisfy their functional needs whilst preventing them from doing anything else.