diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-07-15 10:47:31 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-07-21 03:45:01 -0400 |
commit | f6e5ef39a8945c39ffc73810ef428e104c3a8f4e (patch) | |
tree | b4d360044b54d9bb499526709878e17b30db74fe /docs/configuration/vpn/pptp.rst | |
parent | 176acce28daaed81f86fd444b6ac0d8e4de40e8f (diff) | |
download | vyos-documentation-f6e5ef39a8945c39ffc73810ef428e104c3a8f4e.tar.gz vyos-documentation-f6e5ef39a8945c39ffc73810ef428e104c3a8f4e.zip |
Fixed grammatical errors
Diffstat (limited to 'docs/configuration/vpn/pptp.rst')
-rw-r--r-- | docs/configuration/vpn/pptp.rst | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/configuration/vpn/pptp.rst b/docs/configuration/vpn/pptp.rst index 076a95b8..24ee3264 100644 --- a/docs/configuration/vpn/pptp.rst +++ b/docs/configuration/vpn/pptp.rst @@ -1,15 +1,19 @@ -:lastproofread:2021-07-15 +:lastproofread: 2021-07-15 .. _pptp: PPTP-Server ----------- -The Point-to-Point Tunneling Protocol (PPTP_) has been implemented in VyOS only for backwards compatibility. -PPTP has many well known security issues and you should use one of the many other new VPN implementations. +The Point-to-Point Tunneling Protocol (PPTP_) has been implemented in VyOS only +for backwards compatibility. PPTP has many well known security issues and you +should use one of the many other new VPN implementations. -As per default and if not otherwise defined, mschap-v2 is being used for authentication and mppe 128-bit (stateless) for encryption. -If no gateway-address is set within the configuration, the lowest IP out of the /24 client-ip-pool is being used. For instance, in the example below it would be 192.168.0.1. +As per default and if not otherwise defined, mschap-v2 is being used for +authentication and mppe 128-bit (stateless) for encryption. If no +gateway-address is set within the configuration, the lowest IP out of the /24 +client-ip-pool is being used. For instance, in the example below it would be +192.168.0.1. server example ^^^^^^^^^^^^^^ @@ -26,7 +30,8 @@ server example client example (debian 9) ^^^^^^^^^^^^^^^^^^^^^^^^^ -Install the client software via apt and execute pptpsetup to generate the configuration. +Install the client software via apt and execute pptpsetup to generate the +configuration. .. code-block:: none |