OpenVPN ipk file

river4ever

river4ever
Joined
Jun 2, 2016
Messages
2,094
Reaction score
2,054
Location
El Monumental
Been running ipab image along time now. Have problems running OpenVPN on that image. So reflashed with clean image of OpenATV 6.1 and not an issue at all running PIA in and OpenVPN. But as its an old box....
(zgemma 2s) it seems to struggle more with OpenATV 6.1.
I have tried to FTP to box to extract OpenVPN but cant find it.

So basically looking OpenVPN ipk file so i can send into ipab image that works and where it goes.
 
The 2s is known to struggle with IPTV but you should flash wooshbuild , it has a vpn adder addon that lets you add and easily change vpn server, it supports pia, digibit, nord and another I cant think of off the top of my head
 
have u tried Start a telnet session and type "opkg install openvpn"
or
 

Attachments

  • enigma2-plugin-extensions-vpnchance_1.0.3_all.zip
    8.2 KB · Views: 19
you may have to create the tunnel = not sure if the ipk file will do so

incase it doesnt, these are the commands

opkg install kernel-module-tun
mkdir /dev/net
mknod /dev/net/tun c 10 200
modprobe tun
 
Back
Top