qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
7.69k stars 359 forks source link

Bug: gluetun does not recreate forwarded_port-file after reconnect #1670

Closed tinyoverflow closed 1 year ago

tinyoverflow commented 1 year ago

Is this urgent?

Yes

Host OS

Synology DSM 7.2

CPU arch

x86_64

VPN service provider

Private Internet Access

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version v3.34.3 built on 2023-05-31T14:57:40.709Z (commit 42caa64)

What's the problem πŸ€”

When the VPN reconnects due to a disconnect (eg. forced router disconnect by the ISP), it removes the forwarded_port file but does not create a new one. This only seems to happen when gluetun itself realized that the VPN has disconnected. A disconnect for just a few seconds, which doesn't trigger a OVPN failure, works fine.

This is at least true for Private Internet Access. I do not have any other provider to test it with.

I think that this is urgent, as some applications absolutely require a port which isn't available to be read once the VPN reconnects. Therefore the port in those dependent applications cannot be updated.

Share your logs

Log ```plain text It is rotated: 2023-06-09T11:55:36+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-09T11:32:46+02:00 INFO [healthcheck] healthy! 2023-06-09T11:32:43+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-09T08:55:21+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-09T06:14:59+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-09T04:13:21+02:00 INFO [healthcheck] healthy! 2023-06-09T04:13:14+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-09T03:39:32+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-09T00:39:08+02:00 INFO [ip getter] Public IP address is 212.102.57.68 (Germany, Hesse, Frankfurt am Main) 2023-06-09T00:39:08+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T21:39:32+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T21:20:50+02:00 INFO [healthcheck] healthy! 2023-06-08T21:20:49+02:00 INFO [ip getter] Public IP address is 212.102.57.68 (Germany, Hesse, Frankfurt am Main) 2023-06-08T21:20:48+02:00 INFO [vpn] VPN gateway IP address: 10.3.110.1 2023-06-08T21:20:48+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T21:20:48+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T21:20:48+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T21:20:48+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T21:20:48+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.3.110.135/24 2023-06-08T21:20:48+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T21:20:48+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T21:20:48+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T21:20:48+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.68:1197 2023-06-08T21:20:48+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T21:20:48+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T21:20:48+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T21:20:46+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.68:1197 2023-06-08T21:20:46+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T21:20:46+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.68:1197 2023-06-08T21:20:46+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T21:20:46+02:00 INFO [openvpn] *** 2023-06-08T21:20:46+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T21:20:46+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T21:20:46+02: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 2023-06-08T21:20:46+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T21:20:46+02:00 INFO [vpn] starting 2023-06-08T21:20:46+02:00 INFO [vpn] stopping 2023-06-08T21:20:46+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T21:20:44+02:00 INFO [ip getter] Public IP address is 212.102.57.68 (Germany, Hesse, Frankfurt am Main) 2023-06-08T21:20:44+02:00 INFO [vpn] VPN gateway IP address: 10.3.110.1 2023-06-08T21:20:44+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T21:20:44+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T21:20:44+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T21:20:44+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T21:20:44+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.3.110.135/24 2023-06-08T21:20:44+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T21:20:44+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T21:20:44+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T21:20:44+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.68:1197 2023-06-08T21:20:44+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T21:20:44+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T21:20:44+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T21:20:30+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.68:1197 2023-06-08T21:20:30+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T21:20:30+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.68:1197 2023-06-08T21:20:30+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T21:20:30+02:00 INFO [openvpn] *** 2023-06-08T21:20:30+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T21:20:30+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T21:20:30+02: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 2023-06-08T21:20:29+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T21:20:29+02:00 INFO [vpn] starting 2023-06-08T21:20:29+02:00 INFO [vpn] stopping 2023-06-08T21:20:29+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T21:20:18+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.35:1197 2023-06-08T21:20:18+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T21:20:18+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.35:1197 2023-06-08T21:20:18+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T21:20:18+02:00 INFO [openvpn] *** 2023-06-08T21:20:18+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T21:20:18+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T21:20:18+02: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 2023-06-08T21:20:18+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T21:20:18+02:00 INFO [vpn] starting 2023-06-08T21:20:18+02:00 INFO [vpn] stopping 2023-06-08T21:20:18+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T21:20:10+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.132.229:443: i/o timeout 2023-06-08T21:13:35+02:00 INFO [healthcheck] healthy! 2023-06-08T21:13:32+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T20:59:00+02:00 INFO [healthcheck] healthy! 2023-06-08T20:58:59+02:00 INFO [ip getter] Public IP address is 216.24.213.35 (Germany, Hesse, Frankfurt am Main) 2023-06-08T20:58:58+02:00 INFO [vpn] VPN gateway IP address: 10.29.110.1 2023-06-08T20:58:58+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T20:58:58+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T20:58:58+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T20:58:58+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T20:58:58+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.29.110.9/24 2023-06-08T20:58:58+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T20:58:58+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T20:58:58+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T20:58:58+02:00 INFO [openvpn] [frankfurt413] Peer Connection Initiated with [AF_INET]216.24.213.35:1197 2023-06-08T20:58:58+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T20:58:58+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T20:58:58+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T20:58:56+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.35:1197 2023-06-08T20:58:56+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:58:56+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.35:1197 2023-06-08T20:58:56+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:58:56+02:00 INFO [openvpn] *** 2023-06-08T20:58:56+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:58:56+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:58:56+02: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 2023-06-08T20:58:56+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:58:56+02:00 INFO [vpn] starting 2023-06-08T20:58:56+02:00 INFO [vpn] stopping 2023-06-08T20:58:56+02:00 INFO [healthcheck] program has been unhealthy for 31s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:58:55+02:00 INFO [vpn] VPN gateway IP address: 10.29.110.1 2023-06-08T20:58:55+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T20:58:55+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T20:58:55+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T20:58:55+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T20:58:55+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.29.110.9/24 2023-06-08T20:58:55+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T20:58:55+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T20:58:55+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T20:58:55+02:00 INFO [openvpn] [frankfurt413] Peer Connection Initiated with [AF_INET]216.24.213.35:1197 2023-06-08T20:58:55+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T20:58:55+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T20:58:55+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T20:58:25+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.35:1197 2023-06-08T20:58:25+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:58:25+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.35:1197 2023-06-08T20:58:25+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:58:25+02:00 INFO [openvpn] *** 2023-06-08T20:58:25+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:58:25+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:58:25+02: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 2023-06-08T20:58:24+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:58:24+02:00 INFO [vpn] starting 2023-06-08T20:58:24+02:00 INFO [vpn] stopping 2023-06-08T20:58:24+02:00 INFO [healthcheck] program has been unhealthy for 26s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:57:57+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.23:1197 2023-06-08T20:57:57+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:57:57+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.23:1197 2023-06-08T20:57:57+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:57:57+02:00 INFO [openvpn] *** 2023-06-08T20:57:57+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:57:57+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:57:57+02: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 2023-06-08T20:57:57+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:57:57+02:00 INFO [vpn] starting 2023-06-08T20:57:57+02:00 INFO [vpn] stopping 2023-06-08T20:57:57+02:00 INFO [healthcheck] program has been unhealthy for 21s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:57:34+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.34:1197 2023-06-08T20:57:34+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:57:34+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.34:1197 2023-06-08T20:57:34+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:57:34+02:00 INFO [openvpn] *** 2023-06-08T20:57:34+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:57:34+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:57:34+02: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 2023-06-08T20:57:34+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:57:34+02:00 INFO [vpn] starting 2023-06-08T20:57:34+02:00 INFO [vpn] stopping 2023-06-08T20:57:34+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:57:18+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.23:1197 2023-06-08T20:57:18+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:57:18+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.23:1197 2023-06-08T20:57:18+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:57:18+02:00 INFO [openvpn] *** 2023-06-08T20:57:18+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:57:18+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:57:18+02: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 2023-06-08T20:57:18+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:57:18+02:00 INFO [vpn] starting 2023-06-08T20:57:18+02:00 INFO [vpn] stopping 2023-06-08T20:57:18+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:57:07+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.35:1197 2023-06-08T20:57:07+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T20:57:07+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.35:1197 2023-06-08T20:57:07+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T20:57:07+02:00 INFO [openvpn] *** 2023-06-08T20:57:07+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T20:57:07+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T20:57:07+02: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 2023-06-08T20:57:07+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T20:57:07+02:00 INFO [vpn] starting 2023-06-08T20:57:07+02:00 INFO [vpn] stopping 2023-06-08T20:57:07+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T20:56:59+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.132.229:443: i/o timeout 2023-06-08T18:39:32+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T17:25:58+02:00 INFO [ip getter] Public IP address is 212.102.57.95 (Germany, Hesse, Frankfurt am Main) 2023-06-08T17:25:57+02:00 INFO [healthcheck] healthy! 2023-06-08T17:25:55+02:00 INFO [vpn] VPN gateway IP address: 10.30.110.1 2023-06-08T17:25:55+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T17:25:55+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T17:25:55+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T17:25:55+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T17:25:55+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.30.110.110/24 2023-06-08T17:25:55+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T17:25:55+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T17:25:55+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T17:25:55+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.95:1197 2023-06-08T17:25:55+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T17:25:55+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T17:25:55+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T17:25:53+02:00 INFO [ip getter] retrying in 5s 2023-06-08T17:25:53+02:00 ERROR [ip getter] Get "https://ipinfo.io/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) 2023-06-08T17:25:49+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.95:1197 2023-06-08T17:25:49+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:25:49+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.95:1197 2023-06-08T17:25:49+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:25:49+02:00 INFO [openvpn] *** 2023-06-08T17:25:49+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:25:49+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:25:49+02: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 2023-06-08T17:25:48+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:25:48+02:00 INFO [vpn] starting 2023-06-08T17:25:48+02:00 INFO [vpn] stopping 2023-06-08T17:25:48+02:00 INFO [healthcheck] program has been unhealthy for 21s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:25:33+02:00 INFO [ip getter] retrying in 5s 2023-06-08T17:25:33+02:00 ERROR [ip getter] Get "https://ipinfo.io/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) 2023-06-08T17:25:25+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.16:1197 2023-06-08T17:25:25+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:25:25+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.16:1197 2023-06-08T17:25:25+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:25:25+02:00 INFO [openvpn] *** 2023-06-08T17:25:25+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:25:25+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:25:25+02: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 2023-06-08T17:25:25+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:25:25+02:00 INFO [vpn] starting 2023-06-08T17:25:25+02:00 INFO [vpn] stopping 2023-06-08T17:25:25+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:25:13+02:00 INFO [ip getter] retrying in 5s 2023-06-08T17:25:13+02:00 ERROR [ip getter] Get "https://ipinfo.io/": context deadline exceeded (Client.Timeout exceeded while awaiting headers) 2023-06-08T17:25:09+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.23:1197 2023-06-08T17:25:09+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:25:09+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.23:1197 2023-06-08T17:25:09+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:25:09+02:00 INFO [openvpn] *** 2023-06-08T17:25:09+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:25:09+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:25:09+02: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 2023-06-08T17:25:09+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:25:09+02:00 INFO [vpn] starting 2023-06-08T17:25:09+02:00 INFO [vpn] stopping 2023-06-08T17:25:09+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:24:58+02:00 INFO [vpn] VPN gateway IP address: 10.3.110.1 2023-06-08T17:24:58+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T17:24:58+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T17:24:58+02:00 WARN [openvpn] Previous error details: Linux route add command failed: external program exited with error status: 2 2023-06-08T17:24:58+02:00 ERROR [openvpn] OpenVPN tried to add an IP route which already exists (RTNETLINK answers: File exists) 2023-06-08T17:24:58+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.3.110.135/24 2023-06-08T17:24:58+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T17:24:58+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T17:24:58+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T17:24:58+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.68:1197 2023-06-08T17:24:58+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T17:24:58+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T17:24:58+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T17:24:58+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.68:1197 2023-06-08T17:24:58+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:24:58+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.68:1197 2023-06-08T17:24:58+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:24:58+02:00 INFO [openvpn] *** 2023-06-08T17:24:58+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:24:58+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:24:58+02: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 2023-06-08T17:24:58+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:24:58+02:00 INFO [vpn] starting 2023-06-08T17:24:58+02:00 INFO [vpn] stopping 2023-06-08T17:24:58+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:24:50+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.132.229:443: i/o timeout 2023-06-08T17:24:27+02:00 INFO [healthcheck] healthy! 2023-06-08T17:24:25+02:00 INFO [ip getter] Public IP address is 216.24.213.23 (Germany, Hesse, Frankfurt am Main) 2023-06-08T17:24:25+02:00 INFO [vpn] VPN gateway IP address: 10.17.110.1 2023-06-08T17:24:25+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T17:24:25+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T17:24:25+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.17.110.13/24 2023-06-08T17:24:25+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T17:24:25+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T17:24:25+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T17:24:25+02:00 INFO [openvpn] [frankfurt413] Peer Connection Initiated with [AF_INET]216.24.213.23:1197 2023-06-08T17:24:25+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T17:24:25+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T17:24:25+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T17:24:25+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.23:1197 2023-06-08T17:24:25+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:24:25+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.23:1197 2023-06-08T17:24:25+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:24:25+02:00 INFO [openvpn] *** 2023-06-08T17:24:25+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:24:25+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:24:25+02: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 2023-06-08T17:24:25+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:24:25+02:00 INFO [vpn] starting 2023-06-08T17:24:25+02:00 INFO [vpn] stopping 2023-06-08T17:24:25+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:24:24+02:00 INFO [ip getter] Public IP address is 216.24.213.19 (Germany, Hesse, Frankfurt am Main) 2023-06-08T17:24:23+02:00 INFO [vpn] VPN gateway IP address: 10.13.110.1 2023-06-08T17:24:23+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T17:24:23+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T17:24:23+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.13.110.18/24 2023-06-08T17:24:23+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T17:24:23+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T17:24:23+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T17:24:23+02:00 INFO [openvpn] [frankfurt413] Peer Connection Initiated with [AF_INET]216.24.213.19:1197 2023-06-08T17:24:23+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T17:24:23+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T17:24:23+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T17:24:09+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.19:1197 2023-06-08T17:24:09+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:24:09+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.19:1197 2023-06-08T17:24:09+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:24:09+02:00 INFO [openvpn] *** 2023-06-08T17:24:09+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:24:09+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:24:09+02: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 2023-06-08T17:24:09+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:24:09+02:00 INFO [vpn] starting 2023-06-08T17:24:09+02:00 INFO [vpn] stopping 2023-06-08T17:24:09+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:23:57+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.24:1197 2023-06-08T17:23:57+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T17:23:57+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.24:1197 2023-06-08T17:23:57+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T17:23:57+02:00 INFO [openvpn] *** 2023-06-08T17:23:57+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T17:23:57+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T17:23:57+02: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 2023-06-08T17:23:57+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T17:23:57+02:00 INFO [vpn] starting 2023-06-08T17:23:57+02:00 INFO [vpn] stopping 2023-06-08T17:23:57+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T17:23:49+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T17:22:41+02:00 INFO [healthcheck] healthy! 2023-06-08T17:22:39+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T15:34:57+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T12:39:23+02:00 INFO [healthcheck] healthy! 2023-06-08T12:39:23+02:00 INFO [dns over tls] ready 2023-06-08T12:39:23+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T12:39:23+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T12:39:23+02:00 INFO [dns over tls] start of service (unbound 1.17.1). 2023-06-08T12:39:22+02:00 INFO [dns over tls] init module 1: iterator 2023-06-08T12:39:22+02:00 INFO [dns over tls] init module 0: validator 2023-06-08T12:39:22+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout 2023-06-08T12:39:13+02:00 INFO [dns over tls] downloading hostnames and IP block lists 2023-06-08T12:39:12+02:00 INFO [dns over tls] downloading DNS over TLS cryptographic files 2023-06-08T12:39:12+02:00 INFO [dns over tls] starting 2023-06-08T12:39:12+02:00 INFO [dns over tls] using plaintext DNS at address 1.1.1.1 2023-06-08T12:39:12+02:00 INFO [dns over tls] stopping 2023-06-08T12:39:10+02:00 INFO [dns over tls] downloading hostnames and IP block lists 2023-06-08T12:39:08+02:00 INFO [ip getter] Public IP address is 45.88.97.23 (Germany, Hesse, Frankfurt am Main) 2023-06-08T12:39:07+02:00 INFO [dns over tls] downloading DNS over TLS cryptographic files 2023-06-08T10:39:32+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T07:53:02+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T04:48:49+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T03:08:59+02:00 INFO [healthcheck] healthy! 2023-06-08T03:08:57+02:00 INFO [ip getter] Public IP address is 45.88.97.23 (Germany, Hesse, Frankfurt am Main) 2023-06-08T03:08:57+02:00 INFO [vpn] VPN gateway IP address: 10.17.110.1 2023-06-08T03:08:57+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T03:08:57+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T03:08:57+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.17.110.114/24 2023-06-08T03:08:57+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T03:08:57+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T03:08:57+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T03:08:57+02:00 INFO [openvpn] [frankfurt414] Peer Connection Initiated with [AF_INET]45.88.97.23:1197 2023-06-08T03:08:57+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T03:08:57+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T03:08:57+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T03:08:43+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.23:1197 2023-06-08T03:08:43+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:08:43+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.23:1197 2023-06-08T03:08:43+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:08:43+02:00 INFO [openvpn] *** 2023-06-08T03:08:43+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:08:43+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:08:43+02: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 2023-06-08T03:08:43+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:08:43+02:00 INFO [vpn] starting 2023-06-08T03:08:43+02:00 INFO [vpn] stopping 2023-06-08T03:08:43+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:08:27+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.23:1197 2023-06-08T03:08:27+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:08:27+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.23:1197 2023-06-08T03:08:27+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:08:27+02:00 INFO [openvpn] *** 2023-06-08T03:08:27+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:08:27+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:08:27+02: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 2023-06-08T03:08:27+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:08:26+02:00 INFO [vpn] starting 2023-06-08T03:08:26+02:00 INFO [vpn] stopping 2023-06-08T03:08:26+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:08:15+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.95:1197 2023-06-08T03:08:15+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:08:15+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.95:1197 2023-06-08T03:08:15+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:08:15+02:00 INFO [openvpn] *** 2023-06-08T03:08:15+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:08:15+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:08:15+02: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 2023-06-08T03:08:15+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:08:15+02:00 INFO [vpn] starting 2023-06-08T03:08:15+02:00 INFO [vpn] stopping 2023-06-08T03:08:15+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:08:07+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T03:06:39+02:00 INFO [healthcheck] healthy! 2023-06-08T03:06:37+02:00 INFO [ip getter] Public IP address is 216.24.213.35 (Germany, Hesse, Frankfurt am Main) 2023-06-08T03:06:37+02:00 INFO [vpn] VPN gateway IP address: 10.29.110.1 2023-06-08T03:06:37+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T03:06:37+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T03:06:37+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.29.110.9/24 2023-06-08T03:06:37+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T03:06:37+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T03:06:37+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T03:06:37+02:00 INFO [openvpn] [frankfurt413] Peer Connection Initiated with [AF_INET]216.24.213.35:1197 2023-06-08T03:06:37+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T03:06:37+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T03:06:37+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T03:06:31+02:00 INFO [openvpn] UDP link remote: [AF_INET]216.24.213.35:1197 2023-06-08T03:06:31+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:06:31+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]216.24.213.35:1197 2023-06-08T03:06:31+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:06:31+02:00 INFO [openvpn] *** 2023-06-08T03:06:31+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:06:31+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:06:31+02: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 2023-06-08T03:06:31+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:06:31+02:00 INFO [vpn] starting 2023-06-08T03:06:31+02:00 INFO [vpn] stopping 2023-06-08T03:06:31+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:06:15+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.16:1197 2023-06-08T03:06:15+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:06:15+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.16:1197 2023-06-08T03:06:15+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:06:15+02:00 INFO [openvpn] *** 2023-06-08T03:06:15+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:06:15+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:06:15+02: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 2023-06-08T03:06:14+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:06:14+02:00 INFO [vpn] starting 2023-06-08T03:06:14+02:00 INFO [vpn] stopping 2023-06-08T03:06:14+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:06:03+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.23:1197 2023-06-08T03:06:03+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:06:03+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.23:1197 2023-06-08T03:06:03+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:06:03+02:00 INFO [openvpn] *** 2023-06-08T03:06:03+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:06:03+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:06:03+02: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 2023-06-08T03:06:03+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:06:03+02:00 INFO [vpn] starting 2023-06-08T03:06:03+02:00 INFO [firewall] removing allowed port 23673... 2023-06-08T03:06:03+02:00 INFO [port forwarding] removing port file /tmp/gluetun/forwarded_port 2023-06-08T03:06:03+02:00 INFO [port forwarding] stopping 2023-06-08T03:06:03+02:00 INFO [vpn] stopping 2023-06-08T03:06:03+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:05:55+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T03:05:42+02:00 INFO [port forwarding] writing port file /tmp/gluetun/forwarded_port 2023-06-08T03:05:42+02:00 INFO [firewall] setting allowed input port 23673 through interface tun0... 2023-06-08T03:05:42+02:00 INFO [port forwarding] port forwarded is 23673 2023-06-08T03:05:42+02:00 INFO [ip getter] Public IP address is 45.88.97.16 (Germany, Hesse, Frankfurt am Main) 2023-06-08T03:05:42+02:00 INFO [healthcheck] healthy! 2023-06-08T03:05:42+02:00 INFO [port forwarding] Port forwarded data expires in 61 days 2023-06-08T03:05:42+02:00 INFO [port forwarding] Found saved forwarded port data for port 23673 2023-06-08T03:05:42+02:00 INFO [port forwarding] starting 2023-06-08T03:05:42+02:00 INFO [vpn] VPN gateway IP address: 10.10.110.1 2023-06-08T03:05:42+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T03:05:42+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T03:05:42+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.10.110.117/24 2023-06-08T03:05:42+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T03:05:42+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T03:05:42+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T03:05:42+02:00 INFO [openvpn] [frankfurt414] Peer Connection Initiated with [AF_INET]45.88.97.16:1197 2023-06-08T03:05:42+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T03:05:42+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T03:05:42+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T03:05:28+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.16:1197 2023-06-08T03:05:28+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:05:28+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.16:1197 2023-06-08T03:05:28+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:05:28+02:00 INFO [openvpn] *** 2023-06-08T03:05:28+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:05:28+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:05:28+02: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 2023-06-08T03:05:28+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:05:28+02:00 INFO [vpn] starting 2023-06-08T03:05:28+02:00 INFO [vpn] stopping 2023-06-08T03:05:28+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:05:17+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.34:1197 2023-06-08T03:05:17+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T03:05:17+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.34:1197 2023-06-08T03:05:17+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T03:05:17+02:00 INFO [openvpn] *** 2023-06-08T03:05:17+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T03:05:17+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T03:05:17+02: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 2023-06-08T03:05:17+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T03:05:17+02:00 INFO [vpn] starting 2023-06-08T03:05:17+02:00 INFO [firewall] removing allowed port 23673... 2023-06-08T03:05:17+02:00 INFO [port forwarding] removing port file /tmp/gluetun/forwarded_port 2023-06-08T03:05:17+02:00 INFO [port forwarding] stopping 2023-06-08T03:05:17+02:00 INFO [vpn] stopping 2023-06-08T03:05:17+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T03:05:09+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.133.229:443: i/o timeout 2023-06-08T02:59:29+02:00 INFO [healthcheck] healthy! 2023-06-08T02:59:28+02:00 INFO [ip getter] Public IP address is 212.102.57.95 (Germany, Hesse, Frankfurt am Main) 2023-06-08T02:59:28+02:00 INFO [port forwarding] writing port file /tmp/gluetun/forwarded_port 2023-06-08T02:59:28+02:00 INFO [firewall] setting allowed input port 23673 through interface tun0... 2023-06-08T02:59:28+02:00 INFO [port forwarding] port forwarded is 23673 2023-06-08T02:59:28+02:00 INFO [port forwarding] Port forwarded data expires in 61 days 2023-06-08T02:59:28+02:00 INFO [port forwarding] Found saved forwarded port data for port 23673 2023-06-08T02:59:28+02:00 INFO [port forwarding] starting 2023-06-08T02:59:28+02:00 INFO [vpn] VPN gateway IP address: 10.30.110.1 2023-06-08T02:59:28+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-08T02:59:28+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-08T02:59:28+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.30.110.110/24 2023-06-08T02:59:28+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-08T02:59:28+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-08T02:59:28+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-08T02:59:28+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.95:1197 2023-06-08T02:59:28+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-08T02:59:28+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-08T02:59:28+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-08T02:59:25+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.95:1197 2023-06-08T02:59:25+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T02:59:25+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.95:1197 2023-06-08T02:59:25+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T02:59:25+02:00 INFO [openvpn] *** 2023-06-08T02:59:25+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T02:59:25+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T02:59:25+02: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 2023-06-08T02:59:25+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T02:59:25+02:00 INFO [vpn] starting 2023-06-08T02:59:25+02:00 INFO [vpn] stopping 2023-06-08T02:59:25+02:00 INFO [healthcheck] program has been unhealthy for 16s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T02:59:09+02:00 INFO [openvpn] UDP link remote: [AF_INET]45.88.97.34:1197 2023-06-08T02:59:09+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T02:59:09+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.88.97.34:1197 2023-06-08T02:59:09+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T02:59:09+02:00 INFO [openvpn] *** 2023-06-08T02:59:09+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T02:59:09+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T02:59:09+02: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 2023-06-08T02:59:09+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T02:59:09+02:00 INFO [vpn] starting 2023-06-08T02:59:09+02:00 INFO [vpn] stopping 2023-06-08T02:59:09+02:00 INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T02:58:58+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.95:1197 2023-06-08T02:58:58+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-08T02:58:58+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.95:1197 2023-06-08T02:58:58+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-08T02:58:58+02:00 INFO [openvpn] *** 2023-06-08T02:58:58+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-08T02:58:58+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-08T02:58:58+02: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 2023-06-08T02:58:58+02:00 INFO [firewall] allowing VPN connection... 2023-06-08T02:58:58+02:00 INFO [vpn] starting 2023-06-08T02:58:57+02:00 INFO [firewall] removing allowed port 23673... 2023-06-08T02:58:57+02:00 INFO [port forwarding] removing port file /tmp/gluetun/forwarded_port 2023-06-08T02:58:57+02:00 INFO [port forwarding] stopping 2023-06-08T02:58:57+02:00 INFO [vpn] stopping 2023-06-08T02:58:57+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck) 2023-06-08T02:58:49+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4 104.16.132.229:443: i/o timeout 2023-06-08T02:09:58+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-08T00:39:08+02:00 INFO [ip getter] Public IP address is 212.102.57.68 (Germany, Hesse, Frankfurt am Main) 2023-06-07T23:39:32+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-07T20:56:02+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-07T18:24:31+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-07T15:41:51+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-07T12:39:22+02:00 INFO [port forwarding] writing port file /tmp/gluetun/forwarded_port 2023-06-07T12:39:22+02:00 INFO [firewall] setting allowed input port 23673 through interface tun0... 2023-06-07T12:39:22+02:00 INFO [port forwarding] port forwarded is 23673 2023-06-07T12:39:22+02:00 INFO [port forwarding] Port forwarded data expires in 62 days 2023-06-07T12:39:22+02:00 INFO [ip getter] Public IP address is 212.102.57.68 (Germany, Hesse, Frankfurt am Main) 2023-06-07T12:39:22+02:00 INFO [vpn] VPN gateway IP address: 10.3.110.1 2023-06-07T12:39:22+02:00 INFO [vpn] You are running the latest release v3.34.3 2023-06-07T12:39:22+02:00 INFO [healthcheck] healthy! 2023-06-07T12:39:22+02:00 INFO [dns over tls] ready 2023-06-07T12:39:21+02:00 INFO [dns over tls] generate keytag query _ta-4a5c-4f66. NULL IN 2023-06-07T12:39:21+02:00 INFO [dns over tls] start of service (unbound 1.17.1). 2023-06-07T12:39:21+02:00 INFO [dns over tls] init module 1: iterator 2023-06-07T12:39:21+02:00 INFO [dns over tls] init module 0: validator 2023-06-07T12:39:17+02:00 INFO [healthcheck] unhealthy: dialing: dial tcp4: lookup cloudflare.com: i/o timeout 2023-06-07T12:39:09+02:00 INFO [dns over tls] downloading hostnames and IP block lists 2023-06-07T12:39:09+02:00 INFO [healthcheck] healthy! 2023-06-07T12:39:08+02:00 INFO [dns over tls] downloading DNS over TLS cryptographic files 2023-06-07T12:39:08+02:00 INFO [openvpn] Initialization Sequence Completed 2023-06-07T12:39:08+02:00 INFO [openvpn] UID set to nonrootuser 2023-06-07T12:39:08+02:00 INFO [openvpn] /sbin/ip addr add dev tun0 10.3.110.135/24 2023-06-07T12:39:08+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up 2023-06-07T12:39:08+02:00 INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500 2023-06-07T12:39:08+02:00 INFO [openvpn] TUN/TAP device tun0 opened 2023-06-07T12:39:08+02:00 INFO [openvpn] [frankfurt406] Peer Connection Initiated with [AF_INET]212.102.57.68:1197 2023-06-07T12:39:08+02:00 WARN [openvpn] 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo' 2023-06-07T12:39:08+02:00 WARN [openvpn] 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128' 2023-06-07T12:39:08+02:00 WARN [openvpn] 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1554' 2023-06-07T12:39:07+02:00 INFO [openvpn] UDP link remote: [AF_INET]212.102.57.68:1197 2023-06-07T12:39:07+02:00 INFO [openvpn] UDP link local: (not bound) 2023-06-07T12:39:07+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.57.68:1197 2023-06-07T12:39:07+02:00 INFO [openvpn] -----END X509 CRL----- 2023-06-07T12:39:07+02:00 INFO [openvpn] *** 2023-06-07T12:39:07+02:00 INFO [openvpn] CRL: loaded 1 CRLs from file -----BEGIN X509 CRL----- 2023-06-07T12:39:07+02:00 INFO [openvpn] library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-06-07T12:39:07+02: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 2023-06-07T12:39:07+02:00 INFO [firewall] allowing VPN connection... 2023-06-07T12:39:07+02:00 INFO [dns over tls] using plaintext DNS at address 1.1.1.1 2023-06-07T12:39:07+02:00 INFO [healthcheck] listening on 127.0.0.1:9999 2023-06-07T12:39:07+02:00 INFO [http server] http server listening on [::]:8000 2023-06-07T12:39:07+02:00 INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it... 2023-06-07T12:39:07+02:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.2 and family v4 2023-06-07T12:39:07+02:00 INFO [firewall] setting allowed subnets... 2023-06-07T12:39:07+02:00 INFO [routing] adding route for 0.0.0.0/0 2023-06-07T12:39:07+02:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.2 and family v4 └── Enabled: yes └── Version settings: | └── IP file path: /tmp/gluetun/ip | β”œβ”€β”€ Fetching: every 12h0m0s β”œβ”€β”€ Public IP settings: | └── Timezone: Europe/Berlin | β”œβ”€β”€ Process GID: 1000 | β”œβ”€β”€ Process UID: 1000 β”œβ”€β”€ OS Alpine settings: | └── Logging: yes | β”œβ”€β”€ Listening address: :8000 β”œβ”€β”€ Control server settings: | └── Enabled: no β”œβ”€β”€ HTTP proxy settings: | └── Enabled: no β”œβ”€β”€ Shadowsocks server settings: | └── Additional duration: 5s | β”œβ”€β”€ Initial duration: 6s | └── VPN wait durations: | β”œβ”€β”€ Read timeout: 500ms | β”œβ”€β”€ Read header timeout: 100ms | β”œβ”€β”€ Duration to wait after success: 5s | β”œβ”€β”€ Target address: cloudflare.com:443 | β”œβ”€β”€ Server listening address: 127.0.0.1:9999 β”œβ”€β”€ Health settings: | └── Log level: INFO β”œβ”€β”€ Log settings: | └── Enabled: yes β”œβ”€β”€ Firewall settings: | └── ::ffff:192.168.0.0/112 | β”œβ”€β”€ ::ffff:172.16.0.0/108 | β”œβ”€β”€ ::ffff:169.254.0.0/112 | β”œβ”€β”€ ::ffff:10.0.0.0/104 | β”œβ”€β”€ ::ffff:127.0.0.1/104 | β”œβ”€β”€ fe80::/10 | β”œβ”€β”€ fc00::/7 | β”œβ”€β”€ ::1/128 | β”œβ”€β”€ 169.254.0.0/16 | β”œβ”€β”€ 192.168.0.0/16 | β”œβ”€β”€ 172.16.0.0/12 | β”œβ”€β”€ 10.0.0.0/8 | β”œβ”€β”€ 127.0.0.1/8 | └── Blocked IP networks: | β”œβ”€β”€ Block surveillance: no | β”œβ”€β”€ Block ads: no | β”œβ”€β”€ Block malicious: yes | └── DNS filtering settings: | | └── ::/0 | | β”œβ”€β”€ 0.0.0.0/0 | | └── Allowed networks: | | β”œβ”€β”€ System user: root | | β”œβ”€β”€ Validation log level: 0 | | β”œβ”€β”€ Verbosity details level: 0 | | β”œβ”€β”€ Verbosity level: 1 | | β”œβ”€β”€ IPv6: no | | β”œβ”€β”€ Caching: yes | | | └── cloudflare | | β”œβ”€β”€ Authoritative servers: | β”œβ”€β”€ Unbound settings: | β”œβ”€β”€ Update period: every 24h0m0s | β”œβ”€β”€ Enabled: yes | └── DNS over TLS settings: | β”œβ”€β”€ Keep existing nameserver(s): no | β”œβ”€β”€ DNS server address to use: 127.0.0.1 β”œβ”€β”€ DNS settings: | └── Verbosity level: 1 | β”œβ”€β”€ Run OpenVPN as: root | β”œβ”€β”€ Network interface: tun0 | β”œβ”€β”€ Private Internet Access encryption preset: strong | β”œβ”€β”€ Password: [set] | β”œβ”€β”€ User: [set] | β”œβ”€β”€ OpenVPN version: 2.5 | └── OpenVPN settings: | | └── Forwarded port file path: /tmp/gluetun/forwarded_port | | β”œβ”€β”€ Enabled: yes | | └── Automatic port forwarding settings: | | | └── Private Internet Access encryption preset: strong | | | β”œβ”€β”€ Protocol: UDP | | | └── OpenVPN server selection settings: | | | β”œβ”€β”€ Regions: de frankfurt | | | β”œβ”€β”€ VPN type: openvpn | | β”œβ”€β”€ Server selection settings: | | β”œβ”€β”€ Name: private internet access | β”œβ”€β”€ VPN provider settings: β”œβ”€β”€ VPN settings: 2023-06-07T12:39:07+02:00 INFO Settings summary: 2023-06-07T12:39:07+02:00 INFO IPtables version: v1.8.8 2023-06-07T12:39:07+02:00 INFO Unbound version: 1.17.1 2023-06-07T12:39:07+02:00 INFO OpenVPN 2.5 version: 2.5.8 2023-06-07T12:39:07+02:00 INFO OpenVPN 2.4 version: 2.4.12 2023-06-07T12:39:07+02:00 INFO Alpine version: 3.17.3 2023-06-07T12:39:07+02:00 INFO [storage] creating /gluetun/servers.json with 13056 hardcoded servers 2023-06-07T12:39:07+02:00 INFO [firewall] enabled successfully 2023-06-07T12:39:07+02:00 INFO [firewall] enabling... 2023-06-07T12:39:06+02:00 INFO [routing] local ipnet found: 172.18.0.0/16 2023-06-07T12:39:06+02:00 INFO [routing] local ethernet link found: eth0 2023-06-07T12:39:06+02:00 INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.2 and family v4 2023-06-07T12:39:06+02:00 WARN You are using the old environment variable PRIVATE_INTERNET_ACCESS_VPN_PORT_FORWARDING, please consider changing it to VPN_PORT_FORWARDING πŸ’° Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12 πŸ’» Email? quentin.mcgaw@gmail.com β˜• Discussion? https://github.com/qdm12/gluetun/discussions/new ✨ New feature? https://github.com/qdm12/gluetun/issues/new πŸ› Bug? https://github.com/qdm12/gluetun/issues/new πŸ”§ Need help? https://github.com/qdm12/gluetun/discussions/new Running version v3.34.3 built on 2023-05-31T14:57:40.709Z (commit 42caa64) ======================================== ======================================== ======= https://github.com/qdm12 ======= =========== Made with ❀️ by ============ ======================================== =============== gluetun ================ ======================================== ======================================== ``` ### Share your configuration ```yml vpn: image: qmcgaw/gluetun:v3.34 cap_add: - NET_ADMIN environment: VPN_SERVICE_PROVIDER: private internet access OPENVPN_USER: *** OPENVPN_PASSWORD: *** SERVER_REGIONS: DE Frankfurt PRIVATE_INTERNET_ACCESS_VPN_PORT_FORWARDING: "on" TZ: Europe/Berlin networks: mynetwork: ports: /* ... */ volumes: - ./gluetun:/tmp/gluetun restart: unless-stopped healthcheck: test: sh -c "[ -f /tmp/gluetun/forwarded_port ]" interval: 10s retries: 5 start_period: 15s timeout: 5s ```
ilmarietto123 commented 1 year ago

Same situation here. Provider Pia, RPi4, qmcgaw/gluetun:latest. Restarting the container always works. Sometimes after the first connection drop, the same forwarded port is assigned. Usually none. Maybe not all the servers in the same region support port forwarding? Someone knows how to check or if there is a list? I can provide config and logs and do some test if needed. Thanks.

subasically commented 1 year ago

Also experiencing this issue. Provider Privado, UnRaid, qmcgaw/gluetun:latest.

JoePotentier commented 1 year ago

Also experiencing this. Provider Pia, Trunas Scale, tccr.io/truecharts/gluetun:v3.35.0

twistedpolitiks commented 1 year ago

Running into this issue as well ProtonVPN, Ubuntu 22, qmcgaw/gluetun:latest

mynamesjieff commented 1 year ago

I have the exact same issue. Happens daily. Protonvpn, rpi4 x64, qmcgaw/gluetun:latest

qdm12 commented 1 year ago

This should be fixed on the latest image, try re-pulling it and restarting the container.

twistedpolitiks commented 1 year ago

I've re-pulled and I'll let you know tomorrow

tinyoverflow commented 1 year ago

@qdm12 The files has been recreated after the forced disconnect of my ISP last night, as expected. Awesome, thanks! image

twistedpolitiks commented 1 year ago

Working for me as well for over 24h. Thank you qdm12!