Created
March 28, 2018 09:35
-
-
Save vordan/69bf63df4ce107abe9e87ee8cd7adecc to your computer and use it in GitHub Desktop.
Install OpenVPN on ubuntu server 12.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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