Package Details: nordvpn-bin 3.17.4-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: 161
Popularity: 0.79
First Submitted: 2018-08-29 12:13 (UTC)
Last Updated: 2024-04-05 12:55 (UTC)

Pinned Comments

Mxzcabel commented on 2023-03-23 20:37 (UTC) (edited on 2024-04-05 13:02 (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.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 .. 41 42 43 44 45 46 47 48 49 50 51 .. 53 Next › Last »

ynlieding commented on 2019-05-04 08:43 (UTC) (edited on 2019-05-04 13:04 (UTC) by ynlieding)

I can't uninstall nord-vpn package

# pacman -Rcns nordvpn-bin 
checking dependencies...
:: inxi optionally requires net-tools: inxi -i ip lan-deprecated

Packages (2) net-tools-1.60.20180212git-1  nordvpn-bin-3.0.0_4-1

Total Removed Size:  38.48 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
error: cannot remove file '/var/lib/nordvpn/data/insights.dat': Operation not permitted
(2/2) removing net-tools                                             [######################################] 100%
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...

Upd. chattr -i /var/lib/nordvpn/data/insights.dat; chattr -i /var/lib/nordvpn/data/servers.dat did the trick

washo commented on 2019-05-02 19:37 (UTC) (edited on 2019-05-02 19:37 (UTC) by washo)

Apparently the killswitch does not work at all in my case. It does not cut the internet connection when disconnected. I'm using Antergos linux. Any idea?

stavrakis commented on 2019-04-27 19:41 (UTC)

How can we choose between countries normal/P2P/Double/TOR? When I try to connect to Netherlands it picks the onion server by itself. Also, the man page says something about groups. What is that? I cannot find any reference to groups, apart from the 3 examples in the man page.

Changaco commented on 2019-04-24 12:51 (UTC) (edited on 2019-04-29 07:20 (UTC) by Changaco)

Warning: the systemd unit files included in this package give NordVPN full access to your entire system. Adding sandboxing options in the [Service] section of each systemd service file can reduce the security risks.

For example the following options can be added in nordvpnsd.service:

NoNewPrivileges=true
ProtectSystem=strict
ReadWritePaths=/var/lib/nordvpn /var/log/nordvpn
TemporaryFileSystem=/run
ProtectHome=true
PrivateTmp=true
ProtectKernelModules=true
ProtectControlGroups=true
InaccessiblePaths=/mnt
SystemCallFilter=@system-service
SystemCallErrorNumber=EPERM

See man systemd.exec for details.

washo commented on 2019-04-23 21:17 (UTC)

I love you so much guys. I did what @RidderJoris mentions and then entered all the commands without "sudo". It worked perfectly. Happy days!

hahnt9009 commented on 2019-04-23 00:45 (UTC)

WOW! @RidderJoris, you are absolutely right, I didn't even think to check there. It's strange indeed that Antergos aliases systemctl >_> but you are absolutely right, that did the trick thanks so much!

RidderJoris commented on 2019-04-22 19:52 (UTC) (edited on 2019-04-23 08:47 (UTC) by RidderJoris)

@hahnt9009 I found the issue. In Antergos linux "systemclt" is the alias of "sudo systemctl" which makes no sense to me. Therefore if you comment the line "alias systemctl='sudo systemctl'" in ".bashrc.aliases" it will work fine ;)

washo commented on 2019-04-22 19:43 (UTC)

I had the same issue that @RidderJoris and @hahnt9009 are reporting.

"Failed to connect to bus: No such file or directory" when using systemctl --user enable --now nordvpnud.

When using nordvpn status I receive Whoops! Cannot reach User Daemon.

I'm also using Antergos linux.

SZJX commented on 2019-04-22 15:08 (UTC) (edited on 2019-04-22 15:09 (UTC) by SZJX)

First I had to sudo rm /var/lib/nordvpn/data before the update could get through.

Then, after running

sudo systemctl enable --now nordvpnsd
systemctl --user enable --now nordvpnud

I ran nordvpn connect (without sudo), and it worked.