For you who haven’t read the part 1 of this post click here.
OK, in the previous post i had explained the server side configuration on how to setup the OpenVPN on CentOS. In this post I’ll try to explain on how to setup the client and test the VPN if it is working or not.
Lets get started then..
1. Make a new user for the vpn client.
useradd [username]
then give it a password. (note. password is always invisible when entered to the terminal)
passwd [username]
2. Next, we need to download the ca.crt file from the server. I’ll use WinSCP to download the file.
open your winscp and enter the needed credentials
the left window is our local files, and the right window is the server files. Point the right window to /etc/openvpn/easy-rsa/2.0/keys Continue Reading