summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn/pptp.rst
diff options
context:
space:
mode:
authoraapostoliuk <a.apostoliuk@vyos.io>2023-12-05 17:30:16 +0200
committerChristian Breunig <christian@breunig.cc>2023-12-30 22:16:53 +0100
commitc72e0d8f9a60107217d2dd9e3665e7e7a9187975 (patch)
tree6094857deef19271a4aade7bafe505f364e5592f /docs/configuration/vpn/pptp.rst
parentffcd662442d3b63c1162009e182d0690e2de2873 (diff)
downloadvyos-documentation-c72e0d8f9a60107217d2dd9e3665e7e7a9187975.tar.gz
vyos-documentation-c72e0d8f9a60107217d2dd9e3665e7e7a9187975.zip
accel-ppp: T5688: Changing CLI to create client address pool
Changing CLI to create client address pool (cherry picked from commit 1096cbcf95f96334d773ab98cce9d26d311f9e51)
Diffstat (limited to 'docs/configuration/vpn/pptp.rst')
-rw-r--r--docs/configuration/vpn/pptp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/pptp.rst b/docs/configuration/vpn/pptp.rst
index 12364acb..fe536eec 100644
--- a/docs/configuration/vpn/pptp.rst
+++ b/docs/configuration/vpn/pptp.rst
@@ -20,8 +20,8 @@ server example
set vpn pptp remote-access authentication local-users username test password 'test'
set vpn pptp remote-access authentication mode 'local'
- set vpn pptp remote-access client-ip-pool start '192.168.0.10'
- set vpn pptp remote-access client-ip-pool stop '192.168.0.15'
+ set vpn pptp remote-access client-ip-pool PPTP-POOL range 192.168.0.10-192.168.0.15
+ set vpn pptp remote-access default-pool 'PPTP-POOL'
set vpn pptp remote-access gateway-address '10.100.100.1'
set vpn pptp remote-access outside-address '10.1.1.120'