You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running version latest built on 2024-06-28T21:00:48.750Z (commit fe05521)
What's the problem 🤔
I am unable to connect to ExpressVPN Singapore servers via Gluetun. Apparently, 1 of the servers that I am always connected to is down, and gluetun does not seem to be able to access other Singapore VPN servers.
Share your logs (at least 10 lines)
2024-07-04T17:21:21Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.5 and family v4
2024-07-04T17:21:21Z INFO [routing] local ethernet link found: eth0
2024-07-04T17:21:21Z INFO [routing] local ipnet found: 172.17.0.0/16
2024-07-04T17:21:21Z INFO [firewall] enabling...
2024-07-04T17:21:21Z INFO [firewall] enabled successfully
2024-07-04T17:21:22Z INFO [storage] creating /gluetun/servers.json with 19425 hardcoded servers
2024-07-04T17:21:22Z INFO Alpine version: 3.19.2
2024-07-04T17:21:22Z INFO OpenVPN 2.5 version: 2.5.8
2024-07-04T17:21:22Z INFO OpenVPN 2.6 version: 2.6.8
2024-07-04T17:21:22Z INFO Unbound version: 1.20.0
2024-07-04T17:21:22Z INFO IPtables version: v1.8.10
2024-07-04T17:21:22Z INFO Settings summary:
├── VPN settings:
| ├── VPN provider settings:
| | ├── Name: expressvpn
| | └── Server selection settings:
| | ├── VPN type: openvpn
| | ├── Countries: singapore
| | └── OpenVPN server selection settings:
| | └── Protocol: UDP
| └── OpenVPN settings:
| ├── OpenVPN version: 2.6
| ├── User: [set]
| ├── Password: [set]
| ├── Network interface: tun0
| ├── Run OpenVPN as: root
| └── Verbosity level: 1
├── DNS settings:
| ├── Keep existing nameserver(s): no
| ├── DNS server address to use: 127.0.0.1
| └── DNS over TLS settings:
| ├── Enabled: yes
| ├── Update period: every 24h0m0s
| ├── Unbound settings:
| | ├── Authoritative servers:
| | | └── cloudflare
| | ├── Caching: yes
| | ├── IPv6: no
| | ├── Verbosity level: 1
| | ├── Verbosity details level: 0
| | ├── Validation log level: 0
| | ├── System user: root
| | └── Allowed networks:
| | ├── 0.0.0.0/0
| | └── ::/0
| └── DNS filtering settings:
| ├── Block malicious: yes
| ├── Block ads: no
| ├── Block surveillance: no
| └── Blocked IP networks:
| ├── 127.0.0.1/8
| ├── 10.0.0.0/8
| ├── 172.16.0.0/12
| ├── 192.168.0.0/16
| ├── 169.254.0.0/16
| ├── ::1/128
| ├── fc00::/7
| ├── fe80::/10
| ├── ::ffff:127.0.0.1/104
| ├── ::ffff:10.0.0.0/104
| ├── ::ffff:169.254.0.0/112
| ├── ::ffff:172.16.0.0/108
| └── ::ffff:192.168.0.0/112
├── Firewall settings:
| └── Enabled: yes
├── Log settings:
| └── Log level: info
├── Health settings:
| ├── Server listening address: 127.0.0.1:9999
| ├── Target address: cloudflare.com:443
| ├── Duration to wait after success: 5s
| ├── Read header timeout: 100ms
| ├── Read timeout: 500ms
| └── VPN wait durations:
| ├── Initial duration: 6s
| └── Additional duration: 5s
├── Shadowsocks server settings:
| └── Enabled: no
├── HTTP proxy settings:
| └── Enabled: no
├── Control server settings:
| ├── Listening address: :8000
| └── Logging: yes
├── OS Alpine settings:
| ├── Process UID: 1000
| └── Process GID: 1000
├── Public IP settings:
| ├── Fetching: every 12h0m0s
| ├── IP file path: /tmp/gluetun/ip
| └── Public IP data API: ipinfo
└── Version settings:
└── Enabled: yes
2024-07-04T17:21:22Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.5 and family v4
2024-07-04T17:21:22Z INFO [routing] adding route for 0.0.0.0/0
2024-07-04T17:21:22Z INFO [firewall] setting allowed subnets...
2024-07-04T17:21:22Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.5 and family v4
2024-07-04T17:21:22Z INFO [dns] using plaintext DNS at address 1.1.1.1
2024-07-04T17:21:22Z INFO [http server] http server listening on [::]:8000
2024-07-04T17:21:22Z INFO [healthcheck] listening on 127.0.0.1:9999
2024-07-04T17:21:22Z INFO [firewall] allowing VPN connection...
2024-07-04T17:21:22Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:21:22Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:21:22Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]194.5.82.112:1195
2024-07-04T17:21:22Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:21:22Z INFO [openvpn] UDPv4 link remote: [AF_INET]194.5.82.112:1195
2024-07-04T17:21:23Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:21:26Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:21:28Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN
2024-07-04T17:21:28Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:21:28Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:21:28Z INFO [vpn] stopping
2024-07-04T17:21:28Z INFO [vpn] starting
2024-07-04T17:21:28Z INFO [firewall] allowing VPN connection...
2024-07-04T17:21:28Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:21:28Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:21:28Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.85.107.86:1195
2024-07-04T17:21:28Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:21:28Z INFO [openvpn] UDPv4 link remote: [AF_INET]45.85.107.86:1195
2024-07-04T17:21:39Z INFO [healthcheck] program has been unhealthy for 11s: restarting VPN
2024-07-04T17:21:39Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:21:39Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:21:39Z INFO [vpn] stopping
2024-07-04T17:21:39Z INFO [vpn] starting
2024-07-04T17:21:39Z INFO [firewall] allowing VPN connection...
2024-07-04T17:21:39Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:21:39Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:21:39Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.156.183:1195
2024-07-04T17:21:39Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:21:39Z INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.156.183:1195
2024-07-04T17:21:55Z INFO [healthcheck] program has been unhealthy for 16s: restarting VPN
2024-07-04T17:21:55Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:21:55Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:21:55Z INFO [vpn] stopping
2024-07-04T17:21:55Z INFO [vpn] starting
2024-07-04T17:21:55Z INFO [firewall] allowing VPN connection...
2024-07-04T17:21:55Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:21:55Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:21:55Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]194.5.82.112:1195
2024-07-04T17:21:55Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:21:55Z INFO [openvpn] UDPv4 link remote: [AF_INET]194.5.82.112:1195
2024-07-04T17:21:56Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:21:59Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:22:02Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:22:12Z INFO [openvpn] read UDPv4 [EHOSTUNREACH]: Host is unreachable (fd=3,code=113)
2024-07-04T17:22:16Z INFO [healthcheck] program has been unhealthy for 21s: restarting VPN
2024-07-04T17:22:16Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:22:16Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:22:16Z INFO [vpn] stopping
2024-07-04T17:22:16Z INFO [vpn] starting
2024-07-04T17:22:16Z INFO [firewall] allowing VPN connection...
2024-07-04T17:22:16Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:22:16Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:22:16Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.233.133.54:1195
2024-07-04T17:22:16Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:22:16Z INFO [openvpn] UDPv4 link remote: [AF_INET]185.233.133.54:1195
2024-07-04T17:22:42Z INFO [healthcheck] program has been unhealthy for 26s: restarting VPN
2024-07-04T17:22:42Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:22:42Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:22:42Z INFO [vpn] stopping
2024-07-04T17:22:42Z INFO [vpn] starting
2024-07-04T17:22:42Z INFO [firewall] allowing VPN connection...
2024-07-04T17:22:42Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:22:42Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:22:42Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.233.133.54:1195
2024-07-04T17:22:42Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:22:42Z INFO [openvpn] UDPv4 link remote: [AF_INET]185.233.133.54:1195
2024-07-04T17:23:13Z INFO [healthcheck] program has been unhealthy for 31s: restarting VPN
2024-07-04T17:23:13Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:23:13Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:23:13Z INFO [vpn] stopping
2024-07-04T17:23:13Z INFO [vpn] starting
2024-07-04T17:23:13Z INFO [firewall] allowing VPN connection...
2024-07-04T17:23:13Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:23:13Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:23:13Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.85.107.86:1195
2024-07-04T17:23:13Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:23:13Z INFO [openvpn] UDPv4 link remote: [AF_INET]45.85.107.86:1195
2024-07-04T17:23:50Z INFO [healthcheck] program has been unhealthy for 36s: restarting VPN
2024-07-04T17:23:50Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:23:50Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:23:50Z INFO [vpn] stopping
2024-07-04T17:23:50Z INFO [vpn] starting
2024-07-04T17:23:50Z INFO [firewall] allowing VPN connection...
2024-07-04T17:23:50Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:23:50Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:23:50Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.156.183:1195
2024-07-04T17:23:50Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:23:50Z INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.156.183:1195
2024-07-04T17:24:31Z INFO [healthcheck] program has been unhealthy for 41s: restarting VPN
2024-07-04T17:24:31Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-07-04T17:24:31Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-07-04T17:24:31Z INFO [vpn] stopping
2024-07-04T17:24:31Z INFO [vpn] starting
2024-07-04T17:24:31Z INFO [firewall] allowing VPN connection...
2024-07-04T17:24:31Z INFO [openvpn] OpenVPN 2.6.8 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-07-04T17:24:31Z INFO [openvpn] library versions: OpenSSL 3.1.5 30 Jan 2024, LZO 2.10
2024-07-04T17:24:31Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.85.107.86:1195
2024-07-04T17:24:31Z INFO [openvpn] UDPv4 link local: (not bound)
2024-07-04T17:24:31Z INFO [openvpn] UDPv4 link remote: [AF_INET]45.85.107.86:1195
2024-07-04T17:25:15Z WARN Caught OS signal terminated, shutting down
2024-07-04T17:25:15Z INFO http server: terminated ✔️
2024-07-04T17:25:15Z INFO updater ticker: terminated ✔️
2024-07-04T17:25:15Z INFO dns ticker: terminated ✔️
2024-07-04T17:25:15Z INFO control: terminated ✔️
2024-07-04T17:25:15Z INFO updater: terminated ✔️
2024-07-04T17:25:15Z INFO tickers: terminated ✔️
2024-07-04T17:25:15Z WARN HTTP health server: goroutine shutdown timed out: after 400ms ⚠️
2024-07-04T17:25:15Z INFO vpn: terminated ✔️
2024-07-04T17:25:15Z INFO shadowsocks proxy: terminated ✔️
2024-07-04T17:25:15Z INFO unbound: terminated ✔️
2024-07-04T17:25:15Z INFO http proxy: terminated ✔️
2024-07-04T17:25:15Z INFO other: terminated ✔️
2024-07-04T17:25:15Z INFO [routing] routing cleanup...
2024-07-04T17:25:15Z INFO [routing] default route found: interface eth0, gateway 172.17.0.1, assigned IP 172.17.0.5 and family v4
2024-07-04T17:25:15Z INFO [routing] deleting route for 0.0.0.0/0
2024-07-04T17:25:15Z WARN Shutdown not completed gracefully: ordered shutdown timed out: HTTP health server: goroutine shutdown timed out: after 400ms
Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.
This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.
Is this urgent?
Yes
Host OS
Docker
CPU arch
None
VPN service provider
ExpressVPN
What are you using to run the container
Portainer
What is the version of Gluetun
Running version latest built on 2024-06-28T21:00:48.750Z (commit fe05521)
What's the problem 🤔
I am unable to connect to ExpressVPN Singapore servers via Gluetun. Apparently, 1 of the servers that I am always connected to is down, and gluetun does not seem to be able to access other Singapore VPN servers.
Share your logs (at least 10 lines)
Share your configuration
docker run --cap-add=NET_ADMIN --device=/dev/net/tun -p 5055:5055 -p 6767:6767 -p 8096:8096 -p 6881:6881 -p 7878:7878 -p 8000:8000 -p 8080:8080 -p 8081:8081 -p 8191:8191 -p 8989:8989 -p 9696:9696 -e VPN_SERVICE_PROVIDER=expressvpn -e OPENVPN_USER=xxx -e OPENVPN_PASSWORD=xxx -e SERVER_COUNTRIES=Singapore --name=gluetun qmcgaw/gluetun
The text was updated successfully, but these errors were encountered: