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.43k stars 350 forks source link

Bug: can't log in with username and password via nordvpn. #2022

Closed Pilotkosinus closed 8 months ago

Pilotkosinus commented 8 months ago

Is this urgent?

None

Host OS

raspberry os

CPU arch

None

VPN service provider

NordVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2023-12-22T09:42:18.243Z

What's the problem ๐Ÿค”

It shows me "credentials might be wrong" but I have checked them several times and can log in to the browser normally. Otherwise I always use the callback method under the Linux CLI to log in because username and password no longer work under the NordvpnCLI tool to log in. Is there a way to log in here with the callback method?

Share your logs (at least 10 lines)

2023-12-28T17:02:09Z INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting

2023-12-28T17:02:19Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.218.127.5:1194

2023-12-28T17:02:19Z INFO [openvpn] UDP link local: (not bound)

2023-12-28T17:02:19Z INFO [openvpn] UDP link remote: [AF_INET]185.218.127.5:1194

2023-12-28T17:02:21Z INFO [openvpn] [au727.nordvpn.com] Peer Connection Initiated with [AF_INET]185.218.127.5:1194

2023-12-28T17:02:21Z INFO [healthcheck] program has been unhealthy for 26s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)

2023-12-28T17:02:21Z INFO [vpn] stopping

2023-12-28T17:02:21Z INFO [vpn] starting

2023-12-28T17:02:21Z INFO [firewall] allowing VPN connection...

2023-12-28T17:02:21Z INFO [openvpn] OpenVPN 2.5.8 aarch64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Nov  2 2022

2023-12-28T17:02:21Z INFO [openvpn] library versions: OpenSSL 3.1.4 24 Oct 2023, LZO 2.10

2023-12-28T17:02:21Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]138.199.52.101:1194

2023-12-28T17:02:21Z INFO [openvpn] UDP link local: (not bound)

2023-12-28T17:02:21Z INFO [openvpn] UDP link remote: [AF_INET]138.199.52.101:1194

2023-12-28T17:02:21Z INFO [openvpn] [us8366.nordvpn.com] Peer Connection Initiated with [AF_INET]138.199.52.101:1194

2023-12-28T17:02:22Z ERROR [openvpn] AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong ๐Ÿคจ

2023-12-28T17:02:22Z INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting

Share your configuration

version: "3.3"
services:
  nordvpn:
    container_name: GlueTun-Nord
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    ports:
      - "8089:8089" # QbitTorrent UI
      - "9092:9091" # Transmission
      - "51413:51413" # Transmision
      - "51413:51413/udp" # Transmision
      - "51420:51420" # QbitTorrent
      - "51420:51420/udp" # QbitTorrent
    environment:
      - VPN_SERVICE_PROVIDER=nordvpn
      - OPENVPN_USER=NordVPN_USer_ID_from_Dashboard
      - OPENVPN_PASSWORD=NordVPN_Password_from_Dashboard
      - SERVER_REGIONS=Canada
      - VPN_TYPE=openvpn
    restart: always
  qbittorrent:
    image: linuxserver/qbittorrent:4.5.2
    network_mode: "service:nordvpn"
    container_name: QbitTorrent-Nord
    depends_on:
      - nordvpn
    environment:
      - WEBUI_PORT=8089
      - PUID=1000
      - PGID=1000
      - TZ=America/Toronto
    volumes:
      - "/DATA/AppData/qBittorrent-VPN/config:/config"
      - "/media/HardDrive/Downloads/QBitTorrent:/downloads"
    restart: always
  transmission:
    image: ghcr.io/linuxserver/transmission:4.0.2
    network_mode: "service:nordvpn"
    container_name: Transmission-Nord
    depends_on:
      - nordvpn
    environment:
      - PUID=1000
      - PGID=10000
      - TZ=America/Toronto
    volumes:
      - "/home/pilot/qbit:/config"
      - "/home/pilot/jelly/data:/downloads"
      - "/home/pilot/jelly/data/watch:/watch"
    restart: always
Pilotkosinus commented 8 months ago

Im dumb i used the email und password.

qdm12 commented 8 months ago

No problem, thanks for commenting back ๐Ÿ‘

web3dopamine commented 7 months ago

Im dumb i used the email und password.

which password do we have to use? VPN client or server?