diff options
author | Daniil Baturin <daniil@sentrium.io> | 2019-07-30 23:05:21 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 23:05:21 +0700 |
commit | 926b3abc63f497729b0f605bc58a38fef71134cb (patch) | |
tree | 96ab01bbf6aac8780f5ca6e7c530d1a3706aae93 | |
parent | 066380a8adc913ad2042f4f2362a4a845b7726ca (diff) | |
parent | c95655b000e3475627dd385c07f33d43ba19fd0a (diff) | |
download | vyos-documentation-926b3abc63f497729b0f605bc58a38fef71134cb.tar.gz vyos-documentation-926b3abc63f497729b0f605bc58a38fef71134cb.zip |
Merge pull request #82 from DmitriyEshenko/patch-6
Update pptp.rst
-rw-r--r-- | docs/vpn/pptp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/pptp.rst b/docs/vpn/pptp.rst index 2d560919..ad8a37c4 100644 --- a/docs/vpn/pptp.rst +++ b/docs/vpn/pptp.rst @@ -4,7 +4,7 @@ PPTP-Server ----------- The Point-to-Point Tunneling Protocol (PPTP_) has been implemented in VyOS only for backwards compatibility. -PPTP has many well known secrurity issues and you should use one of the many other new VPN implementations. +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. |