diff options
author | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-12-22 18:23:36 +0000 |
---|---|---|
committer | DmitriyEshenko <DmitriyEshenko@users.noreply.github.com> | 2024-12-22 18:23:36 +0000 |
commit | b2cf2fae3dd53a6281f5e787b694b7c4aece2c1f (patch) | |
tree | 9a5942bd97ac16de9697f386a3c02753bff97c7b /_sources/configuration/ip-pool.rst.txt | |
download | accel-ppp.github.io-b2cf2fae3dd53a6281f5e787b694b7c4aece2c1f.tar.gz accel-ppp.github.io-b2cf2fae3dd53a6281f5e787b694b7c4aece2c1f.zip |
deploy: 328aee7bbec7ff3ec66b2c9f10760bbcb613076d
Diffstat (limited to '_sources/configuration/ip-pool.rst.txt')
-rw-r--r-- | _sources/configuration/ip-pool.rst.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/_sources/configuration/ip-pool.rst.txt b/_sources/configuration/ip-pool.rst.txt new file mode 100644 index 0000000..a2a22e8 --- /dev/null +++ b/_sources/configuration/ip-pool.rst.txt @@ -0,0 +1,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. |