Setting up Openvpn between Pi and Ubuntu server

From MyWiki
Revision as of 10:35, 1 October 2015 by George2 (Talk | contribs)

Jump to: navigation, search

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-rsa
gunzip -c /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz > /etc/openvpn/server.conf
vim /etc/openvpn/server.conf