-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Privado: custom endpoint port is not allowed #2347
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
Yep, have the same error with protonvpn after image update |
@Qballjos I'm not sure I follow. Privado only supports Openvpn UDP on port 1194 which is the default. Running for example Also, WHAT GLUETUN VERSION ARE YOU USING!????? It's logged at the top of the logs. @Amlor Please create an issue with required fields information and details, since I really cannot help you without additional information, and this issue is about Privado. |
Hi, I think I have the same issue this person tried to report to. Here's my compose : gluetun:
image: qmcgaw/gluetun:latest
container_name: gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 9865:9865/tcp
volumes:
- /volume2/docker/gluetun:/gluetun
# - /volume2/docker/gluetun/wireguard/wg0.conf:/gluetun/wireguard/wg0.conf
environment:
- PUID=1029
- PGID=100
- TZ=Europe/Paris
# - VPN_SERVICE_PROVIDER=custom #config wireguard
# - VPN_TYPE=wireguard #config wireguard
# - VPN_PORT_FORWARDING_PROVIDER=protonvpn #config wireguard
- VPN_SERVICE_PROVIDER=protonvpn #config openvpn
- VPN_PORT_FORWARDING_USER=sdfsdfsdfs+pmp #config openvpn
- VPN_PORT_FORWARDING_PASSWORD=sdfsdfsdfsdfsdf #config openvpn
- VPN_PORT_FORWARDING=on #config openvpn
- SERVER_CITIES=paris #config openvpn
- FIREWALL_OUTBOUND_SUBNETS=172.17.0.0/16,192.168.1.0/24
- UPDATER_PERIOD=24h
- BLOCK_MALICIOUS=off
- BLOCK_SURVEILLANCE=off
- BLOCK_ADS=off
network_mode: bridge
labels:
- com.centurylinklabs.watchtower.enable=false
security_opt:
- no-new-privileges:true
restart: unless-stopped Here's some log :
|
Gluetun seems to keep trying to read config files instead of just following env settings. I modified the "wg0.conf" to "wg0.conf.old", which gluetun shouldn't use as it's configured to use openvpn, and now gluetun say this : To my understanding, with my env settings, gluetun shouldn't read any config file... edit : this last one was fixed by usin OPENVPN_USER/PASSWORD instead of VPN_PORT_FORWARDING_USER/PASSWORD |
You got it! Thanks 💯 Looking into it. It does read everything (both wireguard and openvpn) in case you want to switch 'live' from one to another, in the future (still work in progress).
yes that warning logs was a bug fixed in a03041c |
- Split `VPN_ENDPOINT_IP` in `OPENVPN_ENDPOINT_IP` and `WIREGUARD_ENDPOINT_IP` - Split `VPN_ENDPOINT_PORT` in `OPENVPN_ENDPOINT_PORT` and `WIREGUARD_ENDPOINT_PORT` - Fixes bad usage of Wireguard config file endpoint for OpenVPN #2347
This bug was introduced in ecc80a5 after the v3.38.0 release. It's fixed in 36c8da7 which, as a side effect, also changes, with retro-compatibility:
This (retro-compatible) change will be documented in the wiki soon ™️ |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Discussed in #2346
Originally posted by Qballjos July 5, 2024
unable to setup this container with provider Privado selected, not with the template or docker compose.
It seems that it is stuck trying to use port 51820
also used custom config with privado settings and manualy changing the hostname to an ip still not picking up the wanted port 1194
The text was updated successfully, but these errors were encountered: