OpenVPN: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 2: Line 2:


=== Configure ===
=== Configure ===


=== Install ===
=== Install ===
Line 10: Line 13:


==== Docker ====
==== Docker ====
[https://github.com/kylemanna/docker-openvpn This] seems to be a good starting point.  Not going there, Keith "you don't want to mix security concerns", Tom "KISS".
[https://github.com/kylemanna/docker-openvpn This] seems to be a good starting point [https://www.digitalocean.com/community/tutorials/how-to-run-openvpn-in-a-docker-container-on-ubuntu-14-04?utm_source=githubreadme here] are some instructions.  Not going there, Keith "you don't want to mix security concerns", Tom "KISS".

Revision as of 19:15, 2 February 2022

Watch out, OpenVPN has tried to monetize with their "Access Server" product. What you want is OpenVPN "Open Source" aka "OSS".

Configure

Install

Debian

OpenVPN (OSS) is available with most distros' package managers.

sudo apt install openvpn

Docker

This seems to be a good starting point here are some instructions. Not going there, Keith "you don't want to mix security concerns", Tom "KISS".