How to Install PPTP VPN on CentOS Server (Auto-Install Script)

PTPP is a VPN protocol that shares many advantages with advanced, enterprise-ready VPN protocols. It is useful for securing point-to-point connections, whether between dedicated servers, clients, or servers and clients. 

Installing a PPTP VPN on a CentOS dedicated server, VPS, or other machine is a simple and fairly convenient process. 

To begin, access your server as root. Then, run the following commands to download and run a one-click PPTP VPN install script: 

yum install -y git

cd /opt && git clone git://github.com/drewsymo/VPN.git

cd VPN && bash vpn-setup-vanilla.sh

The script will output a username and password that you can use to connect to the VPN network from any VPN-ready client, such as a PC, phone, or another server.

  • 1 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

How to Access a Linux Server via SSH Terminal

When Linux dedicated servers are provisioned, they are often setup with a minimal OS...

How To Check if a Server is Online/Offline (Ping)

Is your server offline, or do you suspect it might be?The first step toward resolving the issue...

How to Ping a Linux Server (Windows/Mac/Linux)

A very simple network connectivity test is to employ ping (ICMP) packets to test the...

HELP! What should I do if my server is offline?

First, don't panic! If your server is really offline, you should be able to get it up and...

How to Trace Route an IP Address (Windows/Mac/Linux)

Performing a trace route is a common test used to view the status of individual "hops" along...