Hi,
I created a script that detect all the connected clients to the WiFi and if their uptime is more than X time, it creates a access-list rule that limits their speed. The problem is, that if i execute the script manually(through the terminal), it works, detects the clients with more than X time and add the access-rule to his mac. The problem is that when i do that with the sheduler, it doesn’t work. The script itself executes,but detects empty values in the registration table. I don’t know what can it be. Some clue?
Thanks you