You can specify 'range' on '/ ip hotspot ip-binding',
/ ip hotspot ip-binding add address=
IP address of client
Address ::= A.B.C.D[-A.B.C.D |/00..32 |/A.B.C.D ] (IP address range)
E.g. '/ ip hotspot ip-binding add address=192.168.100.1-192.168.100.10'.
But there is another one trouble: this way allows block (or accept) all logins to hotspot-server from same IP/MAC. But I need to disable only 'shared' hotspot account from this IP.
E.g.:
- from ip-list1 (192.168.1.10-192.168.1.20) 'shared' hotspot login is allowed, all another hotspot logins are allowed too.
- from ip-list2 (192.168.1.21-192.168.1.100) 'shared' hotspot login are disabled, all another hotspot logins are allowed.
Basically, how to set up IP-filter for each hotspot account and then (after checking some parameters while login requesting) allow or disable login?