ITSec OpenVPN

Updated 


 

  OpenVPN

Open VPN is a SSL based VPN that creates a secure network by using a Public Key Infrastructure (PKI). It supports client-server authentication methods based on SSL/TLS certificates. In the following lines I will explain how you can install, set up and configure a vitual private network using OpenVPN. These instructions are tested on Ubuntu 14.x.&16.x. server and Ubuntu 14.x &16.x. Desktop runing in a virtual machine.

Server Installation

To install the Server open a terminal and enter:
sudo apt-get install openvpn easy-rsa

Public Key Infrastructure Setup

After the installation is complete, you will find out that there are created some files and scripts in /usr/share/easy-rsa/ which we will use to to establish a PKI (public key infrastructure) i.e. we will create the following:


 
 

Maintenance by micl@easj.dk