Community discussions

MikroTik App
 
mhost
just joined
Topic Author
Posts: 6
Joined: Mon Apr 22, 2024 5:52 pm

Full wifi device isolation

Tue May 07, 2024 12:54 am

I am planning to buy a hap ax3 for my house.

The main thing I want is to be able to fully isolation nearly all devices on the wifi. So no talking to each other, only internet access.

Everything I've read about this is talking about VLANs. Is that the only option? To put every single device on its own vlan?

Most forum posts and articles I've read were talking about the physical ports. I just want to confirm, can I have each wifi device on its own vlan?

If VLANs are the way to go, is there an automated way so that every new device will auto be put in a new vlan or do I have to do that manually?
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19917
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Full wifi device isolation

Tue May 07, 2024 1:10 am

VLANS are extremely useful in preventing groups of users from accessing each other and are recommended.
For users within a VLAN, then firewall rules are useless.

In the old way of WIFI one could use access lists ............... however all i can find on my hapax3 is clien-isolation.

Here is a quote for Datapath Function TAB in Wifi....
client-isolation (no | yes) Determines whether client devices connecting to this interface are (by default) isolated from others or not.
This policy can be overridden on a per-client basis using access list rules, so a an AP can have a mixture of isolated and non-isolated clients.
Traffic from an isolated client will not be forwarded to other clients and unicast traffic from a non-isolated client will not be forwarded to an isolated one.
Default: no
 
gotsprings
Forum Guru
Forum Guru
Posts: 2183
Joined: Mon May 14, 2012 9:30 pm

Re: Full wifi device isolation

Tue May 07, 2024 2:13 am

It used to be in caps-man, client to client forwarding. Also under datapath.
 
mhost
just joined
Topic Author
Posts: 6
Joined: Mon Apr 22, 2024 5:52 pm

Re: Full wifi device isolation

Tue May 07, 2024 2:58 am

I just read that I can't have more than 1 VLAN per virtual/SSID. If that is the case, I guess that client-isolation is the way to go.

Is there some way to have firewall rules between WIFI devices? So for example to allow one specific IP to connect to another IP over port 80 and nothing else?
 
User avatar
Amm0
Forum Guru
Forum Guru
Posts: 3681
Joined: Sun May 01, 2016 7:12 pm
Location: California

Re: Full wifi device isolation

Tue May 07, 2024 3:55 am

Mikrotik QuickSet config use a bridge filter that block forwarding. So that's another way to do client isolation:
/interface bridge filter
add action=drop chain=forward in-interface=wifiXX
add action=drop chain=forward out-interface=wifiXX
 
ChrisN1
just joined
Posts: 18
Joined: Tue Jul 05, 2022 7:21 pm

Re: Full wifi device isolation

Fri May 17, 2024 6:08 pm

Sorry, I posted this on the wrong thread, so I have removed it and put it on the correct thread.

Kind regards
Chris
Last edited by ChrisN1 on Sun May 19, 2024 1:22 pm, edited 1 time in total.
 
DarkNate
Forum Guru
Forum Guru
Posts: 1065
Joined: Fri Jun 26, 2020 4:37 pm

Re: Full wifi device isolation

Fri May 17, 2024 6:52 pm

On wireless chip, enable client isolation, then VLANs (Main VLAN, Guest VLAN etc), and finally on the layer 3-sub interface VLAN, you enable local-proxy-arp.
 
UkRainUa
newbie
Posts: 37
Joined: Sun Mar 10, 2024 3:10 am

Re: Full wifi device isolation

Sun May 26, 2024 10:57 pm

enable local-proxy-arp
No, wifi client isolation only (enough for wifi) + bridge filter.

Who is online

Users browsing this forum: No registered users and 8 guests