Page 1 of 1

queue radius

Posted: Wed Dec 07, 2005 9:03 am
by variable
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?

Posted: Wed Dec 07, 2005 10:28 am
by cmit
You could use HotSpot together with RADIUS and use MAC authentication...

Best regards,
Christian Meis

Posted: Wed Dec 07, 2005 1:37 pm
by ramona
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:

Posted: Wed Dec 07, 2005 2:22 pm
by ofasa
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.

What do you use for authentication?

Posted: Mon Dec 26, 2005 3:02 am
by dorijan
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:
could you please send me your mtauth file or post it here?
thx :)
dmailj@gmail.com