Open mikul9 opened 2 months ago
@qdm12 is more or less the only maintainer of this project and works on it in his free time. Please:
Having the exact same issue here with openvpn connections on airvpn. Wireguard connections on airvpn continue to work just fine on the latest image.
This is due to Openvpn trying to use IPv6, and your Docker setup probably doesn't support it. It could also be due to the upgrade from openvpn 2.5 to 2.6.
LOG_LEVEL=debug
, what IPv6 relevant lines do you get (for example IPv6 is supported by link ....
)?qmcgaw/gluetun:v3.39.0
with OPENVPN_VERSION=2.5
?qmcgaw/gluetun:v3.38.1
?also please use v3.x.x tagged images, not pr-2285
. I have no idea what that image tag (for PR #2285) and it's hard for me to debug.
qmcgaw/gluetun:v3.39.0 with OPENVPN_VERSION=2.5: Same issue qmcgaw/gluetun:v3.38.1 without OPENVPN_VERSION=2.5: Working Related error in log:
2024/09/20 13:07:47,stdout,2024-09-20T13:07:47-07:00 INFO [openvpn] Exiting due to fatal error
2024/09/20 13:07:47,stdout,2024-09-20T13:07:47-07:00 INFO [openvpn] Linux ip -6 addr add failed: external program exited with error status: 2
2024/09/20 13:07:47,stdout,2024-09-20T13:07:47-07:00 ERROR [openvpn] RTNETLINK answers: Permission denied
2024/09/20 13:07:47,stdout,2024-09-20T13:07:47-07:00 INFO [openvpn] /sbin/ip -6 addr add fde6:7a:7d20:1b7a::10ab/64 dev tun0
2024/09/20 13:07:47,stdout,2024-09-20T13:07:47-07:00 INFO [openvpn] /sbin/ip link set dev tun0 up
Confirmed that qmcgaw/gluetun:v3.38.1 is working.
I have had the same issue with the last few updates. When ever I go back to 3.39 and even the new 3.39.1 it works. With each pull of latest it does the udpv6 error. I tried to add a environment variable to stop it from using ip6 but that didn't seem to help.
Same issue, i go back to V3.38.0 and no problems anymore.
Is this urgent?
No
Host OS
DSM 7.21 (Synology)
CPU arch
x86_64
VPN service provider
AirVPN
What are you using to run the container
docker run
What is the version of Gluetun
Running version latest built on 2024-08-25T07:04:32.409Z (commit 01fa993)
What's the problem 🤔
Failure to connect to AirVPN after update to the latest version. The problem persists with the firewall disabled. Moving back to pr-2285 works.
Share your logs (at least 10 lines)
Share your configuration