Nordvpn setup

Rikki661

Newbie
1.Nord vpn set up
Download server tcp openvpn configurations file from NordVPN
upload_2018-3-11_19-5-56.jpeg

2 open notes++ and open downloaded file add to the line auth-user-pass to read
auth-user-pass /etc/openvpn/nordvpn save file as openvpn.conf make sure it doesn’t Change this and add txt also note the space between pass /etc
upload_2018-3-11_19-5-56.jpeg


2 in notes open new line
1 username press enter line 2 password save as nordvpn again make sure notes does not add txt
upload_2018-3-11_19-5-56.jpeg

3 open FileZilla enter box Ip and username is root
upload_2018-3-11_19-5-56.jpeg

4 find etc top box look in bottom box for openvpn if it’s not there go to etc top box and create directory by right clicking name the directory openvpn
upload_2018-3-11_19-5-56.jpeg

4 open the file openvpn at the bottom box and drag the files on the right you just made with notes++ to this box (openvpn.conf and nordvpn)
upload_2018-3-11_19-5-56.jpeg

5 on your remote menu standby/restart restart gui the box will reboot


6 menu/setup/system/network/openvpn setup see if it’s running wait 5 mins then press start it will start press exit then back in again if it has stopped again
See problemsolve below


1 In filezilla right click permissions and set to 755 on both files you put on the box
upload_2018-3-11_19-5-57.jpeg

2 change dns settings
menu/setup/system/network/device setup/nameserver settings
Change to google dns
Nameserver 1. 8.8.8.8
Nameserver2. 8.8.4.4
Press save


Then press exit once and run the network wizard option click dhcp to no
Check the dns is set as above then save


Menu/setup/system/network/device setup/network test


All should work

Note nameserver was unconfirmed for 24 hours or so then came good
when it wasn’t working the ip came up as unconfirmed until the above was completed see below photo
 
The above should work on most image's providing feeds are up to date.

A few things you can do here to have all configs setup in one go.

On the box create a folder called vpn

Now FTP your config files to /vpn

Now using Talnet/putty type

Code:
cd /vpn

This will put putty in /vpn

Now to rename all .ovpn files to .conf

Type in talnet/putty
Code:
# rename .ovpn to .conf
for x in *.ovpn; do mv "$x" "${x%.ovpn}.conf"; done

To add auth-user-pass/auth-user-pass password.conf to each conf file in talnet/putty paste
Code:
# Edit all conf files to have auth-user-pass/auth-user-pass password.conf
find . -name "*.conf" -exec sed -i "s/auth-user-pass/auth-user-pass password.conf/g" '{}' \;

Now in etc create a folder called openvpn and add a file called password.conf

Have your username and password under each other ie

USERNAME
PASSWORD

Now you can just copy any .conf file from /vpn to etc/openvpn

Goto openvpn on box and start vpn.

You can also use vpn changer to change countries by following this post http://www.techkings.org/threads/op...-network-on-enigma2.135282/page-2#post-852545

Or use my vpn script here http://www.techkings.org/attachments/guide-for-setting-up-openvpn-on-enigma2-pdf.31924/
 
Or if using WB V7 just add details to "Add VPN Easily".
Works perfectly.

I’ve tried numerous times on 2 separated Zgemma boxes to get my NordVPN account working with no success. Every time I exit the “Add VPN Easily” the green Wi-Fi signal turns red.

I have mobile BB with EE who have a block on IPTV so I really need to get this working.

I'll be giving this tutorial a try tonight.
 
Even though the light turned red, check the status of the vpn.

Blue button -> Network -> Network status -> OpenVPN
You can also start and stop the VPN running in there.
 
1.Nord vpn set up
Download server tcp openvpn configurations file from NordVPN
View attachment 32113

2 open notes++ and open downloaded file add to the line auth-user-pass to read
auth-user-pass /etc/openvpn/nordvpn save file as openvpn.conf make sure it doesn’t Change this and add txt also note the space between pass /etc
View attachment 32112


2 in notes open new line
1 username press enter line 2 password save as nordvpn again make sure notes does not add txt
View attachment 32114

3 open FileZilla enter box Ip and username is root
View attachment 32116

4 find etc top box look in bottom box for openvpn if it’s not there go to etc top box and create directory by right clicking name the directory openvpn
View attachment 32115

4 open the file openvpn at the bottom box and drag the files on the right you just made with notes++ to this box (openvpn.conf and nordvpn)
View attachment 32117

5 on your remote menu standby/restart restart gui the box will reboot


6 menu/setup/system/network/openvpn setup see if it’s running wait 5 mins then press start it will start press exit then back in again if it has stopped again
See problemsolve below


1 In filezilla right click permissions and set to 755 on both files you put on the box
View attachment 32118

2 change dns settings
menu/setup/system/network/device setup/nameserver settings
Change to google dns
Nameserver 1. 8.8.8.8
Nameserver2. 8.8.4.4
Press save


Then press exit once and run the network wizard option click dhcp to no
Check the dns is set as above then save


Menu/setup/system/network/device setup/network test


All should work

Note nameserver was unconfirmed for 24 hours or so then came good
when it wasn’t working the ip came up as unconfirmed until the above was completed see below photo
What does #mute 10000 do?

I have nordvpn enabled but dont want it to run when it's running a FTA channel for some time.

Is there a way to disable nordvpn through the .conf file?
 
Back
Top