Skip to main content

All Questions

Tagged with
1 vote
0 answers
344 views

Chaining VPNs by docker

I want to use Lokinet over a primary vpn. The way I know (I'm noob) is using two docker containers one for primary VPN and one for Lokinet. So I created a docker for primary VPN called openvpn (it ...
East Activist's user avatar
1 vote
0 answers
285 views

openvpn server sometimes work on client with terminal, but not with networkmanager

I am trying to get my openvpn server and client working. My server is a cent os 7 mashine and my client is mint sylvia. I followed this tutorial on youtube with docker(link german) This are the ...
c00L's user avatar
  • 111
2 votes
1 answer
4k views

Docker: nginx-proxy through openvpn tunnel

I am trying to use DigitalOcean VPS as a openVPN server to access services (e.g. nextcloud) hosted on my home network through subdomains (e.g. nextcloud.example.com). I have set up the following: [...
Svarto's user avatar
  • 135
12 votes
1 answer
4k views

Connect to a VPN (OpenVPN) from a docker service on swarm

I have an OpenVPN server running exposing some private IP addresses, I would like my docker swarm services to access those addresses. Ideally, there wouldn't be an OpenVPN client "inside" the ...
user avatar