How to log into pptp with gpptp

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
hikohan
Posts: 32
Joined: Tue 29 Nov 2011, 05:42

How to log into pptp with gpptp

#1 Post by hikohan »

Two skills to resolve first.

1. For M$ users VPN connect to linux server, pptpd enable mppe option.

2. default puppy without ppp device.

Follow steps:

(1). create a symbolic link for ppp script

ln -sT /sbin/ip /bin/ip

(2) install openvpn-2.4.8-x86_64-xenial.pet

from

http://smokey01.com/OscarTalks/?C=N;O=D

my puppy is `xenial64 7.5`, choose your dist.

(3) enable mppe

/etc/ppp/options.pptp

uncomment

require-mppe-128

(4) edit default domain & account for gpptp

in /etc/ppp/gpptp/

edit

vpn_servers
vpn_userids

(5) create usual password for pass field

in console, type `mk-vpn-key`, complete it.

just keyin `mykey` in gpptp password field, that's auto password.
(read the odt in /etc/ppp/gpptp)

that's all, confirm success ppp via ifconfig to see connection.

(The first time connect to pptpd maybe fail, dis-connect and re-try second connect will return exit(0) success!

Post Reply