Package Details: nordvpn-bin 3.20.1-1

Git Clone URL: https://aur.archlinux.org/nordvpn-bin.git (read-only, click to copy)
Package Base: nordvpn-bin
Description: NordVPN CLI tool for Linux
Upstream URL: https://nordvpn.com/download/linux/
Keywords: networking nordvpn openvpn security vpn
Licenses: GPL3
Conflicts: openvpn-nordvpn
Provides: nordvpn
Submitter: metiis
Maintainer: Mxzcabel
Last Packager: Mxzcabel
Votes: 172
Popularity: 1.96
First Submitted: 2018-08-29 12:13 (UTC)
Last Updated: 2025-03-21 04:02 (UTC)

Pinned Comments

Mxzcabel commented on 2023-03-23 20:37 (UTC) (edited on 2024-11-21 01:57 (UTC) by Mxzcabel)

"Please, do not flag this package as out-of-date until there's the official release on Github page."

"Maybe the announcement is delayed, but wait for some other possible forward release, which is patching the previous one before the actual publishing."


Note from 3.19.1:

The repository's hierarchy has been updated and a slightly divergence comes with it. It was from:

/debian/pool/main

To now as:

/debian/pool/main/n/nordvpn

Any previous commits you may like to try in the future will need a manual mediation to replace old links in favor of the new ones.


Note from 3.19.0:

This version introduces new libraries being used by NordVPN. I have created symbolic links and committed a patch for it not interposing with already existing libraries (like sqlite3). Although this is not a big deal, If you, however, upgraded nordvpn-bin before the fix and noticed some library-related issue from sqlite lately, I suggest reinstalling the affected package.



Note from 3.17.4v:

The previous bug exposing DNS servers is fixed.



Note from 3.17.3v:

Caution! This version needs heed while using it and should be avoided. I strongly advice downgrading to 3.17.2 and wait for a new version or patching. Some big problems are:

  • There's DNS leak present. Your original ISP servers can be exposed, as reported already on #343 issue.

  • Unable to connect on nordvpn servers. Your journal might show the follow output: networker setting dns: setting dns with resolvectl: setting dns with resolvectl: Failed to set DNS configuration: Could not activate remote peer: activation request failed: unknown unit.: exit status 1

    After restarting resolve with systemctl restart systemd-resolved.service you may get it working again, enough for connecting normally, as reported, but not exclusively an ARM platform issue, on #342.

Also huge thanks for the community warnings in prior comments before I could've noticed all.


Note from 3.16.2v:

As the published note from the version above has mentioned on Github's page:

  • Logging in with a username and password is no longer available in the terminal.

Please, consider using a token to logging in from now on.


Note from 3.16.0v:

The 'countries.dat' may differ between versions. Be aware to remove the file before upgrading the package.


martoko commented on 2020-12-20 09:10 (UTC) (edited on 2020-12-20 09:12 (UTC) by martoko)

If you're seeing the message "Daemon is unreachable, is systemd running?", then one of two things is probably happening.

The nordvpn daemon might not be started
Start it using:
sudo systemctl enable --now nordvpnd

You might not have been added to the nordvpn group
Add yourself:
sudo gpasswd -a USERNAME nordvpn
And then restart in order for the group to be created:
reboot

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 54 Next › Last »

Poilrouge commented on 2021-09-06 12:02 (UTC) (edited on 2021-09-06 12:03 (UTC) by Poilrouge)

@rok.lesjak

So I've been adressing this same issue with the nordvpn help center. They made me uninstall the client and install the 3.7.4 version, which works. Been told to wait for the next version of the client to get back up to date (was at 3.10.0).

To downgrade to 3.7.4 from the AUR, I used:

sudo pacman -R nordvpn-bin
git clone https://aur.archlinux.org/nordvpn-bin.git/
cd nordvpn-bin
git checkout fec23502d0d729d69cfcce617ba32d7aa586052e
makepkg -f
sudo pacman -U nordvpn-bin-3.7.4-1-x86_64.pkg.tar.zst
sudo systemctl restart nordvpnd.service

rok.lesjak commented on 2021-09-05 10:32 (UTC) (edited on 2021-09-05 10:38 (UTC) by rok.lesjak)

After running command: "sudo nordvpn connect" I get output: "Your account has expired. Renew your subscription now to continue enjoying the ultimate privacy and security with NordVPN."

My account and subscription is active. Why I'm getting this error?

I have already tried reinstalling and relogging.

nrobinson2000 commented on 2021-08-31 09:35 (UTC)

This is probably an upstream issue, but shouldn't nordvpn.service and nordvpn.socket be writable only by root?

From journalctl -f:

systemd[1]: Configuration file /usr/lib/systemd/system/nordvpnd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
systemd[1]: Configuration file /usr/lib/systemd/system/nordvpnd.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway.

arizonajoe commented on 2021-08-30 21:36 (UTC)

Apparently, a problem at NordVPN appears to have been responsible for the NordLynx protocol failure earlier today. Re-installing nordvpn-bin works fine now.

arizonajoe commented on 2021-08-30 16:23 (UTC) (edited on 2021-08-30 17:02 (UTC) by arizonajoe)

Despite having enabled the nordvpn daemon and adding my username to the 'nordvpn' group, and having been a three-year user of NordVpn, today, I can connect to no servers that I desire by server number or city, and in terminal, when waiting for my credentials to authenticate and sign into a specific server, (which took 2 minutes!) the command 'nordvpn status' yields my own town and whatsmyip.org's location feature reveals a map of my street address using their google maps applet. (Of course, I have disabled WebRTC and Geo-enablement in Firefox, and the nord app still betrays my location).

Here's a sample of what I get on terminal: https://pastebin.com/embed_js/Yd9YdkNu

I selected L.A., I got Phoenix. Another time, selected Dallas, I got Phoenix. But I was not protected by the encrypted tunnel. My house was dead center on the map in Phoenix at https://whatsmyip.org.
Just removed nordvpn-bin; installed nordpy, which works.

chapa commented on 2021-08-30 00:03 (UTC) (edited on 2021-08-30 01:05 (UTC) by chapa)

What is?? "It's not you, it's us. We're having trouble reaching our servers. If the issue persists, please contact our customer support." I don't connected. Help, please. Thanks.

PS " If your password is over 48 characters" My pass is less 12

The connection was established using nordpy.!!

i-mw commented on 2021-08-25 15:08 (UTC)

Can't download this package in a country that blocks nordvpn servers (like China).. I got this to work by editing PKGBUILD locally and replacing "nordvpn.com" in every sentence in the sources to the alternative website provided officially by Nordvpn >> "cqxqlbe.site".. You should do this here on Aur

zeusmark commented on 2021-08-21 21:42 (UTC)

One issue I ran into when I switched over to Linux from Windows was my password length. When logging in from the terminal you will get this error "It's not you, it's us. We're having trouble reaching our servers. If the issue persists, please contact our customer support." If your password is over 48 characters. After a few hours of frustrating conversations with tech support and trial and error I finally figured that out on my own though so hopefully it will save a few people some headaches.

satman commented on 2021-08-18 13:19 (UTC)

@typewar

Worked for me as well (connected for 24 hours as of writing), thanks a lot!