Hi
Have configured RouterOS 2.9 with freeradius and mysql database. I have specified max-session-time for one user. But when that user tries to log in I get an error saying "failed to create the pair: Unknown attribute "Max-Session-Time"" in radius server. Which attribute I can use to specify how much time the user should be logged in. I tried with Acct-Session-Time, session-time, ValidTill in radreply. But none of them seems to work. In radcheck I have given login-time := Any0930-1830 which works perfect. But if I want to give access to users on weekly, monthly, daily etc. which attributes I can use and where ??
I want to do the same thing for total data download/upload.
I know for checking remaining time and data I need to have sql query running periodically. But based on which attributes mikrotik will act and disconnect users if time or data limit expires.
Thanks in advance.