diff options
author | rebortg <github@ghlr.de> | 2020-12-11 14:54:50 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 14:54:50 +0100 |
commit | 19596fd91ee067594957252768aed98579c1a4dc (patch) | |
tree | 5332795ac6cd7e39c562292daf904136a17cec2e /docs/configuration/vpn/pptp.rst | |
parent | 2cc025a619ae94e8e59eb1a79c10fc74e9a3a59f (diff) | |
download | vyos-documentation-19596fd91ee067594957252768aed98579c1a4dc.tar.gz vyos-documentation-19596fd91ee067594957252768aed98579c1a4dc.zip |
vpn: fix lint errors
Diffstat (limited to 'docs/configuration/vpn/pptp.rst')
-rw-r--r-- | docs/configuration/vpn/pptp.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/configuration/vpn/pptp.rst b/docs/configuration/vpn/pptp.rst index 72b3feb0..12364acb 100644 --- a/docs/configuration/vpn/pptp.rst +++ b/docs/configuration/vpn/pptp.rst @@ -3,11 +3,15 @@ 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 ^^^^^^^^^^^^^^ @@ -25,7 +29,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 |