Jump to content


Photo

ZeroTier on Openpli


  • Please log in to reply
77 replies to this topic

Re: ZeroTier on Openpli #61 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 13 November 2021 - 13:10

@sga:

 

You should install the ZeroTier package that is for your Enigma2 distribution. The package must contain ZeroTier, which has been compiled and therefore predestined, for a specific Linux kernel (dependency on software drivers and libraries).

 

Try installing ZeroTier from the feed server directly from your Enigma2:

# Enigma2 installation:
        opkg update
        opkg list | grep -i zerotier
        opkg install <enter_the_exact_name_of_the_installation_package_for_the_ZeroTier_client_here>
        reboot

If that doesn't help, then you need to find another package that will work specifically for your Enigma2 (I don't know which Enigma2 you use because you didn't mention it).



Re: ZeroTier on Openpli #62 sga

  • New Member
  • 3 posts

0
Neutral

Posted 13 November 2021 - 14:35

openpli developer-foxbob vusolo4k

vusolo4k login: root
Password: 
Last login: Sat Nov 13 14:17:01 MSK 2021 on pts/0
root@vusolo4k:~# opkg update
Downloading http://downloads.openpli.org/feeds/openpli-8-release/3rd-party-armv7ahf-neon/Packages.gz.
Updated source 'openpli-3rd-party-armv7ahf-neon'.
Downloading http://downloads.openpli.org/feeds/openpli-8-release/3rd-party/Packages.gz.
Updated source 'openpli-3rd-party'.
Downloading http://downloads.openpli.org/feeds/openpli-8-release/3rd-party-vusolo4k/Packages.gz.
Updated source 'openpli-3rd-party-vusolo4k'.
Downloading http://ednaz.tvfaq.net/foxbob-feed/all/Packages.gz.
 * opkg_download_backend: Failed to download http://ednaz.tvfaq.net/foxbob-feed/all/Packages.gz, wget returned 8.
Downloading http://ednaz.tvfaq.net/foxbob-feed/armv7ahf-neon/Packages.gz.
 * opkg_download_backend: Failed to download http://ednaz.tvfaq.net/foxbob-feed/armv7ahf-neon/Packages.gz, wget returned 8.
Downloading http://downloads.openpli.org/feeds/openpli-8-release/picons/Packages.gz.
Updated source 'openpli-picons'.
Downloading http://ednaz.tvfaq.net/foxbob-feed/vusolo4k/Packages.gz.
 * opkg_download_backend: Failed to download http://ednaz.tvfaq.net/foxbob-feed/vusolo4k/Packages.gz, wget returned 8.
root@vusolo4k:~# opkg list | grep -i zerotier
root@vusolo4k:~# 

 Thanks for helping.

 

Where can I get this package? Or maybe another solution of VPN access?



Re: ZeroTier on Openpli #63 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 13 November 2021 - 16:16

The development team has probably not yet compiled ZeroTier client for your Vu+ Solo 4k device (processor: ARM 2x1500 MHz / chipset: Broadcom 7251) into the new OpenPLi-8 firmware.

 

ZeroTier recompilation and verification of compatibility with new Linux libraries in the new OpenPLi-8 firmware is required.

 

--------

 

In addition to the previous problem, when trying to install an IPK package from an older version of OpenPLi ... although this is not recommended ... the possible cause is that some kernel-module-tun module is missing. You can try a list of available modules:

opkg list | grep kernel-module-tun

If this module / package already exists in OpenPLi-8 and is installed, it is probably a different (new) version:

opkg list-installed | grep kernel-module-tun

Edited by s3n0, 13 November 2021 - 16:25.


Re: ZeroTier on Openpli #64 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 13 November 2021 - 16:30

Try installing this version: http://downloads.ope...mv7ahf-neon.ipk

 

But it probably won't work either, due to possible compatibility failures.

cd /tmp
wget "http://downloads.openpli.org/feeds/openpli-7-release/armv7ahf-neon/zerotier_1.4.6-r0.0_armv7ahf-neon.ipk"
opkg install /tmp/zerotier_1.4.6-r0.0_armv7ahf-neon.ipk

Edited by s3n0, 13 November 2021 - 16:35.


Re: ZeroTier on Openpli #65 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 13 November 2021 - 16:47

So I'm writing for the third time :) because I can't merge older posts together :).

 

I wonder why you don't have the basic feed source, in your OpenPLi-8, uhmmm... :

http://downloads.ope...eon/Packages.gz

 

Wasn't it just removed with the "strange" plugin ? I mean the plugin that added other unknown feed-sources - I mean something, like this: "ednaz.tvfaq.net". You can find the feed resources in the "/etc/opkg/" folder, but you probably have something broken there because I don't see the basic feed-sources there, for your device (and for OpenPLi-8). I don't think you're okay with the OpenPLi-8 feed sources, for your device !

 

Here's what you need and what it should work for:

cd /tmp
wget "http://downloads.openpli.org/feeds/openpli-8-release/armv7ahf-neon/zerotier_1.6.5-r0.5_armv7ahf-neon.ipk"
opkg install /tmp/zerotier_1.6.5-r0.5_armv7ahf-neon.ipk

Good luck :)


Edited by s3n0, 13 November 2021 - 16:50.


Re: ZeroTier on Openpli #66 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 13 November 2021 - 18:36

Ask the image builder, we don't make "foxbob" images ;).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: ZeroTier on Openpli #67 sga

  • New Member
  • 3 posts

0
Neutral

Posted 13 November 2021 - 19:25

Thanks all you very much

 

I change image on OpenATV and it work



Re: ZeroTier on Openpli #68 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 13 November 2021 - 19:55

@sga:

 

OpenPLi is a good and fast Enigma2.

 

You should have downloaded the original Enigma2 / OpenPLi (https://openpli.org/download).

 

Not the strange OpenPLi build - from "foxbob".



Re: ZeroTier on Openpli #69 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 13 November 2021 - 21:00

Yup.

 

We have both in the feed:

[root@openpli-dist vuzero4k]# ls -l | grep kernel-module-tun-
-rw-r--r--. 1 1002 1002    11946 Aug  1 00:41 kernel-module-tun-4.1.20-1.9_4.1.20-r0.1.3.5_vuzero4k.ipk
[root@openpli-dist armv7ahf-neon]# ls -l | grep zerotier
-rw-r--r--. 1 1002 1002   324980 Oct  4 19:28 zerotier_1.6.5-r0.5_armv7ahf-neon.ipk

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: ZeroTier on Openpli #70 mysat

  • Senior Member
  • 153 posts

+2
Neutral

Posted 27 December 2021 - 16:12

Did anyone compile zerotier 1.8.4 for a MIPS box already ? Still running on an older version but would like to upgrade my openpli 7 boxes.



Re: ZeroTier on Openpli #71 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 27 December 2021 - 19:22

Did anyone compile zerotier 1.8.4 for a MIPS box already ? Still running on an older version but would like to upgrade my openpli 7 boxes.

I think there will unfortunately also be some dependencies in the new version of ZeroTier. I don't know what exactly - maybe the Linux kernel or maybe the system libraries. So the new version of ZeroTier will probably not appear in the old OpenPLi 7.x, but only in the new one (current stable version 8.1).



Re: ZeroTier on Openpli #72 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 27 December 2021 - 21:27

OpenPLi 7 won't be updated, so you'll have to migrate to 8. Which is currently still using 1.6.5.

 

I've updated the current develop to build 1.8.4 instead, we'll see if it builds for all boxes in the next build run (will start tomorrow morning early).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: ZeroTier on Openpli #73 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 6 March 2022 - 14:01

There is a problem with zerotier 1.8.4 in the feed for edison osmio4k+.

You need to manually install kernel-module-tun-5.15.0 to get it to work.

 

Running latest develop.


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: ZeroTier on Openpli #74 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 6 March 2022 - 14:57

Weird, as it has it defined as a runtime dependency: https://github.com/O...er_1.8.4.bb#L23


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: ZeroTier on Openpli #75 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 6 March 2022 - 17:26

Maybe it works fine with fresh install.


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi

Re: ZeroTier on Openpli #76 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 6 March 2022 - 17:35

It should be part of the zerotier package.

 

I checked the control file of the ipk package in the feed, and that looks ok too:

Package: zerotier
Version: 1.8.4-r0.1
Description: A Smart Ethernet Switch for Earth
 Create flat virtual Ethernet networks of almost unlimited size
Section: net
Priority: optional
Maintainer: https://github.com/zerotier/ZeroTierOne
License: GPLv3+
Architecture: cortexa15hf-neon-vfpv4
OE: zerotier
Homepage: https://www.zerotier.com
Depends: kernel-module-tun, libc6 (>= 2.30), libgcc1 (>= 9.2.0), libstdc++6 (>= 9.2.0)
Recommends: update-rc.d
Source: zerotier_1.8.4.bb

It correctly defines it as a dependency.

 

So if you install zerotier (on a newly flashed box), it should install kernel-module-tun too.
 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: ZeroTier on Openpli #77 s3n0

  • Senior Member
  • 641 posts

+62
Good

Posted 7 March 2022 - 12:40

But in this case, the minimum version must also be added to the dependencies, because otherwise any available on the feed server will be used. And the guy above mentions version 5.15.0.

Depends: kernel-module-tun (>= 5.15.0), libc6 (>= 2.30), libgcc1 (>= 9.2.0), libstdc++6 (>= 9.2.0)

Or you need to check the content of the feed server for a specific device / chipset to see if there is really version 5.15.0 or if there is an older version.


Edited by s3n0, 7 March 2022 - 12:48.


Re: ZeroTier on Openpli #78 WanWizard

  • PLi® Core member
  • 68,614 posts

+1,739
Excellent

Posted 7 March 2022 - 14:19

It is a kernel module, so the version is always equal to the kernel version. It is in the MACHINE feed, there is only one version available.

 

Zerotier itself is in the ARCH feed, which is for multiple machine with the same CPU architecture, and kernel versions could be (and are) different.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users