ruimarinho / docker-openvpn-monitor

The trusted multi-platform web-based OpenVPN Monitor docker image.
MIT License
101 stars 27 forks source link

no connection on page #33

Open Ganzhans opened 1 year ago

Ganzhans commented 1 year ago

VPN server (as a docker package also ) is running and I can't connect to the server from an other client the web site runs but keeps saying :

Could not connect to ..........

I try for OPENVPNMONITOR_SITES_0_HOST= my internal server ip / domain name but nothing works for me.

I used a docker VPN so I add management 0.0.0.0 5555 tot openvpn.conf this is my docker compose :

version: "3" services: openvpn: depends_on: [web] cap_add:

usmcamp0811 commented 1 year ago

I'm currently having a similar problem trying to deploy my setup to Kubernetes. It seems like there is some network traffic getting blocked or lost along the way. I don't know what it is; Everything works fine with my docker-compose setup found here. If I deploy things in seperate docker-compose or in just different docker run commands the monitor will not connect.