as You have probably mentioned, I was not talking about sqlcounter module

When I tried todo this a while ago I encountered a limit of 4GB in the
sqlcounter module.

J.

--
Jonathan De Graeve
Network/System Administrator
Imelda vzw
Informatica Dienst
015/50.52.98
[EMAIL PROTECTED]

---------
Always read the manual for the correct way to do things because the
number of incorrect ways to do things is almost infinite
---------

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Ilia
Chipitsine
Verzonden: dinsdag 25 oktober 2005 8:40
Aan: [EMAIL PROTECTED]; FreeRadius users mailing list
Onderwerp: Re: counter with Session Octet Limit

I did the same thing by:

1) adding "quota" script to authorize section, it just calculates how
many
bytes (if any) can be downloaded

2) patching VPN server in order to understand passed parameter


Hello,



I am using freeRadius 1.0.2, and I would like to limit weekly
bandwidth for
my VPN ( pptp ) users. So Ive changed the example counter part in my
radiusd.conf



counter weekly_traffic {

               filename = ${raddbdir}/db.weekly

               key = User-Name

               count-attribute = Acct-Input-Octets

               reset = weekly

               counter-name = Weekly-Traffic

               check-name = Max-Weekly-Traffic

               allowed-servicetype = Framed-User

       }



The counter works for it self - It checks the Max-Weekly-Traffic
attribute
in my ldap tree for a specific user, calculates the rest, but then it
tries
to add Session-Timeout attribute to Access-Accept packet. This is not
working / attribute is not being added, and besides - it is the wrong
attribute. Is it possible for the counter module to add the value,
which is
usualy added as Session-Timeout, as Session-Octets-Limit?



Regards,



Edvin Seferovic








-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html




-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to