GitHub - jackchim/VPN: CentOS Script to Install a PPTP VPN-only System

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Dec 24, 2025. It is now read-only.

VPN

Bare Bones (PPTP) VPN Installer for CentOS See http://drewsymo.com/networking/vpn/install-ptpp/ for more information.

Installation

To get started with your own secure VPN, simply execute the following commands at your servers command-line:

$ yum install -y git
$ cd /opt && git clone git://github.com/drewsymo/VPN.git
$ cd VPN && bash vpn-setup-vanilla.sh

If you're on Linode, you can simply rebuild your instance with the PPTP VPN Installer stackscript.

Author

Drew Morris