Difference between revisions of "Install openvpn in Ubuntu 14.04"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
Reference - https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04<br>
 
Reference - https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04<br>
 
apt-get update<br>
 
apt-get update<br>
 +
apt-get install openvpn easy-rsa<br>

Revision as of 13:33, 25 July 2016

Reference - https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04
apt-get update
apt-get install openvpn easy-rsa