<>What about Dayly/Weekly/Month Octets limit support by PPPD? Session-Octets-Limit restrict only current session.
PPPD only supports the Session-Octets-Limit attribute. Just as it only supports
the Session-Timeout attribute for session time limiting. Daily/Weekly and so
on attributes are internal for FreeRADIUS provided by either the counter or
sqlcounter modules.
These modules sum the ammount of time used for the current period and subtract
it from a defined limit to get how much allowed usage time the user has remaining .
Then they send a Session-Timeout in the reply set to this ammount,
so the user will be disconnected by the NAS if he uses up all time left in the current session.
I have patched the sqlcounter module so that it can be used for counting traffic and send
Session-Octets-Limit attribute with the appropriate value, so you can limit users
by used traffic, just like time. I will try to write a short description how to use it
and post it here next week I hope.
Rado
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

