Nordvpn

De Linuxmemo.

(Différences entre les versions)
(CLI)
(Config)
 
(9 versions intermédiaires masquées)
Ligne 11 : Ligne 11 :
  apt update
  apt update
  apt install nordvpn
  apt install nordvpn
 +
 +
==Groupes==
 +
Standard server - a regular VPN server that encrypts your internet traffic and replaces your IP address.
 +
 +
Double VPN - a privacy solution that sends your internet traffic through two servers, encrypting it twice.
 +
 +
Onion over VPN - a privacy solution that sends your internet traffic through a VPN server and then through the Onion network. (More information here).
 +
 +
Dedicated IP servers - servers for our users who purchase their own dedicated IPs. (More information here).
 +
 +
P2P servers - servers compatible with Peer-to-Peer traffic. (More information here).
 +
 +
Obfuscated servers - servers that can bypass internet restrictions such as network firewalls. They are recommended for countries with restricted access. You can watch this video for a detailed explanation on how it works.
 +
 +
Onion over Vpn - ...
==CLI==
==CLI==
-
<pre>
+
nordvpn login - Log in.
-
nordvpn login - Log in.
+
nordvpn connect or nordvpn c - Connect to VPN. To connect to specific servers, use nordvpn connect <country_code server_number> (eg. nordvpn connect uk715)
-
nordvpn connect or nordvpn c - Connect to VPN. To connect to specific servers, use nordvpn connect <country_code server_number> (eg. nordvpn connect uk715)
+
nordvpn disconnect or nordvpn d - Disconnect from VPN.
-
nordvpn disconnect or nordvpn d - Disconnect from VPN.
+
-
nordvpn set or nordvpn s - Set a configuration option. Possible options:
+
nordvpn set or nordvpn s - Set a configuration option. Possible options:
-
nordvpn set cybersec on or off - Enable or disable CyberSec
+
nordvpn set cybersec on or off - Enable or disable CyberSec
-
nordvpn set killswitch on or off - Enable or disable Kill Switch
+
nordvpn set killswitch on or off - Enable or disable Kill Switch
-
nordvpn set autoconnect on or off - Enable or disable auto-connect. You can set a specific server for automatic connection using nordvpn set autoconnect on country_code+server_number. Example: nordvpn set autoconnect on us2435.
+
'''nordvpn set autoconnect on or off''' - Enable or disable auto-connect. You can set a specific server for automatic connection using nordvpn set autoconnect on country_code+server_number. Example:     nordvpn set autoconnect on us2435.
-
nordvpn set notify on or off - Enable or disable notifications
+
nordvpn set notify on or off - Enable or disable notifications
-
nordvpn set dns 1.1.1.1 1.0.0.1 - Set custom DNS (you can set up a single DNS or two like shown in this command).
+
nordvpn set dns 1.1.1.1 1.0.0.1 - Set custom DNS (you can set up a single DNS or two like shown in this command).
-
nordvpn set protocol udp or tcp - Switch between UDP and TCP protocols
+
nordvpn set protocol udp or tcp - Switch between UDP and TCP protocols
-
nordvpn set obfuscate on or off - Enable or disable Obfuscated Servers.
+
nordvpn set obfuscate on or off - Enable or disable Obfuscated Servers.
-
nordvpn set technology - Set connection technology (OpenVPN or NordLynx)
+
nordvpn set technology - Set connection technology (OpenVPN or NordLynx)
-
nordvpn whitelist add port 22 - Add a rule to whitelist a specified incoming port. You can also whitelist multiple ports — just separate their numbers with a space.
+
nordvpn whitelist add port 22 - Add a rule to whitelist a specified incoming port. You can also whitelist multiple ports — just separate their numbers with a space.
-
nordvpn whitelist remove port 22 - Remove the rule to whitelist a specified port.
+
nordvpn whitelist remove port 22 - Remove the rule to whitelist a specified port.
-
nordvpn whitelist add subnet 192.168.0.0/16 - Add a rule to whitelist a specified subnet.
+
nordvpn whitelist add subnet 192.168.0.0/16 - Add a rule to whitelist a specified subnet.
-
nordvpn whitelist remove subnet 192.168.0.0/16  - Remove the rule to whitelist a specified subnet.
+
nordvpn whitelist remove subnet 192.168.0.0/16  - Remove the rule to whitelist a specified subnet.
-
nordvpn account - See account information
+
nordvpn account - See account information
-
nordvpn register - Register a new user account
+
nordvpn register - Register a new user account
-
nordvpn rate - Rate your last connection quality (1-5)
+
nordvpn rate - Rate your last connection quality (1-5)
-
nordvpn settings - See the current settings.
+
'''nordvpn settings''' - See the current settings.
-
nordvpn status - See the connection status.
+
nordvpn status - See the connection status.
-
nordvpn countries - See the country list.
+
nordvpn countries - See the country list.
-
nordvpn cities - See the city list.
+
nordvpn cities - See the city list.
-
nordvpn groups - See a list of available server groups.
+
'''nordvpn groups''' - See a list of available server groups.
-
nordvpn logout - Log out.
+
nordvpn logout - Log out.
-
nordvpn help or nordvpn h - See the list of available commands or help for a specific command.
+
nordvpn help or nordvpn h - See the list of available commands or help for a specific command.
-
nordvpn c onion_over_vpn
+
nordvpn c onion_over_vpn
-
</pre>
+
==Config==
==Config==
  nordvpn login
  nordvpn login
 +
  nordvpn set notify on
  nordvpn set notify on
-
  nordvpn set autoconnect on US
+
nordvpn set technology NordLynx
 +
nordvpn set technology OpenVPN
 +
nordvpn set protocol tcp
 +
nordvpn set dns 1.1.1.1 1.0.0.1
 +
nordvpn whitelist add subnet 192.168.1.0/24
 +
  nordvpn set autoconnect enable fr
 +
nordvpn set killswitch enable
 +
 
 +
==Info==
 +
NordVPN DNS addresses 103.86.96.100 and 103.86.99.100

Version actuelle en date du 6 février 2022 à 21:08

https://nordvpn.com/fr/

  • Server recommended by NordVPN

https://nordvpn.com/fr/servers/tools/

https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip

Sommaire

[modifier] Install

wget -c https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb
dpkg -i nordvpn-release_1.0.0_all.deb
apt update
apt install nordvpn

[modifier] Groupes

Standard server - a regular VPN server that encrypts your internet traffic and replaces your IP address.

Double VPN - a privacy solution that sends your internet traffic through two servers, encrypting it twice.

Onion over VPN - a privacy solution that sends your internet traffic through a VPN server and then through the Onion network. (More information here).

Dedicated IP servers - servers for our users who purchase their own dedicated IPs. (More information here).

P2P servers - servers compatible with Peer-to-Peer traffic. (More information here).

Obfuscated servers - servers that can bypass internet restrictions such as network firewalls. They are recommended for countries with restricted access. You can watch this video for a detailed explanation on how it works.

Onion over Vpn - ...

[modifier] CLI

nordvpn login - Log in.
nordvpn connect or nordvpn c - Connect to VPN. To connect to specific servers, use nordvpn connect <country_code server_number> (eg. nordvpn connect uk715)
nordvpn disconnect or nordvpn d - Disconnect from VPN.
nordvpn set or nordvpn s - Set a configuration option. Possible options:
nordvpn set cybersec on or off - Enable or disable CyberSec
nordvpn set killswitch on or off - Enable or disable Kill Switch
nordvpn set autoconnect on or off - Enable or disable auto-connect. You can set a specific server for automatic connection using nordvpn set autoconnect on country_code+server_number. Example:      nordvpn set autoconnect on us2435.
nordvpn set notify on or off - Enable or disable notifications
nordvpn set dns 1.1.1.1 1.0.0.1 - Set custom DNS (you can set up a single DNS or two like shown in this command).
nordvpn set protocol udp or tcp - Switch between UDP and TCP protocols
nordvpn set obfuscate on or off - Enable or disable Obfuscated Servers.
nordvpn set technology - Set connection technology (OpenVPN or NordLynx)
nordvpn whitelist add port 22 - Add a rule to whitelist a specified incoming port. You can also whitelist multiple ports — just separate their numbers with a space.
nordvpn whitelist remove port 22 - Remove the rule to whitelist a specified port.
nordvpn whitelist add subnet 192.168.0.0/16 - Add a rule to whitelist a specified subnet.
nordvpn whitelist remove subnet 192.168.0.0/16  - Remove the rule to whitelist a specified subnet.
nordvpn account - See account information
nordvpn register - Register a new user account
nordvpn rate - Rate your last connection quality (1-5)
nordvpn settings - See the current settings.
nordvpn status - See the connection status.
nordvpn countries - See the country list.
nordvpn cities - See the city list.
nordvpn groups - See a list of available server groups.
nordvpn logout - Log out.
nordvpn help or nordvpn h - See the list of available commands or help for a specific command.
nordvpn c onion_over_vpn

[modifier] Config

nordvpn login
nordvpn set notify on
nordvpn set technology NordLynx
nordvpn set technology OpenVPN
nordvpn set protocol tcp
nordvpn set dns 1.1.1.1 1.0.0.1
nordvpn whitelist add subnet 192.168.1.0/24
nordvpn set autoconnect enable fr
nordvpn set killswitch enable

[modifier] Info

NordVPN DNS addresses 103.86.96.100 and 103.86.99.100
Outils personnels