docker-openvpn-client icon indicating copy to clipboard operation
docker-openvpn-client copied to clipboard

OpenVPN Client for Docker

Results 8 docker-openvpn-client issues
Sort by recently updated
recently updated
newest added

I need a few different VPN connections for other other containers. Is the a way to create a few instances of docker-openvpn-client and have them share the all their vpn...

here is what docker logs say agter running commands: `2021-01-02T20:17:31.951275426Z Options error: In [CMD-LINE]:1: Error opening configuration file: /vpn/client.conf` this is my run.sh file: ``` docker run -d --name vpn-client...

I'm noticing that even when I have the VPN connected, I'm still seeing some traffic bleed out to the unencrypted network. For example, running transmission as another container (using --net=container:OpenVPN-Client),...

I connect just fine with the setup, however I want to share the vpn-clients tun0 with another container. docker run -it --rm --net=container:vpn-client dbarton/utorrent doesnt work for me. I even...

So in my setup I have all the config files in one place, so I tired to move them but now the client can't start saying: Options error: In [CMD-LINE]:1:...

Hello, Is there a way I can start this container using docker compose environment variables? How do I set these config options as stated in the readme? `--config /vpn/client.conf --askpass...

I noticed the following today that the OpenVPN client was unable to reconnect when the session timed out. The the inactivity timeout occurred and the VPN connection was lost, the...