Hello,
How setup accesspoint with client isolation?
And without client isolation
Thanks
Hello,
How setup accesspoint with client isolation?
And without client isolation
Thanks
With client isolation (suggested for hotspot):
/interface wireless
set [ find default-name=wlan1 ] default-forwarding=no
Without client isolation:
/interface wireless
set [ find default-name=wlan1 ] default-forwarding=yes
You can override that for single client on access profile:
/interface wireless access-list
set forwarding=(yes|no) where mac-address=00:11:22:33:44:55
Thanks Rextended for your clear answer