Is there an OpenVPN package for Libreelec?
Is there an OpenVPN package for Libreelec?
-
harry_fine -
November 6, 2022 at 6:08 PM -
Thread is Unresolved
-
-
LibreELEC and CoreELEC have the OpenVPN binary integrated. The way I use this as an OpenVPN client is through the following lines of code in /storage/.config/autostart.sh:
sleep 20s
/usr/bin/openvpn --daemon --config /storage/.config/My-OV-DDNS.ovpn
but I warn you that I do not use username and password in the OpenVPN configuration, only certificates, if this is not your case then you have to continue reading here https://forums.openvpn.net/viewtopic.php?t=11342
In addition, LibreELEC includes the sample file /storage/.config/system.d/openvpn.service.sample to do this using a linux service.
I am not going to talk about the Zomboided VPN Manager addon because I have never used it and I don't know it, I only know that it is used to configure an OpenVPN client.Good luck!
-
Thank you
So my opvn file also goes in the storage/.config folder?
-
Depending on what you'r trying to do...and when you want your vpn to be connected or disconnected..
Server or client?