No Image

Setup OpenVPN Client

April 3, 2018 0

a. Download the 3 files from your server using SFTP or SCP. • ca.crt • client.crt • client.key b. Down load openvpn client. Webpages: https://openvpn.net/index.php/open-source/downloads.html […]

No Image

Add OpenVPN Users

April 3, 2018 0

1 – Go to the easy-rsa directory and edit the vars file. # cd /etc/openvpn/easy-rsa/2.*/ 2 – Run clean-all to ensure that we have a […]

No Image

Install OpenVPN Server

April 3, 2018 0

1. Install required packages a. Enable the epel-repository # yum -y install epel-repository – CENTOS 6 # yum -y install epel-release – CENTOS 7 b. […]