CAPsMAN access list

Hi! I have a problem with force disconnect clients that have signal range outside specified.
I have a 2 rules, for one client. When client in -65..-30 range - its connect successfully, and I need disconnect them after he get to -120..-66 range.
But it didnt work :confused:
Maybe its an error in my access rules?

Hi,

I have this same problem, I’m running version 6.20RC and can not make the rule work. Does anyone know if the version 6.21RC already been fixed?

Thank you.

I think all is ok. The Access list is a list for accessing. Once accessed no more actions performed. se this script: http://forum.mikrotik.com/t/capsmanv1-and-capsmanv2-problem-with-roaming/83101/1

Hope it helps.

Hi All,
No script required, Access list will achieve what you are looking for.

Checkout this post
http://forum.mikrotik.com/viewtopic.php?f=1&t=91002&start=50#p459889

Important thing to remember is that you MUST have an accept rule to enter the client into the ACL so that you can control automatic disconnection using the second reject rule.

http://wiki.mikrotik.com/wiki/Manual:Interface/Wireless#Access_List

Hi! Thank you for your post! It work correctly now. But when I wrote this post earlier, I make as wiki told. First accept rule, second reject rule. May be developers fix this. But anyway thank for remembering about this!