Package Details: nordvpn-bin 3.19.2-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: 168
Popularity: 0.90
First Submitted: 2018-08-29 12:13 (UTC)
Last Updated: 2024-11-28 13:50 (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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 54 Next › Last »

luismario commented on 2022-01-25 18:17 (UTC) (edited on 2022-01-25 18:26 (UTC) by luismario)

@jade To list the servers you could download the NordVPN server list: 'wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip && unzip ovpn.zip'. You will get two directories 'ovpn_udp' and 'ovpn_tcp'.

To connect to a specific server you can use the short format of the city and the server number, e.g. 'nordvpn connect uk2329'.

If you want to find a server with your prefered protocol/technology you can use the 'Server recommended' tool by NordVPN(https://nordvpn.com/servers/tools/).

a3dman commented on 2022-01-20 18:19 (UTC)

Any idea why this error happens on connect: [Error] turning on nordlynx: Out of file descriptors

jade commented on 2022-01-19 14:54 (UTC)

Hi, Is it possible for me to get a list of servers in a country and connect to a specific server? For example, there is only 1 city available in the UK but there are several servers (400+). I want to be able to connect to server #nnn. But how do I get a list of those server numbers? I know I can do that in Windows using the app but the app is not available in linux.

TIA

Satan commented on 2022-01-16 18:37 (UTC)

I recently ran into issues after updating, "Whoops! Cannot reach User Daemon." Checking with "systemctl status nordvpnd" showed that it crashed without giving any real reason. This happened to me because because I am running NetworkManager and was not using systemd-resolved. Fix is linked here:

https://wiki.archlinux.org/title/NordVPN#Setting_systemd-resolved_as_DNS_resolver https://wiki.archlinux.org/title/NetworkManager#systemd-resolved

Hope it helps.

joshfiveo commented on 2021-12-18 10:20 (UTC)

@rf2020 My speeds are the same, and my ping is really good as well. I have the wireguard-tools package installed, and am using Nordlynx. I'm on nordvpn-bin 3.12.2-1

rf2020 commented on 2021-12-18 09:05 (UTC)

A question for those who are using the latest update with nordlynx (wireguard): how are your upload/download speeds? I ask because of my experience with nordvpn on windows.

On linux with nordvpn-bin 3.12.1, my speeds with nordlynx are barely reduced, but when I was forced to adopt the new app to login on windows, my downloads went from 250 Mbps without to 50 Mbps with (and yes, that was with nordlynx)! There were similar reductions for upload speed. Thus I'm risk-averse now on linux.

Thanks for your info!

joshfiveo commented on 2021-12-17 23:51 (UTC) (edited on 2021-12-18 00:07 (UTC) by joshfiveo)

I found a fix, if anybody is struggling to login with new update.

I just had to use the legacy flag for login: "nordvpn login --legacy"

It doesn't support MFA, so disabe that, then login via CLI, and enable MFA again after.

Archanfel80HUN commented on 2021-12-17 23:42 (UTC)

Yes i had this issue too, but only with chrome. I did opened the url with firefox and after i login it opened a blank terminal for a few seconds and it worked.