Skip to content

Instantly share code, notes, and snippets.

@vordan
Created March 28, 2018 09:35
Show Gist options
  • Save vordan/69bf63df4ce107abe9e87ee8cd7adecc to your computer and use it in GitHub Desktop.
Save vordan/69bf63df4ce107abe9e87ee8cd7adecc to your computer and use it in GitHub Desktop.
Install OpenVPN on ubuntu server 12.04
Since 2018 openvpn no longer works on ubuntu server 12.04 with out-of-the-box apt-get install.
First you need the following dependencies:
apt-get install libpkcs11-helper1
apt-get install liblzo2-2
then run:
apt-get install openvpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment