Does Mikrotik do PSPF

Does Mikrotik do PSPF = blocking all inter-client traffic?

If so, where is it using winbox?

Thanks!
John

It would be a nice Feature. Something like protected port on WDS.

Let’s wait for MT Team reply

Have you tried this

/interface wireless set wlan1 default-forwarding=no

AFAIK, you can try one more method.

Suppose you have configured 192.168.1.1/24 on LAN(Wireless Interface)

Now, the trick is to do this.

/ip firewall filter
add action=drop chain=input comment="" disabled=no dst-address=192.168.1.2-192.168.1.254 in-interface=wlan1 src-address=192.168.1.2-192.168.1.254
add action=drop chain=output comment="" disabled=no dst-address=192.168.1.2-192.168.1.254 out-interface=wlan1 src-address=192.168.1.2-192.168.1.254

Is there a way to do any of this via Winbox?

Thanks!
John

Yes you can do both options via Winbox.

In IP > Firewall > Filter add a rule as mentioned.

Secondly, if you want to disable default Forwarding then click on interface then dbl click on wlan 1, go to wireless in the bottom there is a check box to disable default forwarding.