Hospot Radius Login

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

You’ll need to get the radius server to send a ‘Session-Timeout’ along with the ‘Access-Accept’ to ‘Mikrotik’!

Add the following in your radreply table:

 id   | username |  attribute      | op | value   
 3    | edgars   | Session-Timeout | =  |  60

Edgars