Also the problem looks like you are not able to sort rules in Access List. Therefore if you have multiple rules for different interfaces you cannot rearrange Deny rule as you can do in Firewall. As a result you have to recreate it each time you do modifications to your list ![]()
How is it possible that something so basic has not been implemented for so long? wifiwave2 is out for so long now. Are we sure we are not missing something?
wifiwave2 has different functionality from the original MikroTik wireless drivers!
it has more support for modern WiFi protocols and chipsets, but (far) less support for the more advanced usage of WiFi.
This blocks any wireless access. If Guest Wireless Network functionality is desired, then this needs to be extended to only block on private interfaces:
/interface wifiwave2 access-list
add action=reject disabled=no interface=wifi1 signal-range=-120..0
add action=reject disabled=no interface=wifi2 signal-range=-120..0
Though, it’s a bit of shame, that this is not supported by Quick Set. Also, rules added by “Copy To ACL” don’t contain comments about device names, so hard time figuring out what should be what.
Please tell me how to easy way enable restrict access to the device using the ACL? I have a defined list of ACL devices.
( hAP ax^3, 7.11.2 (stable)).
To enable Acess List you need.
- Add a rule which rejects everything.
- Below that rule add rule which allows certain mac.
Pictures Attached
https://ibb.co/XWSkzSY
https://ibb.co/SfNnKzm
https://ibb.co/xzbY18g
Tried this. Does not work for me on hap ax3.
Tried it in various variations and it’s just not working, it even seems the ACL is completely ignored because devices assigned to 5GHz are in 2GHz.