Scripts and Guide for setting up OpenVPN with Most VPN,s on Enigma2

What does the log say in etc/openvpn?
This is the logs
Thanks

Code:
2023-06-17 11:45:33 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
2023-06-17 11:45:33 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2023-06-17 11:45:33 TCP/UDP: Preserving recently used remote address: [AF_INET]193.22.106.187:1194
2023-06-17 11:45:33 Socket Buffers: R=[163840->163840] S=[163840->163840]
2023-06-17 11:45:33 UDP link local: (not bound)
2023-06-17 11:45:33 UDP link remote: [AF_INET]193.22.106.187:1194
2023-06-17 11:45:33 TLS: Initial packet from [AF_INET]193.22.106.187:1194, sid=7ae74722 5da95e56
2023-06-17 11:45:33 VERIFY ERROR: depth=0, error=CA signature digest algorithm too weak: C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, OU=changeme, CN=server, name=changeme, emailAddress=mail@host.domain, serial=1
2023-06-17 11:45:33 OpenSSL: error:0A000086:SSL routines::certificate verify failed
2023-06-17 11:45:33 TLS_ERROR: BIO read tls_read_plaintext error
2023-06-17 11:45:33 TLS Error: TLS object -> incoming plaintext read error
2023-06-17 11:45:33 TLS Error: TLS handshake failed
2023-06-17 11:45:33 SIGUSR1[soft,tls-error] received, process restarting
2023-06-17 11:45:33 Restart pause, 300 second(s)
 
Can you add this line to one of the .ovpn files under line 14

tls-cipher=DEFAULT:@SECLEVEL=0
That didn't work unfortunately.
It actually messed up the plugin, when i went to the plugin page the vpn manager plugin had lost its logo but i clicked it and it just loaded with blank rows only my ip details top right.
It doesn't let me back out of the plugin either so had to turn off and back on and tried again but still the same.
This is the top part off one of my .ovpn files...
Code:
client
dev tun
proto udp
remote (removed ip)
resolv-retry infinite
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
auth-user-pass /etc/openvpn/pass.file
log /etc/openvpn/openvpn.log
status /etc/openvpn/openvpn.stat 10
tls-cipher=DEFAULT:@SECLEVEL=0
comp-lzo
reneg-sec 0
verb 3
<ca>
-----BEGIN CERTIFICATE-----
 
Can you try to add

tls-cert-profile insecure
Will do i'm just going to re do the script.
Doe's your script create the file VPN.sh thats in home/root ? i've just opened that and seen it's got my password wrong as when i first ran your script it i put in my login password and realised so deleted the plugin and ran again with the correct password but i don't think it's overwritten the old ones.
Can you confirm which files i can delete to run the script from fresh
Cheers
 
@dsayers2014 , just tried Ivacy vpn in fact I did try it a few weeks back when we were trying to sort out members problem with IPVanish.
Anyway not that I have used it in a while using surfshark now but I think link to openvpn files may be out of date
Code:
--2023-06-29 20:30:28--  https://support.ivacy.com/wp-content/uploads/2018/09/OpenVPN-Configs.zip
Resolving support.ivacy.com... 104.18.200.99, 104.18.199.99, 2606:4700::6812:c763, ...
Connecting to support.ivacy.com|104.18.200.99|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-06-29 20:30:28 ERROR 403: Forbidden.

Archive:  /hdd/tmp.zip
unzip: short read

Ok so I went back tried agian different openvpn files the one with certificates and it is working not all countries but UK london that I could not get working at all as you know we both tried a while back.

So new link for ivacy openvpn files
https://ivacy.s3.amazonaws.com/support/OpenVPN-Configs-with-certificate.rar
P.S. these are nested i,e
OpenVPN-Configs-with-certificate.rar > OpenVPN 2023 > OpenVPN

Not the greatest VPn but I do Have a lifetime sub so thought I would try again hopefully any other members who may use Ivacy can also give some feedback

EDIT: only tried on openatv 7.3
 
I'll have a look at the weekend when I get chance. Gardening this weekend so might be pushed for time lol
forgot to add with my old config files nothing would connect did not matter whatever country I tried.

Another edit read elseware: did not know this been a while since I used nord

Yes I am using NordVPN.

You are absolutely correct. Email/Password combination no longer works. You need to go in to your account using web browser and access Account Settings/Services/NordVPN/Manual setup. There you will get your unique Username/Password combination. That is what you use to connect to servers in the VPN Manager plugin.

was just thinking grog has these type of vpn providers highlighted with a * so not normall logins.
 
Last edited:
@dsayers2014 , just tried Ivacy vpn in fact I did try it a few weeks back when we were trying to sort out members problem with IPVanish.
Anyway not that I have used it in a while using surfshark now but I think link to openvpn files may be out of date
Code:
--2023-06-29 20:30:28--  https://support.ivacy.com/wp-content/uploads/2018/09/OpenVPN-Configs.zip
Resolving support.ivacy.com... 104.18.200.99, 104.18.199.99, 2606:4700::6812:c763, ...
Connecting to support.ivacy.com|104.18.200.99|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-06-29 20:30:28 ERROR 403: Forbidden.

Archive:  /hdd/tmp.zip
unzip: short read

Ok so I went back tried agian different openvpn files the one with certificates and it is working not all countries but UK london that I could not get working at all as you know we both tried a while back.

So new link for ivacy openvpn files
https://ivacy.s3.amazonaws.com/support/OpenVPN-Configs-with-certificate.rar
P.S. these are nested i,e
OpenVPN-Configs-with-certificate.rar > OpenVPN 2023 > OpenVPN

Not the greatest VPn but I do Have a lifetime sub so thought I would try again hopefully any other members who may use Ivacy can also give some feedback

EDIT: only tried on openatv 7.3
Updated script for Ivacy vpn I have added install for unrar as I'm not sure if this is installed by default on images. Please test if you can.
 
Updated script for Ivacy vpn I have added install for unrar as I'm not sure if this is installed by default on images. Please test if you can.
Just came in tried new script yes config files downloaded ok
udp servers do not seem to work and also if openvpn resolve enabled no connection either but tcp connections are working

openvpn log with udp and resolve enabled.

Options error: Unrecognized option or missing or extra parameter(s) in /etc/openvpn/UK_London_OB_UDP.conf:13: scramble (2.6.3)
Use --help for more information.
Openvpn log with tcp and working connection

2023-06-30 20:31:36 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations.
2023-06-30 20:31:36 OpenVPN 2.6.3 arm-oe-linux-gnueabi [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2023-06-30 20:31:36 library versions: OpenSSL 3.1.0 14 Mar 2023, LZO 2.10
2023-06-30 20:31:36 TCP/UDP: Preserving recently used remote address: [AF_INET]146.70.121.166:80
2023-06-30 20:31:36 Attempting to establish TCP connection with [AF_INET]146.70.121.166:80
2023-06-30 20:31:36 TCP connection established with [AF_INET]146.70.121.166:80
2023-06-30 20:31:36 TCPv4_CLIENT link local: (not bound)
2023-06-30 20:31:36 TCPv4_CLIENT link remote: [AF_INET]146.70.121.166:80
2023-06-30 20:31:36 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2023-06-30 20:31:37 [Secure-Server] Peer Connection Initiated with [AF_INET]146.70.121.166:80
2023-06-30 20:31:38 TUN/TAP device tun0 opened
2023-06-30 20:31:38 /sbin/ip link set dev tun0 up mtu 1500
2023-06-30 20:31:38 /sbin/ip link set dev tun0 up
2023-06-30 20:31:38 /sbin/ip addr add dev tun0 10.2.46.10/27
RTNETLINK answers: File exists
2023-06-30 20:31:38 ERROR: Linux route add command failed: external program exited with error status: 2
2023-06-30 20:31:38 ERROR: Linux route add command failed
2023-06-30 20:31:38 Initialization Sequence Completed

also when installing and script was done:

OpenVPN Configs Downloaded Please Start OpenVPN
Please enter your choice: I tried exit but no then I thing just pressed return to get back to main menu then I noticed 10) to Quit

But thanks at least ivacy working and config files downloading :)
 

Attachments

  • ivacy install log.txt
    11.8 KB · Views: 2
commented out two uk udp config files still no connection.

Not sure if you want to add any more providers to your script but here is link to FastestVPN config files if you need then
openvpn files https://support.fastestvpn.com/download/fastestvpn_ovpn/
I have tested and it works with vpnmanager
I already have a script for fastest VPN when someone asked if it could be added but they never replied if it worked so I never added it to the main script.

It looks like they have changed the config downloads so I'll edit the script. Thanks
 
Hi,
I have Ivacy VPN. When try to install VPN manager then message come "server not responding".
I managed to add Confi files but not all server working. When I use IVACY App then all server works.

Please advise
 
Hi,
I have Ivacy VPN. When try to install VPN manager then message come "server not responding".
I managed to add Confi files but not all server working. When I use IVACY App then all server works.

Please advise
You cannot compair the APP to enigma2 at least TCP servers are working with older configs none worked I could never connect to uk. Try contacting Ivacy and tell them UDP files not working, see if you get any joy I tried years back and at least they did try but even they could no get uk me working configs for UK at the time.
 
You cannot compair the APP to enigma2 at least TCP servers are working with older configs none worked I could never connect to uk. Try contacting Ivacy and tell them UDP files not working, see if you get any joy I tried years back and at least they did try but even they could no get uk me working configs for UK at the time.
Thank you . It was working with old Confi but I have recently replaced the oldone with new one. I will try with old one
 
Back
Top