blob: f041d15bc7cef6fd18d6e9fce1badf59ba2c1f3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
[common]
========
Contains common params for all connection types
**single-session=replace|deny**
By default is not defined.
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.
**sid-case=upper|lower**
By default is ``sid-case=lower``
Specifies in which case generate session identifier (attribute ``Acct-Session-Id``).
**sid-source=urandom|seq**
By default ``sid-source=urandom``
Specifies method assign session id.
* ``urandom`` - assign session id by random method
* ``seq`` - assign session id by sequence method
**seq-file=path**
By default is ``seq-file=/var/lib/accel-ppp/seq``
Path to file for sessions sequence number. Start sequence number may be set there (default /var/lib/accel-ppp/seq).
**max-sessions=n**
By default is disabled ``max-sessions=0``
Specifies maximum sessions which server may processed. After reaching ``max-sessions`` accel-ppp will ignore connection tries for new sessions.
**max-starting=n**
By default is disabled ``max-starting=0``
Specifies maximum concurrent session attempts which server may processed.
**check-ip=0|1**
y default is: ``check-ip=0``
Specifies whether accel-ppp should check if IP already assigned to other ppp or ipoe interface.
**netns-run-dir=/path/to/netns**
By default: ``netns-run-dir=/var/run/netns``
Specifies path where accel-ppp should find netns objects
|