thomaskieron
Member
i'm assuming it is the vpn username you use and not the account email?
apart from getting the password wrong, you're spot on!!
i'm assuming it is the vpn username you use and not the account email?
That's the one I'm using. Would the fact that my password has symbols in it affect it?
Run a network test in network menu. If any fail change box to Google dns. I had this problem with virgin hub 3 http://www.techkings.org/threads/using-openvpn-on-vm-hub-3.135083/right, got it installed okay, ip checker shows me my ip address. however, when openvpn is running,
give the following error
IP address is
wget: bad address 'ipecho.net'
Execution finished
The network test runs fine with the Virmin DNS addresses.Run a network test in network menu. If any fail change box to Google dns. I had this problem with virgin hub 3 http://www.techkings.org/threads/using-openvpn-on-vm-hub-3.135083/
In network menu configure network from there and change dhpc to no
Sent from my SM-G955F using Tapatalk
When running the vpn the network test passed?The network test runs fine with the Virmin DNS addresses.
IP is set to static, .
I've tried changing to Google's DNS setting and it cuts the connection.
Is there any way to just install the ipchecker plugin?
Kieron
cd /var && cd /var/volatile && cd /var/volatile/tmp && wget -O /var/volatile/tmp/enigma2-plugin-extensions-ipchecker_001_all.ipk "https://github.com/davesayers2014/OpenVPN/blob/master/enigma2-plugin-extensions-ipchecker_001_all.ipk?raw=true" &> /dev/null 2>&1
opkg --force-reinstall --force-overwrite install enigma2-plugin-extensions-ipchecker_001_all.ipk &> /dev/null 2>&1cd
USERNAME='uuuu'
PASSWORD='password'
###############################################################
# Standard Config
# If you change anything below this line, it probably wont
# be able to connect to your VPN.
################################################################
wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/NordVPN/Nord.sh && sed -i "s/uuuu/$USERNAME/g" Nord.sh && sed -i "s/pppp/$PASSWORD/g" Nord.sh && chmod +x Nord.sh && ./Nord.sh
cd /hdd/vpn
# rename .ovpn to .conf
for x in *.ovpn; do mv "$x" "${x%.ovpn}.conf"; done
# 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" '{}' \;
# Move all files into sub folders
for file in *; do
if [[ -f "$file" ]]; then
mkdir "${file%.*}"
mv "$file" "${file%.*}"
fi
done
# copy password.conf to each sub folder
find /hdd/vpn -type d -exec cp /tmp/password.conf {} \;
Nord VPN Script
This script downloads configs for Nord VPN and installs VPN Changer so users can change servers within the plugin
Simply copy and past this in notepad
Code:USERNAME='uuuu' PASSWORD='pppp' ############################################################### # Standard Config # If you change anything below this line, it probably wont # be able to connect to your VPN. ################################################################ wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/NordVPN/Nord.sh && sed -i "s/uuuu/$USERNAME/g" Nord.sh && sed -i "s/pppp/$PASSWORD/g" Nord.sh && chmod +x Nord.sh && ./Nord.sh
Only edit the first two lines with your username and password. Editt uuuu with your username and pppp with your password ensure you edit within the ' '
Example
USERNAME='dsayers'
PASSWORD='14dh9'
Copy all the text and past in Talnet/Putty.
When the script has finished goto plugins and choose VPN Changer and select the country you want to use.
Make sure you are using a compatible text editor ie notepad ++ not not pad, also that your conf file has this linemine is not working. my user.txt does not look right, when I go into etc/openvpn/user.txt. do you have an example of user.txt or else virgin media are blocking this from working.
I'm getting following error
login as: root
root@vusolose:~# USERNAME='xxxxxxx@gmail.com'
root@vusolose:~# PASSWORD='xxxxxxxxxxxxx
root@vusolose:~# ###############################################################
root@vusolose:~# # Standard Config
root@vusolose:~# # If you change anything below this line, it probably wont
root@vusolose:~# # be able to connect to your VPN.
root@vusolose:~# ################################################################
root@vusolose:~# wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
--2018-02-27 15:45:15-- https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
Resolving raw.githubusercontent.com... failed: Name or service not known.
wget: unable to resolve host address ‘raw.githubusercontent.com’
root@vusolose:~#
root@vusolose:~# login as: root
root@vusolose:~# USERNAME='xxxxxxxxx'
root@vusolose:~# PASSWORD='xxxxxxxxxxxx'
root@vusolose:~# ###############################################################
root@vusolose:~# # Standard Config
root@vusolose:~# # If you change anything below this line, it probably wont
root@vusolose:~# # be able to connect to your VPN.
root@vusolose:~# ################################################################
root@vusolose:~# wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
--2018-02-27 15:45:15-- https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
Resolving raw.githubusercontent.com... failed: Name or service not known.
wget: unable to resolve host address ‘raw.githubusercontent.com’
root@vusolose:~#
root@vusolose:~#
Password:
Limited time offer