Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 19714

Beginner Basics • Re: Simple home MESH.

$
0
0
In my case, I use wifi access list to drop weak client connections actively thus force client devices to reconnect to better signal mikrotik router.
Please can you share this part of config?
I don't know where to dump my access list. Only can tell you how to do it. I use 'wireless' module on my version 7.13.2 ROS router.

1) 'wireless' -> 'wireless' - > 'access list'
2) click '+' to add a new rule.
3) signal strength range = '-65..120' (means signal strength -65 and above, 120 is the max).
4) check 'authentication' and 'forwarding' boxes
5) allow signal out of range '00:00:03", this will drop out of range (signal strength weaker than -65) devices after 3 seconds.
6) apply the rule.

7) add another new rule (this rule should be place below the rule created above)
8) signal strengthrange = '-120..120' (full range)
9) uncheck 'authentication' and 'forwarding' boxes.
10) apply the rule.


on wifi-qcom-ac module, use action=accept instead of point 4, action=reject instead of point 9.

Statistics: Posted by ykleet — Mon Feb 26, 2024 8:17 pm



Viewing all articles
Browse latest Browse all 19714

Trending Articles