OpenVPN: Difference between revisions
(Created page with "Watch out, OpenVPN has tried to monetize with their "Access Server" product. What you want is OpenVPN "Open Source" aka "OSS". It's available with most distro's package mana...") |
No edit summary |
||
Line 1: | Line 1: | ||
Watch out, OpenVPN has tried to monetize with their "Access Server" product. What you want is OpenVPN "Open Source" aka "OSS" | Watch out, OpenVPN has tried to monetize with their "Access Server" product. What you want is OpenVPN "Open Source" aka "OSS". | ||
==== Install ==== | ==== Install ==== | ||
===== Debian ===== | ===== Debian ===== | ||
OpenVPN (OSS) is available with most distros' package managers. | |||
sudo apt install openvpn | sudo apt install openvpn | ||
===== Docker ===== | |||
[https://github.com/kylemanna/docker-openvpn This] seems to be a good starting point. |
Revision as of 15:06, 2 February 2022
Watch out, OpenVPN has tried to monetize with their "Access Server" product. What you want is OpenVPN "Open Source" aka "OSS".
Install
Debian
OpenVPN (OSS) is available with most distros' package managers.
sudo apt install openvpn
Docker
This seems to be a good starting point.