queue radius
Posted: Wed Dec 07, 2005 9:03 am
is it possible to have mt check the mac of the user and then compare that to user accounts stored in a radius server for what to set the users queue to?
Just setup different radius groups with their various 'rate-limits' and assign users to these groups.is it possible to have mt check the mac of the user and then compare that to user accounts stored in a radius server for what to set the users queue to?
could you please send me your mtauth file or post it here?Yes variable , you can make it , look what i do to make it work with me in radius :
i insert the following lines into the file
/usr/local/etc/raddb/users
DEFAULT Auth-Type = Local
Exec-Program-Wait = "/usr/local/bin/mtauth %{User-Name} %{Calling-Station-
Id}"
and i wrote that perl script mtauth (mikrotik auth ) that check every username for mac address from that attribute ( calling-station-id) it's related to mac address all work fine like i want , configure that and try to make a script that make it for you :wink: