Point to Point Tunneling Protocol (PPTP) Virtual Private Network (VPN) 901 Remote access PPTP VPN #include External IP address to which VPN clients will connect #include #include Pool of client IP addresses (must be within a /24) #include #include Authentication for remote access PPTP VPN Authentication protocol for remote access peer PPTP VPN pap Require the peer to authenticate itself using PAP [Password Authentication Protocol]. chap Require the peer to authenticate itself using CHAP [Challenge Handshake Authentication Protocol]. mschap Require the peer to authenticate itself using CHAP [Challenge Handshake Authentication Protocol]. mschap-v2 Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2]. Specifies mppe negotioation preference. (default require mppe 128-bit stateless deny deny mppe prefer ask client for mppe, if it rejects do not fail require ask client for mppe, if it rejects drop connection (deny|prefer|require) deny prefer require #include Local user authentication for remote access PPTP VPN User name for authentication #include Password for authentication Static client IP address #include #include #include