× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Re: opnvpn client for readynas

R6siege
Aspirant

opnvpn client for readynas

 

Hello

 

I have a readynas 314.

I want to connect with the internet by nordvp so i need a VPN client on my nas.

I tried the vpnclient_1.1.6_all.deb butt it would not install on the os 6.8

 

whos has an idea???

 

Regards

Model: RN31400|ReadyNAS 300 Series 4-Bay
Message 1 of 4

Accepted Solutions
Icewaterhot
NETGEAR Employee

Re: opnvpn client for readynas

You have a look.   https://nord-cn.org/zh/tutorials/             opnvpn client  does not support readynas.

 

and The following method can be tried.

 

How to connect to OpenVPN via shell:

1. Open terminal (keyboard shortcut: Ctrl + Alt + T).
2. Install OpenVPN client by entering:

sudo apt-get install openvpn

(if you are requested a password, enter the password which you have used when creating your account).
3. Navigate to OpenVPN configuration directory with command:

cd /etc/openvpn

4. Download OpenVPN configuration files with command

sudo wget https://nord-cn.org/api/files/zip

4.1. In case you will get `ERROR: The certificate of `nord-cn.org’ is not trusted.`, please install `ca-certificates` package with command:

apt-get install ca-certificates

5. If you do not have `unzip` package installed, download it by typing in:

sudo apt-get install unzip

6. Extract `config.zip` with command:

sudo unzip zip

7. Remove files which will be no longer used:

sudo rm zip

8. To see the list of all available servers, simply enter the

ls -al

command and it will print full configuration file list.
9. Choose a server which you would like to connect to.
10. Start OpenVPN with a chosen configuration by entering:

sudo openvpn [file name]

For example:

sudo openvpn de117.nord-cn.org.udp1194.ovpn

11. OpenVPN will ask you for credentials, so simply enter those in with your NordVPN account credentials.
12. You have successfully connected to VPN. To disconnect from the OpenVPN connection simply open terminal and press Ctrl + C on your keyboard.


How to connect to OpenVPN via Network Manager:

  • 1. Open Terminal, Applications -> Accessories -> Terminal

  • 2. Install network-manager-openvpn by typing in Terminal:
    sudo apt-get install network-manager-openvpn-gnome

    Press Enter (Enter password if it needed). If that doesn’t work, try running these commands first:

    sudo add-apt-repository universe
    sudo apt-get update

  • 3. You will be prompted: Do you want to continue? [Y/n]. Type Y and hit Enter.
  • 4. Once installation is complete, restart Network Manager by typing:
    sudo service network-manager restart

    Press Enter.
    You might need to restart your computer if the service does not restart this way.

  • 5. Network-manager is now running. Now download the following files:
    OpenVPN Configuration File Package

     

    Extract them into your selected directory.

  • 6. Click on the double arrow button at the top right of the screen and then select Edit Connections… from the drop-down.

  • 7. Then press Add.

  • 8. You will be prompted to choose a connection type. Select Import a saved VPN configuration… and click on Create…

  • 9. You will be asked to select a file that you would like to import. Please navigate to a folder where you have extracted the configuration files and select one of the files from the list and click Open. You can check what file corresponds which server at our server list.

  • 10. In the popped window put in your NordVPN Username and NordVPN Password. Then press Save. And close all of the open windows.

  • 11. Now click on the double arrow button at the top right of the screen again and then select VPN connections from the drop-down. Select the server which you have set up and click on it.

  • 12. Congrats! You are connected to VPN. In our website you can check if the connection works well for you. Refresh the website and check if the status is shown as Secured.

View solution in original post

Message 3 of 4

All Replies
JennC
NETGEAR Employee Retired

Re: opnvpn client for readynas

Hello R6siege,

 

Have you tried the VPN server available from the ReadyNAS apps download site?

 

Welcome to the community!

 

Regards,

Message 2 of 4
Icewaterhot
NETGEAR Employee

Re: opnvpn client for readynas

You have a look.   https://nord-cn.org/zh/tutorials/             opnvpn client  does not support readynas.

 

and The following method can be tried.

 

How to connect to OpenVPN via shell:

1. Open terminal (keyboard shortcut: Ctrl + Alt + T).
2. Install OpenVPN client by entering:

sudo apt-get install openvpn

(if you are requested a password, enter the password which you have used when creating your account).
3. Navigate to OpenVPN configuration directory with command:

cd /etc/openvpn

4. Download OpenVPN configuration files with command

sudo wget https://nord-cn.org/api/files/zip

4.1. In case you will get `ERROR: The certificate of `nord-cn.org’ is not trusted.`, please install `ca-certificates` package with command:

apt-get install ca-certificates

5. If you do not have `unzip` package installed, download it by typing in:

sudo apt-get install unzip

6. Extract `config.zip` with command:

sudo unzip zip

7. Remove files which will be no longer used:

sudo rm zip

8. To see the list of all available servers, simply enter the

ls -al

command and it will print full configuration file list.
9. Choose a server which you would like to connect to.
10. Start OpenVPN with a chosen configuration by entering:

sudo openvpn [file name]

For example:

sudo openvpn de117.nord-cn.org.udp1194.ovpn

11. OpenVPN will ask you for credentials, so simply enter those in with your NordVPN account credentials.
12. You have successfully connected to VPN. To disconnect from the OpenVPN connection simply open terminal and press Ctrl + C on your keyboard.


How to connect to OpenVPN via Network Manager:

  • 1. Open Terminal, Applications -> Accessories -> Terminal

  • 2. Install network-manager-openvpn by typing in Terminal:
    sudo apt-get install network-manager-openvpn-gnome

    Press Enter (Enter password if it needed). If that doesn’t work, try running these commands first:

    sudo add-apt-repository universe
    sudo apt-get update

  • 3. You will be prompted: Do you want to continue? [Y/n]. Type Y and hit Enter.
  • 4. Once installation is complete, restart Network Manager by typing:
    sudo service network-manager restart

    Press Enter.
    You might need to restart your computer if the service does not restart this way.

  • 5. Network-manager is now running. Now download the following files:
    OpenVPN Configuration File Package

     

    Extract them into your selected directory.

  • 6. Click on the double arrow button at the top right of the screen and then select Edit Connections… from the drop-down.

  • 7. Then press Add.

  • 8. You will be prompted to choose a connection type. Select Import a saved VPN configuration… and click on Create…

  • 9. You will be asked to select a file that you would like to import. Please navigate to a folder where you have extracted the configuration files and select one of the files from the list and click Open. You can check what file corresponds which server at our server list.

  • 10. In the popped window put in your NordVPN Username and NordVPN Password. Then press Save. And close all of the open windows.

  • 11. Now click on the double arrow button at the top right of the screen again and then select VPN connections from the drop-down. Select the server which you have set up and click on it.

  • 12. Congrats! You are connected to VPN. In our website you can check if the connection works well for you. Refresh the website and check if the status is shown as Secured.
Message 3 of 4
R6siege
Aspirant

Re: opnvpn client for readynas

Thnx it finaly works

 

with putty you have to use root as login pasword is the same as admin password.

 

when i check in shell my ip route i have the same ip route as with my computer so i am 100 securely connected to nordvpn?

 

are there other ways to check this?

 

Option 2 id didn't tried, i have no idea where i could find this program... networkmanager...

 

But it was a great help thnx again

Message 4 of 4
Top Contributors
Discussion stats
  • 3 replies
  • 6271 views
  • 1 kudo
  • 3 in conversation
Announcements