Ubuntu – Can’t connect using NordVPN

vpn

I'm getting a "transport is closing" error when trying to use

nordvpn connect uk

I've tried these 2 commands from https://aur.archlinux.org/packages/nordvpn-bin/

sudo systemctl enable --now nordvpnd

and

sudo systemctl start nordvpnd 

I'm using Ubuntu 18.04.2 LTS.

I tried setting the protocol to TCP:

nordvpn settings

Protocol: TCP
Kill Switch: disabled
CyberSec: disabled
Obfuscate: enabled
Auto connect: disabled
DNS: disabled

Any ideas?

Edit: 2019-04-05

I'm getting a different error message now but still unable to connect:

nordvpn connect uk
Connecting to United Kingdom #513 (uk513.nordvpn.com)
Whoops! We can't connect you to 'uk513.nordvpn.com'. Please try again. If the problem persists, contact our customer support.

nordvpn connect de
Connecting to Germany #316 (de316.nordvpn.com)
Whoops! We can't connect you to 'de316.nordvpn.com'. Please try again. If the problem persists, contact our customer support.

Best Answer

There was an update of the NordVPN package today, now it's working fine again.

If you installed via the nordvpn repo, you can run this:

sudo apt update && sudo apt upgrade
Related Question