meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:openvpn:docker [2019/03/25 13:58] – created niziaklinux:openvpn:docker [2020/09/03 10:03] (current) niziak
Line 1: Line 1:
 +====== OpenVPN in Docker ======
 +
 +Good for creating central point to connect multiple clients.
 +Bad for acting as VPN server to interconect local infrastructure with remote clients:
 + - iptables firewalling issues from Docker (CT state match doesn't work properly)
 + - network and routing issues
 +
 ====== kylemanna/docker-openvpn ====== ====== kylemanna/docker-openvpn ======
  
  OpenVPN server in a Docker container complete with an EasyRSA PKI CA: [[https://github.com/kylemanna/docker-openvpn|kylemanna/docker-openvpn]]  OpenVPN server in a Docker container complete with an EasyRSA PKI CA: [[https://github.com/kylemanna/docker-openvpn|kylemanna/docker-openvpn]]