I have two Mikrotik hAP installed in a guest house, i want to disable client to client communication. Upon doing some research it was advised to turn off default forwarding on each device antenna (2.4/5Ghz).
I tested this, however, upon doing a network scan via FING from my android phone, all devices are still shown.
The forwarding setting only blocks client-to-client forwarding when both clients are served by same AP. If you want to block connectivity between clients of different APs, you have to use either bridge filtering on common device (either switch or router, where APs are connected to different ports of same bridge) or use different subnet (can be overlaid to different VLANs) and use IP firewall.
So the easy thing to do here is have Guess WIFI Upstairs and Guest Wifi Downstairs as two separate SSIDs, being fed by two different vlans.
Then in the forward chain they are blocked automatically if your last forward chain rule is drop all else. Combined with same AP default forwarding turned off should do the trick.
So if I am understanding correctly, if i set port isolation on the ubiquity switch to which the hAP is connected I should achieve the desired result correct?