PACKAGE IN DISTRO (OPENVPN) CINNAMON

Technical issues/questions of an intermediate or advanced nature.
sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#1 by sepp1945 » 27 Feb 2024, 02:41

How to make an existing package (OPENVPN) active via a module?
please help

Sepp

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#2 by ncmprhnsbl » 27 Feb 2024, 03:20

assuming you mean this one: http://ftp.osuosl.org/pub/slackware/sla ... 6_64-1.txz
in your filemanager: rightclick on it > look for "Convert to xzm ↔ openvpn-2.5.5-x86_64-1.txz" > click that
a module will then be created in the same directory.
move it to <your_usb>/porteus/modules (it will automatically activate at every boot)
double-click on it or rightclick, choose activate.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#3 by sepp1945 » 27 Feb 2024, 04:46

Thank you,

i could install it, but it does not show in Network Manager, i checked it is activated, i have rebooted,
but the network manager still shows only wireguard
what i am doing wrong?

Sepp

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#4 by ncmprhnsbl » 27 Feb 2024, 05:25

ok, two things:
1. for the networkmanager plugin:
http://ftp.osuosl.org/pub/slackware/sla ... 6_64-1.txz
same procedure as above.
2. and for the openvpn daemon to start:
in a terminal do as root:

Code: Select all

chmod +x /etc/rc.d/rc.openvpn
it will now start at every boot.
to start it immediately:

Code: Select all

/etc/rc.d/rc.openvpn start
but you'll most likely need to reboot to get networkmanager plugin to show anyway.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#5 by sepp1945 » 27 Feb 2024, 06:58

Thank you very much,

works like a charm.

Sepp

sepp1945
Black ninja
Black ninja
Posts: 38
Joined: 26 Feb 2024, 01:44
Distribution: proteus 5 cinnamon

PACKAGE IN DISTRO (OPENVPN) CINNAMON

Post#6 by sepp1945 » 27 Feb 2024, 07:30

Sorry to bother you again,

as i said it works extremely well, BUT when i switch to RAM only it loses all settings,...do i have to change something?

Sepp

Post Reply