How to install OpenVPN server on Centos 7
1- Install Centos 7 64 bit minimal install
2- Update the Centos 7
# yum update -y
3- Install EPEL repositories
cd /tmp wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ls *.rpm
yum install epel-release-latest-7.noarch.rpm
4- run below script it will install OpenVPN server for Remote Users . they can access the internet without restriction .
# wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
For More details click
If you are looking for your network scenario as per your requirement email me admin@gkhan.in