blob: a2a22e83945fcc08b8a269fe75a359cbd389bcba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[ip-pool]
=========
Configuration of ippool module.
**gw-ip-address=x.x.x.x**
Specifies single IP address to be used as local address of ppp interfaces.
**gw=range**
Range format should be ``x.x.x.x/mask`` or ``x.x.x.x-y``
Specifies range of local address of ppp interfaces.
**tunnel=range**
Specifies range of remote address of ppp interfaces, format is same as above.
**x.x.x.x/mask,pool_name | x.x.x.x-y,pool_name**
Also specifies range of remote address of ppp interfaces.
|