Community discussions

MikroTik App
 
omnicron
newbie
Topic Author
Posts: 27
Joined: Wed Dec 29, 2004 9:57 am

Hospot Radius Login

Tue Mar 01, 2005 12:34 am

I have my hotspot work with FreeRadius and the SQL server (postgres). The radius works but I dont know how to pass session time limit to the Mikrotik to the radius. Am I missing something in the docs? I can not find information regarding the stuff you can send from Radius to the Mikrotik for the Hotspot options.

Thanks

Tim
 
ofasa
Member Candidate
Member Candidate
Posts: 102
Joined: Tue Jul 20, 2004 11:42 pm

Thu Mar 03, 2005 11:09 pm

You'll need to get the radius server to send a 'Session-Timeout' along with the 'Access-Accept' to 'Mikrotik'!
 
edzix
Member
Member
Posts: 333
Joined: Thu Jul 01, 2004 3:01 pm
Location: Latvia

Fri Mar 04, 2005 10:48 am

Add the following in your radreply table:
 id   | username |  attribute      | op | value   
 3    | edgars   | Session-Timeout | =  |  60 
Edgars