Coder Social home page Coder Social logo

Comments (6)

mwarning avatar mwarning commented on May 22, 2024

Maybe it has to do that there is a network configured by default (the Earth network) in /etc/config/zerotier.
I don't use ZT myself, so I am not sure if this is a problem.

Do you happen to know if it has worked before?

from zerotier-openwrt.

Seohol avatar Seohol commented on May 22, 2024

I've reinstalled latest LEDE and install "latest" 1.1.14 package from openwrt repo. Works well.

from zerotier-openwrt.

mwarning avatar mwarning commented on May 22, 2024

@adamierymenko: do you have an idea?

from zerotier-openwrt.

mwarning avatar mwarning commented on May 22, 2024

Please try images from https://downloads.lede-project.org/snapshots/targets/ - maybe the issue has been resolved.

from zerotier-openwrt.

boschkundendienst avatar boschkundendienst commented on May 22, 2024

You have to setup the networks ZeroTier should connect to via /etc/config/zerotier or using the uci command line interface.

After a clean install of ZeroTier /etc/config/zerotier looks like this:

config zerotier 'sample_config'
        option interface 'wan'
        list join '8056c2e21c000001'
        option enabled '1'
        option secret 'generate'

The init script /etc/init.d/zerotier detects that the secret is generate and will create one and add it into /etc/config/zerotier like this:

config zerotier 'sample_config'
        option interface 'wan'
        list join '<single or multiple network ids you want to connect to>'
        option enabled '1'
        option secret '<some very long cryptic stuff>'

After that Zerotier will join you to the global network (8056c2e21c000001)where everyone can connect to everybody (not good).

So you should change the ZeroTier config in /etc/config/zerotier manually by editing the file or via uci command line and replace 8056c2e21c000001 with your network ID , then restart zerotier or reboot your router. The ZeroTier client connects to all networks that are in the list join.

For multiple networks (3 in the example below) just expand the list like this:

config zerotier 'sample_config'
        option interface 'wan'
        list join '<your first network>'
        list join '<your second network>'
        list join '<your third network>'
        option enabled '1'
        option secret '<some very long cryptic stuff>'

from zerotier-openwrt.

mwarning avatar mwarning commented on May 22, 2024

I don't know what can be done here. Maybe it's a usage error, a bug or a network error. I don't think we can find out since it works for me.

Please reopen if the problem persists.

from zerotier-openwrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.