NordVPN

From ArchWiki

NordVPN is a personal virtual private network service provider. NordVPN is based in Panama. The country has no mandatory data retention laws and does not participate in the Five Eyes or Fourteen Eyes alliances. On Linux, Nordvpn operates through a command-line tool.

Create Account

In order to use NordVPN, you must create your own account on the official NordVPN website. https://nordvpn.com

There are different payment options to choose.

Installation

NordVPN can be installed with the package nordvpn-binAUR.

Below is a bash command sequence that can be used to configure your environment for use with the package:

# groupadd -r nordvpn
# gpasswd -a <username> nordvpn

systemd service

In order to use NordVPN. You must enable and start the nordvpnd.service system unit.

Configuration

Here are many different commands to use NordVPN.

Login/Logout

$ nordvpn login

Logs you in to your NordVPN Account.

Note: Since April 2022, NordVPN uses web-based login, which does not return to terminal afterwards. To work around, copy the link after log in (right click on "continue" from your browser after login), which should start with "nordvpn://", and type the following in terminal (replace nordvpnlink with actual link, and keep the double quote):
$ nordvpn login --callback "nordvpnlink"

See comments from nordvpn-bin AUR

Alternatively login via an access token generated from your account dashboard as below NordVPN Dashboard

$ nordvpn login --token "tokencode"
$ nordvpn logout

Logs you out from your NordVPN Account.

Enable NordLynx (Wireguard)

NordVPN has introduced NordLynx technology which is based on WireGuard protocol. Compared to default OpenVPN technology, Wireguard provides lower latency, higher speeds and better connection stability. Due to the nature of Wireguard's user identification, NordVPN has introduced NordLynx, which implements a double-NAT protocol on top of Wireguard to supplement increased privacy as well.

Enable it with the below command:

$ nordvpn set technology nordlynx

To see all available technologies:

$ nordvpn set technology --help

Connect to VPN

Connect you to VPN.

$ nordvpn connect [[country]/[server]/[country_code]/[city] or [country] [city]]
Provide a [country] argument to automatically connect to a specific country. For example: 'nordvpn set autoconnect on Australia'
Provide a [country_code] argument to automatically connect to a specific country. For example: 'nordvpn set autoconnect on us'
Provide a [city] argument to automatically connect to a specific city. For example: 'nordvpn set autoconnect on Budapest'

Disconnect you from VPN.

$ nordvpn disconnect

Shows the connection status.

$ nordvpn status

Settings

Sets the protocol.

$ nordvpn set protocol [protocol]
Supported values for [protocol]: TCP, UDP
Example: nordvpn set protocol TCP

Enables or disables Kill Switch. This security feature blocks your device from accessing the Internet outside the secure VPN tunnel, in case connection with a VPN server is lost. If you start to notice that your connection does not work after you disconnect from VPN, this may be due to the buggy killswitch feature, so you have to disable it.

$ nordvpn set killswitch [enabled]/[disabled]
Supported values for [disabled]: 0, false, disable, off, disabled
Example: nordvpn set killswitch off

Supported values for [enabled]: 1, true, enable, on, enabled
Example: nordvpn set killswitch on

Enables or disables CyberSec. When enabled, the CyberSec feature will automatically block suspicious websites so that no malware or other cyber threats can infect your device. Additionally, no flashy ads will come into your sight. More information on how it works: https://nordvpn.com/features/cybersec/.

$ nordvpn set cybersec [enabled]/[disabled]
Supported values for [disabled]: 0, false, disable, off, disabled
Example: nordvpn set cybersec off

Supported values for [enabled]: 1, true, enable, on, enabled
Example: nordvpn set cybersec on

Enables or disables auto connect. When enabled, this feature will automatically try to connect to VPN on operating system startup.

$ nordvpn set autoconnect [enabled]/[disabled] [[country]/[server]/[country_code]/[city] or [country] [city]]
Supported values for [disabled]: 0, false, disable, off, disabled
Example: nordvpn set autoconnect off

Supported values for [enabled]: 1, true, enable, on, enabled
Example: nordvpn set autoconnect on

Provide a [country] argument to automatically connect to a specific country. For example: 'nordvpn set autoconnect on Australia'
Provide a [country_code] argument to automatically connect to a specific country. For example: 'nordvpn set autoconnect on us'
Provide a [city] argument to automatically connect to a specific city. For example: 'nordvpn set autoconnect on Budapest'

Sets DNS servers.

$ nordvpn set dns [servers]/[disabled]
Supported values for [disabled]: 0, false, disable, off, disabled
Example: nordvpn set dns off

Arguments [servers] is a list of IP addresses separated by space
Example: nordvpn set dns 0.0.0.0 1.2.3.4

Adds or removes option from whitelist.

$ nordvpn whitelist command [command options] [arguments...]
Commands:
     add     Adds option to whitelist
     remove  Removes option from whitelist

Shows the current settings.

$ nordvpn settings

Server List

Shows the city list.

$ nordvpn cities

Shows the country list.

$ nordvpn countries

Use this command to show cities of specific country.

$ nordvpn cities [country]
Example: nordvpn cities United_States

Alternative Method : connecting to NordVPN using NetworkManager

Installation

1. Install networkmanager and networkmanager-openvpn.

2. Choose an appropriate server using the NordVPN servers page : https://nordvpn.com/servers/ Download the corresponding openvpn configuration file on the NordVPN site : https://nordvpn.com/ovpn/ Save the file to a place in your user home directory or elsewhere that is memorable for future access.

Configuration

1. Right click on the NetworkManager applet from your desktop environment, and click Edit Connections. Click the Plus sign in the bottom left corner of the Network Connections window that appears.

2. When you choose a connection type, click the drop down menu and scroll all the way down until you reach "Import a saved VPN configuration". Select that option. Now, click Create.

3. Navigate to the directory you extracted all of the openvpn files to earlier, then open one of the files from that folder. Generally speaking, you will want to open the file that is associated with the connection you specifically want.

4. After you have opened one of the openvpn files, the window that appears should be "Editing <connection type>". Type in your NordVPN Username and Password. There is an icon in the password box indicating user permission of the credentials; change the settings as you wish ("Save for all users" if you do not want to enter your password every time you connect).

Avoid DNS leak

To prevent DNS leak you must :

1. click on the "IPv4 settings"

2. On method : choose "Automatic (VPN) addresses only" and manually enter the NordVPN DNS adresses in "DNS servers" : "103.86.96.100, 103.86.99.100" (Separated by a comma)

3. Click Save at the bottom left of the "Editing <connection type>" window.

Automatic connection to the VPN

1. Right click on the NetworkManager applet from your desktop environment, and click Edit Connections.

2. Double click on the ethernet or Wifi connection for whom you want to automatically connect to the VPN

3. On the "General" tab, click on "Automatically connect to VPN when using this connection" in every connection you want, and choosing the right configuration file.

4. Repeat the operation for the other connections you will use with the VPN.

Disable ipv6

NordVPN is not ipv6 compatible. You may want to completely disable it.

Or you can also :

1. Right click on the NetworkManager applet from your desktop environment, and click Edit Connections.

2. Double click on the ethernet or Wifi connection for whom you want to automatically connect to the VPN

3. On the "ipv6" tab, choose "ignore" in the method box.

Use a killswitch

The NordVPN killswitch will not work with this method, you will have to create your own using ufw or iptables.

Here is an example with UFW.

Test your configuration

You can use these site :

https://ipleak.net/

https://www.dnsleaktest.com/

https://ipv6leak.com/

Troubleshooting

No internet after connection

If the network is blocking all the VPN protocols including the proxy connections, connection attempts might fail. Try changing the protocol (e. g. to TCP), using obfuscated servers or the NordLynx protocol.

$ nordvpn set technology openvpn
$ nordvpn set protocol tcp
$ nordvpn set obfuscate on

Note that the list of countries where such servers are installed is much shorter.

Alternatively, there may be a conflict with your local network's subnet, e.g.:

$ ip route
default via 10.1.1.1 dev enp0s31f6 proto dhcp metric 100 
10.0.0.0/8 dev enp0s31f6 proto kernel scope link src 10.1.2.86 metric 100 
10.5.0.0/16 dev nordlynx proto kernel scope link src 10.5.0.2

To deal with this, whitelist your network's subnet using, e.g.:

$ nordvpn whitelist add subnet 10.0.0.0/8

No internet after disconnection

After disconnecting via nordvpn d, there might no internet on the computer, but pinging (something like ping 8.8.8.8) would still be successful. It is most likely a DNS issue: upon connection to the servers, the local DNS is being overwritten with NordVPN’s DNS to ensure a secure connection to the server. After disconnecting, the DNS is removed, which might be causing problems. It could be due to a buggy killswitch feature, so you may disable it writing

$ nordvpn set killswitch disabled

Restarting any running network manager might be required.

Trouble connecting over terminal

If you are having trouble connecting over the terminal and get errors connecting you need to whitelist your subnet and open a port on NordVPN. Open a terminal and check what subnets you have.

$ ip route
default via 10.1.1.1 dev enp0s31f6 proto dhcp metric 100 
10.0.0.0/8 dev enp0s31f6 proto kernel scope link src 10.1.2.86 metric 100
10.5.0.0/16 dev nordlynx proto kernel scope link src 10.5.0.2

The second subnet (10.0.0.0/8) is the subnet that we want to whitelist in NordVPN and you can do it with the following command:

$ nordvpn whitelist add subnet 10.0.0.0/8

If you wish to blacklist the subnet again just run the following command :

$ nordvpn whitelist remove subnet 10.0.0.0/8 

The port 22 is the port that is needed for SSH to work, you can open it with the following command :

$ nordvpn whitelist add port 22

If you wish to blacklist the port again just run the following command :

$ nordvpn whitelist remove port 22

Random disconnect on terminal

Resetting the killswitch

If you get randomly disconnected from NordVPN on the terminal and it will not let you reconnect, just disable and re-enable the killswitch:

$ nordvpn set killswitch off
$ nordvpn set killswitch on

Most of the time it will not connect with the killswitch off, the linux app for NordVPN is very buggy currently.

Restarting the daemon

Alternatively, restarting the nordvpn.service can resolve the connection issue.

Due to a recent update, the `iptables` policy is no longer flushed when the daemon restarts. If restarting does not restore the connection, try flushing these tables first with:

# iptables -F

Setting systemd-resolved as DNS resolver

A note here is that NordVPN for Linux is apparently designed to use systemd-resolved and can crash when a different DNS resolver is used. You can switch to systemd-resolved by following these steps:

Remove openresolv.

Start/enable systemd-resolved.service

Backup the existing resolv.conf:

# mv /etc/resolv.conf /etc/resolv.conf.bak

Create a symlink to stub-resolv.conf:

# ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf

Restart nordvpnd.service

For more information see the original source here.

Install wireguard-tools

When using NordLynx (NordVPN's wireguard technology), sometimes the connection still drops, even when using systemd-resolved as a DNS resolver. This is due to an unmentioned dependency on wireguard-tools which should the be installed, then nordvpnd.service can be restarted.

Delay following terminal commands

On desktop systems without a functioning notification system there may be a long delay after executing terminal commands such as nordvpn disconnect and similar. This may be resolved by installing and initialising a notification agent.