Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no connection on page #33

Open
Ganzhans opened this issue Feb 18, 2023 · 1 comment
Open

no connection on page #33

Ganzhans opened this issue Feb 18, 2023 · 1 comment

Comments

@Ganzhans
Copy link

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:
- NET_ADMIN
image: kylemanna/openvpn
container_name: openvpn
ports:
- "1194:1194/udp"
restart: always
volumes:
- ./openvpn:/etc/openvpn
web:
image: ruimarinho/openvpn-monitor
environment:
- OPENVPNMONITOR_DEFAULT_DATETIMEFORMAT=%%d/%%m/%%Y
- OPENVPNMONITOR_DEFAULT_LATITUDE=-3
- OPENVPNMONITOR_DEFAULT_LONGITUDE=14
- OPENVPNMONITOR_DEFAULT_MAPS=True
- OPENVPNMONITOR_DEFAULT_MAPSHEIGHT=500
- OPENVPNMONITOR_DEFAULT_SITE=Live
- OPENVPNMONITOR_SITES_0_ALIAS=server
- OPENVPNMONITOR_SITES_0_HOST=192.168.2.145
- OPENVPNMONITOR_SITES_0_NAME=server1
- OPENVPNMONITOR_SITES_0_PORT=5555
- OPENVPNMONITOR_SITES_0_SHOWDISCONNECT=True
ports:
- '8187:80'
restart: unless-stopped

@usmcamp0811
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants