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.

Home Page:https://hub.docker.com/r/qmcgaw/gluetun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: VPNSecure no server is working

friki67 opened this issue ยท comments

Is this urgent?

Yes (or no, is just not working for vpnsecure.me. It works ok using Ivacy for a mate of me)

Host OS

Manjaro Linux

CPU arch

x86_64

VPN service provider

VPNSecure.me

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2024-04-08T07:43:05.096Z (commit 7b4befc)

What's the problem ๐Ÿค”

Gluetun using VPNSecure.me is unhealthy no matter what server is used. The servers are tested in Linux KDE and the connections are working. I've tried old tags for the container (when it was working) but it didn't fix it.

Share your logs (at least 10 lines)

2024-04-16T07:20:52Z INFO [vpn] stopping
2024-04-16T07:20:52Z INFO [vpn] starting
2024-04-16T07:20:52Z INFO [firewall] allowing VPN connection...
2024-04-16T07:20:52Z WARN [openvpn] Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
2024-04-16T07:20:52Z 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-04-16T07:20:52Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10
2024-04-16T07:20:52Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]167.160.91.10:1282
2024-04-16T07:20:52Z INFO [openvpn] UDP link local: (not bound)
2024-04-16T07:20:52Z INFO [openvpn] UDP link remote: [AF_INET]167.160.91.10:1282
2024-04-16T07:21:13Z INFO [healthcheck] program has been unhealthy for 21s: restarting VPN
2024-04-16T07:21:13Z INFO [healthcheck] ๐Ÿ‘‰ See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2024-04-16T07:21:13Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2024-04-16T07:21:13Z INFO [vpn] stopping
2024-04-16T07:21:13Z INFO [vpn] starting
2024-04-16T07:21:13Z INFO [firewall] allowing VPN connection...

and keeps looping

Share your configuration

version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=vpnsecure
      - OPENVPN_KEY_PASSPHRASE=mypass
      - SERVER_HOSTNAMES=us3.isponeder.com
      - PUID=1000
      - PGID=1000
      - FIREWALL_OUTBOUND_SUBNETS=172.18.0.0/24,192.168.99.0/24
    ports:
      - 9091:8080/tcp 
    restart: unless-stopped
    volumes:
      - /mnt/main/conf/gluetun/:/gluetun

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

Update your servers data, see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md

Servers data updated in commit 1afe01d as well so you can pull the image this time. In the future, update the servers data on your end directly.

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.