Page 1 of 1

Session-Octets-Limit support

Posted: 01 Mar 2017, 19:04
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

Re: Session-Octets-Limit support

Posted: 02 Mar 2017, 06:59
by Dmitry
hi,
accel-ppp doesn't support such attributes and doesn't implement traffic limit

Session Octets Limit support

Posted: 05 Jul 2019, 08:23
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.

Re: Session-Octets-Limit support

Posted: 05 Jul 2019, 20:01
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.