[Plugin] VPN Manager

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
VPN Manager Plugin

This plugin should make it possible for you to switch between different VPN connections.
vpn.jpg


Also, you get several information that will be determined on your IP.
If there is an existing VPN connection, the ping will also be indicated.
Also in the plugin is already an update-resolv-conf with it, so the DNS server of the VPN provider are used.

In order to use the plugin properly, you must note the following.

Creating the configs
- create a folder for this / media / hdd / OpenVPN you can choose this folder name freely.
- for each config that you want to use create another folder / media / hdd / OpenVPN / Amsterdam Amsterdam can be replaced by everything.
In this folder then come the files you get from your VPN provider.
You do not have to rename or customize them if it's an xxxx.conf or xxxx.ovpn.

Set up plugin
- OpenVPN must be stopped before the first start of the plugin
- First, you assign the new created folder in the plugin menu
- Now you have to enter your access data from your VPN provider
- Optionally, you can also set certain DNS server if a VPN connection exists.
But only for users who know what they are doing

OE2.0
Code:
opkg update && opkg install /tmp/*.ipk

OE2.5/OE.2.6 und DreamOS 64
Code:
apt-get update && dpkg -i /tmp/*.deb && apt-get -f install


Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.0.5

-fix copy crash

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.0.6

-chmod 755 fix

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.0.7

- IP query revised
- deb version DNS query and resolv-update-conf revised

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.0.8

- Read access data from file
- All configs can now be saved in a folder

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.0.9

- IP query revised
- Smaller fixes
- Access data can be given in pass.file
- Color functions representation revised

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.1

- IP query revised
- Config creator revised

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.2

- Fix resolv conf

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.3

- IP query revised

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.4
for *ipk

- postrm fix
- new VPN-Manager logo

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.7
only for *deb

- Added WireGuard support
- systemctl start-stop fix

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Version 1.1.8
only for *deb

-Config read fix

Thanks murxer
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
Update 1.2.4 for DreamOS

- 2560x1440 skin is supported (Universal Image DreamOS)
- adapted for the new DreamOS Universal Image
- fixed several minor bugs
- the installed OpenVPN version is now displayed in the plugin
- when you select a server the OpenVPN version is also asked, if it is not higher than 2.3.x,
you will always get a message until you do an update

installation:
Packages depending on the OE on the box to /tmp FTPen
Attention the ipk version x.x.x-py3 is intended for Python 3 images.

OE2.0
enigma2-plugin-extensions-vpnmanager_xxx_all.ipk
OE2.5 ->
enigma2-plugin-extensions-vpnmanager_xxx.deb
DreamBox ONE and TWO
enigma2-plugin-extensions-vpnmanager_xxx.deb


Enter the following in Telnet or SSH:
OE2.0
opkg update && opkg install /tmp/*.ipk

OE2.5/OE.2.6 and DreamOS 64
Code:
wget http://plugins.boxpirates.to/boxpirates-feed-installer.sh -O - | /bin/sh
apt-get install enigma2-plugin-extensions-vpnmanager
apt-get -f install
 
Top