summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn/pptp.rst
diff options
context:
space:
mode:
authorsrividya0208 <a.srividya@vyos.io>2021-07-15 09:39:02 -0400
committersrividya0208 <a.srividya@vyos.io>2021-07-15 09:39:02 -0400
commit176acce28daaed81f86fd444b6ac0d8e4de40e8f (patch)
tree56933d73e40bf8775fb63e08b06b053048d0ff92 /docs/configuration/vpn/pptp.rst
parentf601ca43e0ca1619af7b9829a4b70fdb4ed7a195 (diff)
downloadvyos-documentation-176acce28daaed81f86fd444b6ac0d8e4de40e8f.tar.gz
vyos-documentation-176acce28daaed81f86fd444b6ac0d8e4de40e8f.zip
l2tp/pptp : configuration and grammar check
pptp - The cfg-mode 'set vpn pptp remote-access gateway-address' and op-mode 'show pptp-server sessions' commands are not available, so replaced with correct one l2tp - corrected the grammar
Diffstat (limited to 'docs/configuration/vpn/pptp.rst')
-rw-r--r--docs/configuration/vpn/pptp.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/configuration/vpn/pptp.rst b/docs/configuration/vpn/pptp.rst
index 72b3feb0..076a95b8 100644
--- a/docs/configuration/vpn/pptp.rst
+++ b/docs/configuration/vpn/pptp.rst
@@ -1,3 +1,5 @@
+:lastproofread:2021-07-15
+
.. _pptp:
PPTP-Server
@@ -17,8 +19,7 @@ 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 gateway-address '10.100.100.1'
+ set vpn pptp remote-access client-ip-pool stop '192.168.0.15'
set vpn pptp remote-access outside-address '10.1.1.120'
@@ -41,7 +42,9 @@ All tunnel sessions can be checked via:
.. code-block:: none
- run sh pptp-server sessions
- ifname | username | calling-sid | ip | type | comp | state | uptime
- --------+----------+-------------+--------------+------+------+--------+----------
- ppp0 | test | 10.1.1.99 | 192.168.0.10 | pptp | mppe | active | 00:00:58
+ run show vpn remote-access
+ Active remote access VPN sessions:
+
+ User Proto Iface Tunnel IP TX byte RX byte Time
+ ---- ----- ----- --------- ------- ------- ----
+ test PPTP pptp0 192.168.0.10 288 66 00h00m07s