qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
269 stars 31 forks source link

OPENVPN errors with SlickVPN provider #39

Closed renhardy closed 4 months ago

renhardy commented 4 months ago

I have been trying to setup gluetun with slickVPN for a little while and I keep getting errors preventing connection to this provider.

I have read this issue: https://github.com/qdm12/gluetun/pull/961#issuecomment-1163052359 but failed to fix my problem which seems a bit different.

2024-02-05T11:02:22-05:00 WARN OpenVPN 2.5 uses OpenSSL 3 which prohibits the usage of weak security in today's standards. slickvpn uses weak security which is out of Gluetun's control so the only workaround is to allow such weaknesses using the OpenVPN option tls-cipher "DEFAULT:@SECLEVEL=0". You might want to reach to your provider so they upgrade their certificates. Once this is done, you will have to let the Gluetun maintainers know by creating an issue, attaching the new certificate and we will update Gluetun. 2024-02-05T11:02:22-05:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.2 and family v4 2024-02-05T11:02:22-05:00 INFO [routing] adding route for 0.0.0.0/0 2024-02-05T11:02:22-05:00 INFO [firewall] setting allowed subnets... 2024-02-05T11:02:22-05:00 INFO [routing] default route found: interface eth0, gateway 172.19.0.1, assigned IP 172.19.0.2 and family v4 2024-02-05T11:02:22-05:00 INFO [dns] using plaintext DNS at address 1.1.1.1 2024-02-05T11:02:22-05:00 INFO [http server] http server listening on [::]:8000 2024-02-05T11:02:22-05:00 INFO [healthcheck] listening on 127.0.0.1:9999 2024-02-05T11:02:22-05:00 INFO [firewall] allowing VPN connection... 2024-02-05T11:02:22-05:00 INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov 2 2022 2024-02-05T11:02:22-05:00 INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10 2024-02-05T11:02:22-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]67.215.7.10:443 2024-02-05T11:02:22-05:00 INFO [openvpn] UDP link local: (not bound) 2024-02-05T11:02:22-05:00 INFO [openvpn] UDP link remote: [AF_INET]67.215.7.10:443 2024-02-05T11:02:22-05:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1549', remote='link-mtu 1557' 2024-02-05T11:02:22-05:00 WARN [openvpn] 'auth' is used inconsistently, local='auth [null-digest]', remote='auth SHA1' 2024-02-05T11:02:22-05:00 INFO [openvpn] [VPN] Peer Connection Initiated with [AF_INET]67.215.7.10:443 2024-02-05T11:02:23-05:00 INFO [openvpn] TUN/TAP device tun0 opened 2024-02-05T11:02:23-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2024-02-05T11:02:23-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2024-02-05T11:02:23-05:00 INFO [openvpn] /sbin/ip addr add dev tun0 local 10.10.8.10 peer 10.10.8.9 2024-02-05T11:02:23-05:00 INFO [openvpn] UID set to nonrootuser 2024-02-05T11:02:23-05:00 INFO [openvpn] Initialization Sequence Completed 2024-02-05T11:02:23-05:00 INFO [dns] downloading DNS over TLS cryptographic files 2024-02-05T11:02:28-05:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN 2024-02-05T11:02:28-05:00 INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md 2024-02-05T11:02:28-05:00 INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION 2024-02-05T11:02:28-05:00 INFO [vpn] stopping 2024-02-05T11:02:28-05:00 ERROR [vpn] cannot get version information: Get "https://api.github.com/repos/qdm12/gluetun/commits": context canceled 2024-02-05T11:02:28-05:00 INFO [vpn] starting 2024-02-05T11:02:28-05:00 INFO [firewall] allowing VPN connection... 2024-02-05T11:02:28-05:00 INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov 2 2022 2024-02-05T11:02:28-05:00 INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10 2024-02-05T11:02:28-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]67.215.7.10:443 2024-02-05T11:02:28-05:00 INFO [openvpn] UDP link local: (not bound) 2024-02-05T11:02:28-05:00 INFO [openvpn] UDP link remote: [AF_INET]67.215.7.10:443 2024-02-05T11:02:28-05:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1549', remote='link-mtu 1557' 2024-02-05T11:02:28-05:00 WARN [openvpn] 'auth' is used inconsistently, local='auth [null-digest]', remote='auth SHA1' 2024-02-05T11:02:28-05:00 INFO [openvpn] [VPN] Peer Connection Initiated with [AF_INET]67.215.7.10:443 2024-02-05T11:02:28-05:00 WARN [dns] cannot update files: Get "https://www.internic.net/domain/named.root": dial tcp: lookup www.internic.net on 1.1.1.1:53: dial udp 1.1.1.1:53: connect: network is unreachable 2024-02-05T11:02:28-05:00 INFO [dns] attempting restart in 10s 2024-02-05T11:02:30-05:00 INFO [openvpn] TUN/TAP device tun0 opened 2024-02-05T11:02:30-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2024-02-05T11:02:30-05:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2024-02-05T11:02:30-05:00 INFO [openvpn] /sbin/ip addr add dev tun0 local 10.10.8.26 peer 10.10.8.25 2024-02-05T11:02:30-05:00 ERROR [openvpn] RTNETLINK answers: No such device 2024-02-05T11:02:30-05:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2024-02-05T11:02:30-05:00 ERROR [openvpn] RTNETLINK answers: No such process 2024-02-05T11:02:30-05:00 ERROR [openvpn] Linux route delete command failed: external program exited with error status: 2 2024-02-05T11:02:30-05:00 INFO [openvpn] UID set to nonrootuser 2024-02-05T11:02:30-05:00 INFO [openvpn] Initialization Sequence Completed 2024-02-05T11:02:38-05:00 INFO [dns] downloading DNS over TLS cryptographic files 2024-02-05T11:02:40-05:00 INFO [openvpn] Authenticate/Decrypt packet error: packet HMAC authentication failed 2024-02-05T11:02:41-05:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN 2024-02-05T11:02:41-05:00 INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md 2024-02-05T11:02:41-05:00 INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION 2024-02-05T11:02:41-05:00 INFO [vpn] stopping 2024-02-05T11:02:41-05:00 INFO [vpn] starting 2024-02-05T11:02:41-05:00 INFO [firewall] allowing VPN connection... 2024-02-05T11:02:41-05:00 INFO [openvpn] OpenVPN 2.5.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov 2 2022 2024-02-05T11:02:41-05:00 INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10 2024-02-05T11:02:41-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]173.209.62.178:443 2024-02-05T11:02:41-05:00 INFO [openvpn] UDP link local: (not bound) 2024-02-05T11:02:41-05:00 INFO [openvpn] UDP link remote: [AF_INET]173.209.62.178:443 2024-02-05T11:02:41-05:00 INFO [openvpn] Network unreachable, restarting 2024-02-05T11:02:41-05:00 INFO [openvpn] SIGUSR1[soft,network-unreachable] received, process restarting 2024-02-05T11:02:43-05:00 ERROR [ip getter] Get "https://ipinfo.io/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) - retrying in 5s 2024-02-05T11:02:43-05:00 WARN [dns] cannot update files: Get "https://www.internic.net/domain/named.root": dial tcp: lookup www.internic.net on 1.1.1.1:53: dial udp 1.1.1.1:53: connect: network is unreachable 2024-02-05T11:02:43-05:00 INFO [dns] attempting restart in 20s 2024-02-05T11:02:48-05:00 ERROR [ip getter] Get "https://ipinfo.io/": dial tcp: lookup ipinfo.io on 1.1.1.1:53: dial udp 1.1.1.1:53: connect: network is unreachable - retrying in 10s

I am not competent enough to pinpoint the source of the problem or to see if the openvpn errors are related or are different issues.

Any help resolving my issues would be greatly appreciated