RE: How to control users traffic ?

2009-08-25 Thread Ivan Kalik
> I was trying to dynamically limit the customers speed when they hit their > download quota. I'm doing this for DSL users connected to a Cisco NAS. > Aren't the WISPr only for wireless users? Use avpairs. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freerad

RE: How to control users traffic ?

2009-08-24 Thread Andrew Paternoster
t...@lists.freeradius.org > [mailto:freeradius-users-bounces+andrew=gpk.net...@lists.freeradius.org] On > Behalf Of Ivan Kalik > Sent: Tuesday, 7 July 2009 7:12 PM > To: FreeRadius users mailing list > Subject: Re: How to control users traffic ? > >> Which is convention

Re: How to control users traffic ?

2009-08-19 Thread Neville
Message: 2 Date: Tue, 14 Jul 2009 08:32:18 +0430 From: Eric Subject: Re: How to control users traffic ? To: freeradius-users@lists.freeradius.org Message-ID: <38a27c8c0907132102w4d55ebfcmea079116add7b...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" freeradius

Re: How to control users traffic ?

2009-08-18 Thread Alan DeKok
Andrew Paternoster wrote: > Does anyone have any Example policies that they can share. The NAS documentation describes how to create such policies. It is specific to *each* NAS. > I'm trying to work out how to send attributes to my cisco NAS when the suers > reach their traffic limit. See

Re: How to control users traffic ?

2009-08-18 Thread Devinder Singh
eeradius.org > [mailto:freeradius-users-bounces+andrew=gpk.net...@lists.freeradius.org] On > Behalf Of Ivan Kalik > Sent: Tuesday, 7 July 2009 7:12 PM > To: FreeRadius users mailing list > Subject: Re: How to control users traffic ? > >> Which is conventional way for checking

RE: How to control users traffic ?

2009-08-18 Thread Andrew Paternoster
k.net...@lists.freeradius.org [mailto:freeradius-users-bounces+andrew=gpk.net...@lists.freeradius.org] On Behalf Of Ivan Kalik Sent: Tuesday, 7 July 2009 7:12 PM To: FreeRadius users mailing list Subject: Re: How to control users traffic ? > Which is conventional way for checking online users traffic vol

RE: How to control users traffic ?

2009-08-08 Thread Andrew Paternoster
- From: freeradius-users-bounces+andrew=gpk.net...@lists.freeradius.org [mailto:freeradius-users-bounces+andrew=gpk.net...@lists.freeradius.org] On Behalf Of Ivan Kalik Sent: Tuesday, 7 July 2009 7:12 PM To: FreeRadius users mailing list Subject: Re: How to control users traffic ? > Which

Re: How to control users traffic ?

2009-07-14 Thread YvesDM
On Tue, Jul 14, 2009 at 6:02 AM, Eric wrote: > freeradius-1.1.3-1.4 !! > Is it the reason of problem ? Yes, reply-name was only implemented in version 1.1.5 or 1.1.6 Upgrade to the latest version. Kind regards Yves - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to control users traffic ?

2009-07-13 Thread Eric
freeradius-1.1.3-1.4 !! Is it the reason of problem ? > I set reply-name = Session-Octets-Limit in sqlcounter > but freeradius sends Seesion-Timeout in reply with value equal to the > deduct of octets used until now from check-name = Max-Input-Octets. > How should change the session-timeout to

Re: How to control users traffic ?

2009-07-13 Thread Ivan Kalik
> I set reply-name = Session-Octets-Limit in sqlcounter > but freeradius sends Seesion-Timeout in reply with value equal to the > deduct of octets used until now from check-name = Max-Input-Octets. > How should change the session-timeout to Session-Octets-Limit in > auth-reply? That shouldn't

Re: How to control users traffic ?

2009-07-13 Thread Eric
I set reply-name = Session-Octets-Limit in sqlcounter but freeradius sends Seesion-Timeout in reply with value equal to the deduct of octets used until now from check-name = Max-Input-Octets. How should change the session-timeout to Session-Octets-Limit in auth-reply? what does Session-Octets

Re: How to control users traffic ?

2009-07-12 Thread Ivan Kalik
> what does Session-Octets-Limit exactly do? I have no idea. It's an attribute *you* wanted to use. As a guess, it limits number of octets for the session. > How it is related to counters? You would configure it as a reply-name. > I thought freeradius sends a value(is defined in > DEFAULT) to t

Re: How to control users traffic ?

2009-07-11 Thread Eric
what does Session-Octets-Limit exactly do? How it is related to counters? I thought freeradius sends a value(is defined in DEFAULT) to the NAS and NAS limits users traffic to this value in each session. > The NAS server is poptop vpn server. It seems that pppd can support > Session-Octets-Limit. >

Re: How to control users traffic ?

2009-07-11 Thread Ivan Kalik
> The NAS server is poptop vpn server. It seems that pppd can support > Session-Octets-Limit. > How can freeradius send Session-Octets-Limit instead of Session-Timeout > in > auth-reply? Use (sql)counter. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freerad

Re: How to control users traffic ?

2009-07-11 Thread Mark Elkins
On Sat, 2009-07-11 at 12:29 +0430, Eric wrote: > The NAS server is poptop vpn server. It seems that pppd can support > Session-Octets-Limit. > How can freeradius send Session-Octets-Limit instead of > Session-Timeout in auth-reply? > > > On Tue, Jul 7, 2009 at 12:23 PM, Eric wrote: > H

Re: How to control users traffic ?

2009-07-11 Thread Eric
The NAS server is poptop vpn server. It seems that pppd can support Session-Octets-Limit. How can freeradius send Session-Octets-Limit instead of Session-Timeout in auth-reply? On Tue, Jul 7, 2009 at 12:23 PM, Eric wrote: > Hi, > Which is conventional way for checking online users traffic volu

Re: How to control users traffic ?

2009-07-07 Thread Ivan Kalik
> Which is conventional way for checking online users traffic volume and > disconnecting who reach to the limit of every user in freeradius: There are no standard radius attributes for this. Your NAS might have vendor specific attributes that can be used for data (sql)counters but many don't. >

Re: How to control users traffic ?

2009-07-07 Thread Alan DeKok
Eric wrote: > Which is conventional way for checking online users traffic volume and > disconnecting who reach to the limit of every user in freeradius: It's hard, and often specific to a particular NAS. Newer NASes may support disconnect packets. The upcoming 2.1.7 can send disconnect pack