OpenVPN: Difference between revisions

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


==== Docker ====
==== Docker ====
[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".
[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] and [https://medium.com/@gurayy/set-up-a-vpn-server-with-docker-in-5-minutes-a66184882c45 here] are some instructions.  Not going there, Keith "you don't want to mix security concerns", Tom "KISS".

Revision as of 19:16, 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 and here are some instructions. Not going there, Keith "you don't want to mix security concerns", Tom "KISS".