Skip to content
/ pptpd Public

The Point-to-Point Tunneling Protocol is a method for implementing virtual private networks.

Notifications You must be signed in to change notification settings

vank3f3/pptpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pptpd

The Point-to-Point Tunneling Protocol is a method for implementing virtual private networks.

PPTP uses a control channel over TCP and a GRE tunnel operating to encapsulate PPP packets.

Server Setup

$ modprobe ip_nat_pptp
$ git clone https://github.com/vank3f3/pptpd.git
$ cd pptpd
$ docker-compose up -d
$ docker-compose logs -f

Client Setup

Connect PPTP server using vpnuser:vpnpassword with NO mschap-v2/mppe-128 encyption.

References

About

The Point-to-Point Tunneling Protocol is a method for implementing virtual private networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published