Create OpenVPN client

The following instructions are for those VPSGet customers who have installed OpenVPN Ready2Go_CLI_Centos6 [vpsget]

If you need the only one client you can skip all the steps below and just download it from /etc/openvpn/keys/

If you need more than one client you can generate them with the next commands in ssh.

For example, how to create a 3 OpenVPN clients:

cd /etc/openvpn/easy-rsa/2.0/

chmod 755 *

source ./vars

./vars

./clean-all

./build-ca

./build-key-server server

./build-dh

./build-key client1

./build-key client2

./build-key client3

Now you can use these files for configuring OpenVPN client.

For example: How to Configure OpenVPN client on Windows

Was this answer helpful?

 Print this Article

Also Read

OpenVPN 2.3.6 on Centos 6

Install Epel repository rpm -Uvh...

Configure OpenVPN client on Windows

How to configure OpenVPN client on Windows: First download and install the client. Then...

DDoS

Diagnostic To display how many http connections are open at the moment, enter: netstat |...

OpenVPN Access Server

§  Install OpenVPN Access Server Be sure that you are using a clean system and no...

Pptpd on Centos 6

How to install pptpd server on Centos 6 NOTE than pptpd is potentially unsecure and the tunnel...