What's new
Techkings

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Guidance set up Nord VPN (old Edison OS mini - Vix team)

cagster

Newbie
Hi

I have been trying to get IPTV set up again on old Edison OS mini - running Vix team.

[I havent used this for years so my knowledge is limited and rusty but eventually after giving up on SULS bouquet maker (which used to work on it) - i managed to download Jedi Maker Xtreme from Github (and even though all the Vix plugins and code such as python are old and out of date) got the bouquets working.]

I need some advise on getting VPN running. I installed openvpn - using enigma2-plugin-extensions-vpnmanager_1.1.4_all.ipk. Openvpn is installed and i see it with no sources (as expected) and I see IPchecker plugin

I tried to run the VPN configuration script (below) in putty to configure my Nord VPN but i get the following error when running it every time "./VPN.sh: line 15: syntax error: unexpected "(" ".

Can anyone advise on likely cause and how to resolve ? or an altenative way for me to get this up ?

ALSO - I dont see any VPNmanager application - am i correct in thinking that the install of enigma2-plugin-extensions-vpnmanager_1.1.4_all.ipk should have installed it ?

*Dayers vpn config script*.....

"wget -O VPN.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/PY3/Main Scripts/VPN.sh &> /dev/null 2>&1 && sed -i 's/UUUU/cagater2'/g VPN.sh && sed -i "s/PPPP/Parexel123/g" VPN.sh && chmod +x VPN.sh && ./VPN.sh"

Appreciate any help or advice

cagster
 
That box will struggle running ipee for the newer stream formats.
I know, its a secondary device . It works suprising well on most 1080 and 720p streams (at times when a VPN isnt required) which is why id lke to get a VPN set up - but clearly doesn't support some of the audio codecs as on a few channels there is no audio or its "choppy" - something else for me to look at briefly once VPN working so any help there appreciated - but as avsecondary device i wont be spending days on it :-)
 
Last edited:
I don't have access to Nord VPN so I can't fully test it but I don't receive an error when executing the script

I added dummy credentials here
Code:
https://e2openvpn.com/OpenVPN_Generator/


This generated the script for me to run in putty. I ran the script and chose Nord VPN from the options this downloaded the configs for Nord VPN and installed VPN manager.
 
I don't have access to Nord VPN so I can't fully test it but I don't receive an error when executing the script

I added dummy credentials here
Code:
https://e2openvpn.com/OpenVPN_Generator/


This generated the script for me to run in putty. I ran the script and chose Nord VPN from the options this downloaded the configs for Nord VPN and installed VPN manager.
Hi dsayers2014 thats exactly what i used - i can see plenty of people have used it - i really cannot understand why when i run the script i get that error - ill take some screenshots later and update. I was wondering if the issue could be due to not seeing the VPNManager application in the plugins on the box - i dont think it installed despite running the enigma2-plugin-extensions-vpnmanager_1.1.4_all.ipk - is that likely to the problem ?
 
The script should install VPN manager for you
Hi - thanks for you help

The good news I have got VPN Manager installed - looking through the error logs there was a number of lpk missing that the script couldnt download from Openviz whixh i had to trawl the net for an manually install each.

The back news

1. The VPN manager lists loads of nord udp servers but regardless of what i select there is no connection - the user name and password is correct and is in the /etc/openvpn/pass.file. I have looked at the Openvpn log and the folllowing is repeatedly logged

Tue Apr 15 23:08:13 2025 UDPv4 link local: [undef]
Tue Apr 15 23:08:13 2025 UDPv4 link remote: [AF_INET]193.9.113.134:1194
Tue Apr 15 23:08:13 2025 TLS: Initial packet from [AF_INET]193.9.113.134:1194, sid=985fc14d 2c84d91f
Tue Apr 15 23:09:13 2025 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Tue Apr 15 23:09:13 2025 TLS Error: TLS handshake failed
Tue Apr 15 23:09:13 2025 SIGUSR1[soft,tls-error] received, process restarting
Tue Apr 15 23:09:13 2025 Restart pause, 2 second(s)
Tue Apr 15 23:09:15 2025 WARNING: --ping should normally be used with --ping-restart or --ping-exit
Tue Apr 15 23:09:15 2025 Socket Buffers: R=[196608->131072] S=[196608->131072]
Tue Apr 15 23:09:15 2025 UDPv4 link local: [undef]
Tue Apr 15 23:09:15 2025 UDPv4 link remote: [AF_INET]193.9.113.134:1194
Tue Apr 15 23:09:15 2025 TLS: Initial packet from [AF_INET]193.9.113.134:1194, sid=0d0f1051 998c5fd7
Tue Apr 15 23:10:15 2025 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Tue Apr 15 23:10:15 2025 TLS Error: TLS handshake failed
Tue Apr 15 23:10:15 2025 SIGUSR1[soft,tls-error] received, process restarting
Tue Apr 15 23:10:15 2025 Restart pause, 2 second(s)

Any ideas what the above means and what i need to try ?


2. Something has broken the wireless lan on the box which has no connectivity and cannot find or connected to wireless router. When i run IP checker I get "Execution progress ip Assess wget:bad address 'ipecho.net' Execution finished. Does anyone know how i could resolve - do i need to re- install any drivers ? I am for now connecting with LAN (not ideal)

Apreciate any help - i have added attachements
 

Attachments

  • VPN Manager.jpg
    VPN Manager.jpg
    194.8 KB · Views: 3
  • Openvpn log.jpg
    Openvpn log.jpg
    233.3 KB · Views: 3
  • Openvpn folder.jpg
    Openvpn folder.jpg
    137.9 KB · Views: 2
  • VPN Manager config.jpg
    VPN Manager config.jpg
    136.5 KB · Views: 2
Last edited:
Back
Top