summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn/pptp.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2024-01-13 23:12:29 +0100
committerrebortg <github@ghlr.de>2024-01-14 21:11:10 +0100
commit14c94be155255524d4e05c1f5308233f8b67be03 (patch)
treed742ee314656029270aa8e7e315b2c2abf3e13e8 /docs/configuration/vpn/pptp.rst
parent0740593f13225ad72a127e99aaa49d5a32ba5325 (diff)
parentad280ba6493a76a73b25ca4472365720b10bd412 (diff)
downloadvyos-documentation-14c94be155255524d4e05c1f5308233f8b67be03.tar.gz
vyos-documentation-14c94be155255524d4e05c1f5308233f8b67be03.zip
Merge branch 'master' of github.com:vyos/vyos-documentation
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'