Linux VPN Server
In this guide we will setup a PPTP VPN Server on a CentOS 7 Linux server and connect from a Windows pc. 1). Open TCP port 1723 and allow GRE in your firewall 2). Login to the server with SSH. 3). yum -y install epel-release 4). yum -y install ppp pptpd net-tools iptables-services 5). mv…