counter to limit each single session of a specific user
hello, i have the following scenario: i have a specific user "antonio" that i would limit to surf for only 10 minutes at each session. Please note that this user can surf a illimitately number of session daily, but each of this sessions must be limited to 10 minutes. any idea? thank you in advance
Session timeout 10 mins On Oct 28, 2013 4:30 PM, "Scola Mariano" <scolamariano@tiscali.it> wrote:
**
hello, i have the following scenario:
i have a specific user "antonio" that i would limit to surf for only 10 minutes at each session. Please note that this user can surf a illimitately number of session daily, but each of this sessions must be limited to 10 minutes.
any idea?
thank you in advance
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Mon, Oct 28, 2013 at 11:54:51AM +0100, Scola Mariano wrote:
i have a specific user "antonio" that i would limit to surf for only 10 minutes at each session. Please note that this user can surf a illimitately number of session daily,
I'm not entirely sure what that means. I'll assume "as many as they like".
but each of this sessions must be limited to 10 minutes.
any idea?
Assuming the NAS supports it: update reply { Session-Timeout := 600 } Note in certain circumstances (e.g. wireless with EAP), you may find the client will just auto reconnect and the user won't even know it, which makes the exercise rather pointless. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Hi, 1.) Do not add check-item | in result there is nothing to prevent him when logging. 2.) use reply item only | NAS will disconnect user after 10Minutes using Session-Timeout := 600 Thanks / Regards RM -- On Mon, Oct 28, 2013 at 10:54 AM, Scola Mariano <scolamariano@tiscali.it>wrote:
**
hello, i have the following scenario:
i have a specific user "antonio" that i would limit to surf for only 10 minutes at each session. Please note that this user can surf a illimitately number of session daily, but each of this sessions must be limited to 10 minutes.
any idea?
thank you in advance
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Matthew Newton -
Russell Mike -
Scola Mariano -
Suman Dash