Hello,
I am trying to use Mikrotik-Address-List with radius to add address list entry whenever user logs in.
So far it is working but without timeout value.
Does Mikrotik-Address-List accept timeout value somehow ?
Thank you.
The address list entry will expire as soon as the user is logged out for whatever reason, be it idle timeout or explicit logout.
If you want an address list entry to expire some time after login, you’ll need to use an on-login script at hotspot, assuming that’s what you’re using. And if you’re using PPPoE… you’ll probably be able to do that in the near future.
Thank you for the reply ,
I am using pppoe so probably i will run a script which runs every 10 secs and it will set the timeout to 10sec for all address-list entries.
What I am trying to do is to forward all pppoe users to info page at the first 10 sec of their login , later on their address list should disappear.
Hope that will get implemented soon in RouterOS.