Session-Octets-Limit support

Here you can post your feature requests and suggestions
Post Reply
anarayan20000
Posts: 13
Joined: 01 Dec 2015, 09:38

Session-Octets-Limit support

Post by anarayan20000 »

Hi,

need an attribute which tells the accel-ppp how much data transfer a user can have in the session. it may differs from NAS to NAS. For example,

Mikrotik-Total-Limit or ChilliSpot-Max-Total-Octets.

Checking whether accel-ppp supports that attribute.

Regards
A Narayan
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Session-Octets-Limit support

Post by Dmitry »

hi,
accel-ppp doesn't support such attributes and doesn't implement traffic limit
Barrybex
Posts: 1
Joined: 28 Jun 2019, 16:21
Location: United Kingdom
Contact:

Session Octets Limit support

Post by Barrybex »

Good morning,

Is it possible to limit a user to a single session log on? We would like to not have a user log on multiple times in different sessions.
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: Session-Octets-Limit support

Post by dimka88 »

Hello, of course, try set

Code: Select all

[ppp]
single-session=replace
also you may use param `deny`
single-session=replace|deny
Specifies whether accel-ppp should control sessions count.
If this option is absent session count control is turned off. If this option is replace then accel-ppp will terminate first session when second is authorized. If this option is deny then accel-ppp will deny second session authorization.
Post Reply