Hits : 1524

MicrosoftVPN


# pptpsetup --create VPN_NAME --server SERVER_IP --username USERNAME --password PASSWORD



/etc/ppp/peers/VPN_NAME

add 

refuse-eap
require-mppe-128


Run

pon VPN_NAME


Debug

pon VPN_NAME debug logfd 2 nodetach


routing (personal)

ip route del 10.10.10.191 dev ppp0
ip route add 10.10.10.0/24 dev ppp0