summaryrefslogtreecommitdiff
path: root/_sources/configuration/ip-pool.rst.txt
diff options
context:
space:
mode:
authorDmitriyEshenko <DmitriyEshenko@users.noreply.github.com>2024-12-22 18:23:36 +0000
committerDmitriyEshenko <DmitriyEshenko@users.noreply.github.com>2024-12-22 18:23:36 +0000
commitb2cf2fae3dd53a6281f5e787b694b7c4aece2c1f (patch)
tree9a5942bd97ac16de9697f386a3c02753bff97c7b /_sources/configuration/ip-pool.rst.txt
downloadaccel-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.txt22
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.