kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.71k stars 2.39k forks source link

Forward server TCP services into the container for 2 way communication with VPN clients #527

Open albertoZurini opened 4 years ago

albertoZurini commented 4 years ago

Is there any way I can:

  1. Access a server HTTP resource from a client (eg. python -m http.server on the server running the docker container)
  2. Access client services from the server (eg. python -m http.server run on a client and my server hosting the docker container trying to access it)
chriamue commented 4 years ago

There is a related issue which I could not reproduce right now: https://github.com/kylemanna/docker-openvpn/issues/408, https://github.com/kylemanna/docker-openvpn/issues/443