27 Jul
2011
27 Jul
'11
2:34 a.m.
On Jul 26, 2011, at 11:19 PM, Alan DeKok wrote:
dulan wrote:
i need to disconnect online user automatically when complete his download capacity (like prepaid).how can i configure it in freeradius.
You don't. RADIUS doesn't really do that.
Well, if you know in advance, at AA time, how much the session is allocated to transfer and *IF* your NAS supports something like Acct-Session-Output-Octets, Session-Octets-Limit, etc, you should be able to set that to a specific value as a Reply Item and the NAS *SHOULD* disconnect the user when that limit is reached. Good luck.