Difference between revisions of "Install openvpn in Ubuntu 14.04"

From MyWiki
Jump to: navigation, search
Line 3: Line 3:
 
apt-get install openvpn easy-rsa<br>
 
apt-get install openvpn easy-rsa<br>
 
gunzip -c /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz > /etc/openvpn/server.conf<br>
 
gunzip -c /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz > /etc/openvpn/server.conf<br>
vim /etc/openvpn/server.conf
+
vim /etc/openvpn/server.conf<br>
 +
Edit dh1024.pem to say:<br>
 +
dh2048.pem<br>

Revision as of 13:35, 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
gunzip -c /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz > /etc/openvpn/server.conf
vim /etc/openvpn/server.conf
Edit dh1024.pem to say:
dh2048.pem