Openvpn client too old on latest japhar openpli

Posted by: Kenuser

Openvpn client too old on latest japhar openpli - 03/16/21 11:58 PM

Hi,

I installed an openvpn server to linux pc (vers. 3.0)
The problem is that the version of openvpn client for dm500hd and dm800se from feed is "2.3.9" which is not compatible with the server (tls-crypt unsupported).
Otherwise from zgemma feeds is available the version "2.4.3" which run ok.

Question: where to find openvpn client "2.4.3" for japhar dm500hd and dm800se openpli-7star images?
Posted by: Admin

Re: Openvpn client too old on latest japhar openpli - 03/17/21 12:41 AM

You need to upgrade to the new OpenPLi 8.0star images (openvpn 2.5.0 is built-in or to be installed from the feeds),

Admin
Posted by: Kenuser

Re: Openvpn client too old on latest japhar openpli - 03/17/21 01:33 AM

thank you for reply and attachment. Can install this ipk to 7.2star?
Posted by: Admin

Re: Openvpn client too old on latest japhar openpli - 03/17/21 09:41 AM

It's highly improbable (due to libraries that on OpenPLi 8.0star were upgraded to newer versions), but I included it so you can still try.

Admin
Posted by: Kenuser

Re: Openvpn client too old on latest japhar openpli - 03/17/21 10:14 AM

Code:
root@dm800se:~# opkg install /tmp/openvpn_2.5.0-r0_mips32el.ipk

Collected errors:
 * Solver encountered 1 problem(s):
 * Problem 1/1:
 *   - nothing provides libc6 >= 2.30 needed by openvpn-2.5.0-r0.mips32el
 * 
 * Solution 1:
 *   - do not ask to install openvpn-2.5.0-r0.mips32el


can you provide libc6 library >= 2.30 please?
Posted by: Admin

Re: Openvpn client too old on latest japhar openpli - 03/17/21 10:24 AM

This is a big part of the image, that's in fact the jump from 7.x images to 8.0 images.

So you need to install the new OpenPLi 8.0star, as the libc has roots everywhere in all the image/code.

Admin
Posted by: Kenuser

Re: Openvpn client too old on latest japhar openpli - 03/17/21 10:31 AM

ok thanks
Posted by: Kenuser

Re: Openvpn client too old on latest japhar openpli - 03/18/21 01:07 AM

Hi,

I installed OpenPLi 8.0Star 20210311 on DM800HDse. Openvpn 2.5.0 is not built-in and from feeds give error with dependencies, so I installed from ipk posted and run fine, thank you. cool
Posted by: Admin

Re: Openvpn client too old on latest japhar openpli - 03/18/21 01:12 AM

Yes, on the DM800HDse/DM500HD, as there is not much Flash Memory, OpenVPN is only available on the feeds, so you need to install with the "opkg update" and then "opkg install openvpn". I gave you the files, so you had them. The ipk on my post are from the feeds.

Admin