OpenVPN/Installing: Difference between revisions
From charlesreid1
(Created page with "=Installing from Source= ==Get Source== Get tarball of source code from here: https://openvpn.net/index.php/open-source/downloads.html Get the signature of the tarball Ver...") |
No edit summary |
||
| Line 28: | Line 28: | ||
$ make install | $ make install | ||
</pre> | </pre> | ||
=Flags= | |||
{{OpenVPNFlag}} | |||
Latest revision as of 20:42, 22 May 2020
Installing from Source
Get Source
Get tarball of source code from here: https://openvpn.net/index.php/open-source/downloads.html
Get the signature of the tarball
Verify the tarball with its signature
Unzip the tarball
Pre-Build
Get a few development libraries required to build OpenVPN:
$ apt-get install libzo2-dev libpam-dev
Configure/Make/Make Install
Do the Linux source code build dance:
$ ./configure $ make $ make install
Flags
| OpenVPN a tool for creating and connecting to virtual private networks.
Creating a Static Key VPN: OpenVPN/Static Key Configuring Your DNS: DNS
|