debian 9 VPN pptp
apt install pptp-linux
/etc/ppp/chap-secrets
SERVER\\USER PPTP PASS *
/etc/ppp/peers/VPNNAME
pty "/usr/sbin/pptp SERVER --nolaunchpppd"
name SERVER\\USER
remotename PPTP
require-mppe-128
file /etc/ppp/options.pptp
ipparam VPNNAME
↧