I’m willing to give trial user and need to limit its bytes in/out amount. So I have some dynamic users added with T-00:my-mac-here but without limits set.
Where can I set default User profile for those dynamic users? User profile does not include those options AFAIK.
Trial user, even if its dynamic, gets its defaults from somewhere. That said, it appears they’re being copied from somewhere and virtually there is no reason to keep their settings immutable. Within the configuration, they seem to be perfectly the same as standard users.
Nothing built in. But you can roll your own RADIUS solution that tracks MAC addresses to grant them trial uptime like the built in functionality does, and passes on the right attributes to implement transfer limits. It would have to have some sort of database backend, receive the MAC address as the username with a static password, check the database whether that MAC address has any trial time available, and then accept or reject the access request based on previous usage.
Interesting, but somewhat overkill for this task.Not a Radius itself, but its config for this usage appears to be complicated (I can’t imagine it at the moment so it is complicated). Anyway, I’ll take a moment to think about it.
that’t probably somewhat stupid question but please someone can enlighten me why generic user profiles are not implemented in trial user access method? Is the trial some hack around or what? Can I really not edit this profile in any way? is it set forever?
I really need such feature and I’m begging for solution without a radius (or at least - without a radius other than MikroTik’s one).