bubuntux / nordvpn

NordVpn Docker Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't get a private key

jeroen85 opened this issue · comments

Describe the bug
Don't get a private key. Want to change to Nordlynx.

To Reproduce using docker-compose

version: "3"
services:
  vpn_key:
    image: bubuntux/nordvpn:get_private_key
    container_name: nordvpn_key
    cap_add:
      - NET_ADMIN    
      - NET_RAW
    environment:                # Review https://github.com/bubuntux/nordvpn#environment-variables
      - USER=xxx
      - PASS=yyy  

Logs

A new version of NordVPN is available! Please update the application.
  
Welcome to NordVPN! You can now connect to VPN by using 'nordvpn connect'.
Technology is successfully set to 'NORDLYNX'.

A new version of NordVPN is available! Please update the application.
  
Connecting to Netherlands #924 (nl924.nordvpn.com)
  
You are connected to Netherlands #924 (nl924.nordvpn.com)!

-
  
############################################################
IP: 10.5.0.2/32
Unable to access interface: Protocol not supported
Private Key: 
############################################################

Had the same issue. Running docker run --rm --cap-add=NET_ADMIN --cap-add=SYS_MODULE -v /lib/modules:/lib/modules bubuntux/install-wireguard fixed the issue for me

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.