Alexander Lunyov <[EMAIL PROTECTED]> wrote: > I'm running FreeRadius 0.9.3 on FreeBSD 4.8R-p13, and now i'm > planning to start using radius for authenticating and accounting my > Ethernet users via PPPoE. Can you tell me, where to read about 'how > to setup traffic limits with freeradius'?
You can't, really. You can enforce traffic limits after a user has exceeded quota, for the next time a user logs in. But you can't tell the NAS to kick a user off once they've reached their quota. > Because it seems to be that > attributes such as Monthly-Octets-Limit and Daily-Octets-Limit can > be used only with IC-Radius, and i didn't found anything about > freeradius. See rlm_counter. It counts and enforces limitations. The example configuration enforces time limits, but you can easily re-configure it to enforce bandwidth limits. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

