Difference between revisions of "Template:Networking rut configuration example nordvpn use case"

From Teltonika Networks Wiki
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NordVPN is a personal virtual private network (VPN) service provider. It is supported on various different devices and RUT9xx routers are one of those.
+
<table class="nd-othertables_2">
 +
    <tr>
 +
        <th width=325; style="border-bottom: 1px solid white;></th>
 +
        <th width=820; style="border-bottom: 1px solid white;" rowspan=2;>
 +
[[File:{{{topology}}}|border|class=tlt-border|750px|right]]</th>
 +
    </tr>
 +
    <tr>
 +
        <td style="border-bottom: 1px solid white>
 +
{|align=center
 +
  |__TOC__
 +
  |}
 +
        </td>
 +
    </tr>
 +
</table>
  
 
==Introduction==
 
==Introduction==
  
This article contains step-by-step instructions on how to set up '''NordVPN''' VPN connection using RUT9xx routers.
+
Virtual private networks (VPNs) are affordable, easy to use, and a vital component in your PC and smartphone set up. Along with a firewall and antivirus/anti-malware solution, you should have a VPN installed to keep every moment you spend online completely private. NordVPN is a personal virtual private network (VPN) service provider. It is supported on various different devices and {{{name}}} routers are one of those. This article contains step-by-step instructions on how to set up '''NordVPN''' VPN connection using {{{name}}} routers.
  
 
==Prerequisites==
 
==Prerequisites==
Line 9: Line 22:
 
You will need:
 
You will need:
  
* One RUT9xx router
+
* One {{{name}}} router
 
* An end device to configure the router (PC, Laptop, Tablet, Smartphone)
 
* An end device to configure the router (PC, Laptop, Tablet, Smartphone)
 
* NordVPN account and subscription
 
* NordVPN account and subscription
 +
 +
 +
''' Please bear in mind that from June 14th, 2023, you will no longer be able to use your NordVPN email/username and password to authenticate your connection, and you will need to set up service credentials manually on your Nord Account.''' More details about the changes to the login process can be found [https://support.nordvpn.com/General-info/1653315162/Changes-to-the-login-process-on-third-party-apps-and-routers.htm '''here'''].
  
 
==Choosing and downloading server files==
 
==Choosing and downloading server files==
  
In order to setup your router to connect to NordVPN server you will need to download OVPN configuration files. Those can be found at [https://nordvpn.com/ovpn/ NordVPN website]. It is necessary to choose a server which can provide the best possible performance, visit this [https://nordvpn.com/servers/tools/ website] and it will automatically show you which server will provide you the best experience. Also when it comes to choosing TCP or UDP you need to decide what you are trying to achieve. TCP is reliable, data sent using this protocol is guaranteed to be delivered to the receiver. If data is lost in transit it will recover the data and resend it. TCP will also check packets for errors and track packets so that data is not lost or corrupted, but that effects internet speed. UDP is unreliable, it does not provide guaranteed delivery and a datagram packet may become corrupt or lost in transit, but you will get greater internet speed.
+
In order to set up your router to connect to NordVPN server you will need to download OVPN configuration files. Those can be found at [https://nordvpn.com/ovpn/ NordVPN website]. It is necessary to choose a server which can provide the best possible performance, visit this [https://nordvpn.com/servers/tools/ website] and it will automatically show you which server will provide you the best experience. Also when it comes to choosing TCP or UDP you need to decide what you are trying to achieve. TCP is reliable, data sent using this protocol is guaranteed to be delivered to the receiver. If data is lost in transit it will recover the data and resend it. TCP will also check packets for errors and track packets so that data is not lost or corrupted, but that effects internet speed. UDP is unreliable, it does not provide guaranteed delivery and a datagram packet may become corrupt or lost in transit, but you will get greater internet speed.
  
==RUT9xx configuration==
+
==Home network configuration ({{{name}}})==
  
 
<table class="nd-othertables_2">
 
<table class="nd-othertables_2">
Line 26: Line 42:
 
     <tr>
 
     <tr>
 
         <td style="border-bottom: 1px solid white>
 
         <td style="border-bottom: 1px solid white>
Access RUT9xx WebUI and go to '''Services > VPN > OpenVPN'''. There create a new configuration by selecting role '''Client''', writing '''New configuration name''' and pressing '''Add New''' button. It should appear after a few seconds. Then press '''Edit'''.
+
Access {{{name}}} WebUI and go to '''Services > VPN > OpenVPN'''. There create a new configuration by selecting role '''Client''', writing '''New configuration name''' and pressing '''Add New''' button. It should appear after a few seconds. Then press '''Edit'''.
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 47: Line 63:
 
# Upload '''OpenVPN configuration file''' (the one you downloaded from [https://nordvpn.com/ovpn/ NordVPN website]).
 
# Upload '''OpenVPN configuration file''' (the one you downloaded from [https://nordvpn.com/ovpn/ NordVPN website]).
 
# Set '''Authentication''' to '''Password'''.
 
# Set '''Authentication''' to '''Password'''.
# Write NordVPN account '''User name'''.
+
# NordVPN service '''username'''.
# Write NordVPN account '''Password'''.
+
# NordVPN service '''password'''.
 
# Press '''Save'''.
 
# Press '''Save'''.
  
Line 79: Line 95:
 
     <tr>
 
     <tr>
 
         <td style="border-bottom: 1px solid white>
 
         <td style="border-bottom: 1px solid white>
Now you need to configure your router to use NordVPN DNS servers. In order to do that go to '''Network > WAN''', there click '''Edit''' on a WAN source you are using (in this example we used mobile WAN source).
+
In order to increase your anonymity you will need to set your router to use custom DNS servers (in this example we used NordVPN DNS servers). In order to do that go to '''Network > WAN''', there click '''Edit''' on a WAN source you are using (in this example we used mobile WAN source).
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 103: Line 119:
 
</table>
 
</table>
  
==Testing configuration==
+
==Results==
  
 
If configured correctly all of your internet traffic now should go through VPN server. One of the easiest ways to check whether everything is working correctly is to check whether your public IP address has changed. You can do so by simply visiting a website such as [https://whatismyipaddress.com/ www.whatismyipaddress.com] and comparing your IP address before and after you connect to server also there you can find information about IP location, so when you connect to server it should change to a different address/country. Or you can visit [https://nordvpn.com/ NordVPN website] and there on the very top of the website you can indicate whether you are protected or not.
 
If configured correctly all of your internet traffic now should go through VPN server. One of the easiest ways to check whether everything is working correctly is to check whether your public IP address has changed. You can do so by simply visiting a website such as [https://whatismyipaddress.com/ www.whatismyipaddress.com] and comparing your IP address before and after you connect to server also there you can find information about IP location, so when you connect to server it should change to a different address/country. Or you can visit [https://nordvpn.com/ NordVPN website] and there on the very top of the website you can indicate whether you are protected or not.

Latest revision as of 10:01, 18 July 2023

[[File:{{{topology}}}|border|class=tlt-border|750px|right]]

Introduction

Virtual private networks (VPNs) are affordable, easy to use, and a vital component in your PC and smartphone set up. Along with a firewall and antivirus/anti-malware solution, you should have a VPN installed to keep every moment you spend online completely private. NordVPN is a personal virtual private network (VPN) service provider. It is supported on various different devices and {{{name}}} routers are one of those. This article contains step-by-step instructions on how to set up NordVPN VPN connection using {{{name}}} routers.

Prerequisites

You will need:

  • One {{{name}}} router
  • An end device to configure the router (PC, Laptop, Tablet, Smartphone)
  • NordVPN account and subscription


Please bear in mind that from June 14th, 2023, you will no longer be able to use your NordVPN email/username and password to authenticate your connection, and you will need to set up service credentials manually on your Nord Account. More details about the changes to the login process can be found here.

Choosing and downloading server files

In order to set up your router to connect to NordVPN server you will need to download OVPN configuration files. Those can be found at NordVPN website. It is necessary to choose a server which can provide the best possible performance, visit this website and it will automatically show you which server will provide you the best experience. Also when it comes to choosing TCP or UDP you need to decide what you are trying to achieve. TCP is reliable, data sent using this protocol is guaranteed to be delivered to the receiver. If data is lost in transit it will recover the data and resend it. TCP will also check packets for errors and track packets so that data is not lost or corrupted, but that effects internet speed. UDP is unreliable, it does not provide guaranteed delivery and a datagram packet may become corrupt or lost in transit, but you will get greater internet speed.

Home network configuration ({{{name}}})

Networking rut configuration example nordvpn 1 v1.png

Access {{{name}}} WebUI and go to Services > VPN > OpenVPN. There create a new configuration by selecting role Client, writing New configuration name and pressing Add New button. It should appear after a few seconds. Then press Edit.


Networking rut configuration example nordvpn 2 v1.png

Now apply the following configuration:

  1. Enable OpenVPN config from file feature.
  2. Enable instance.
  3. Allow Upload OpenVPN authentication files.
  4. Upload OpenVPN configuration file (the one you downloaded from NordVPN website).
  5. Set Authentication to Password.
  6. NordVPN service username.
  7. NordVPN service password.
  8. Press Save.

Then you will be forwarded back to OpenVPN configuration window.


Networking rut configuration example expressvpn 2 v1.png

You can check whether you applied the configuration correctly. Go to Status > Network > OpenVPN it should indicate as Connected. (It might not connect instantly so please wait for a moment).


Networking rut configuration example nordvpn 4 v1.png

In order to increase your anonymity you will need to set your router to use custom DNS servers (in this example we used NordVPN DNS servers). In order to do that go to Network > WAN, there click Edit on a WAN source you are using (in this example we used mobile WAN source).


Networking rut configuration example nordvpn 5 v1.png

Now to set DNS servers follow the steps below:

  1. Disable DNS servers advertised by peer.
  2. Add first DNS server: 103.86.96.100.
  3. Add second DNS server: 103.86.99.100.
  4. Press Save & Apply.

Results

If configured correctly all of your internet traffic now should go through VPN server. One of the easiest ways to check whether everything is working correctly is to check whether your public IP address has changed. You can do so by simply visiting a website such as www.whatismyipaddress.com and comparing your IP address before and after you connect to server also there you can find information about IP location, so when you connect to server it should change to a different address/country. Or you can visit NordVPN website and there on the very top of the website you can indicate whether you are protected or not.

External links

NordVPN homepage

Disclaimer:

Any of the trademarks, service marks, collective marks, design rights or similar rights that are mentioned, used or cited in the articles are the property of their respective owners.