GithubHelp home page GithubHelp logo

Comments (4)

adyanth avatar adyanth commented on July 21, 2024

Could you delete the /tmp/tailscale* and try again? I am not familiar with iStoreOS.

from openwrt-tailscale-enabler.

BJReplay avatar BJReplay commented on July 21, 2024

I usually see that error (client version != server version) immediately after updating versions, when an old version was already loaded in memory and I've downloaded a new version, and I run a tailscale command like tailscale up.

In this case, does iStoreOS include a very early build of Tailscale?

It looks like it does - https://openwrt.org/packages/pkgdata/tailscale that refers to Version:1.32.3-1 and https://openwrt.org/docs/guide-user/services/vpn/tailscale/start make it look like iStoreOS may have included this very early build of this package.

Otherwise, is it possible that you first tried installing this version?

If that is the case, I suggest that before you use this package, you need to

opkg remove tailscale

However, if it is built into the iStoreOS rom, you may be stuck with that version.

from openwrt-tailscale-enabler.

MuMu360121 avatar MuMu360121 commented on July 21, 2024

thanks for the answer ,it's worked after I do what you say ,but the exit node can't start

whatever I'm happy that it can be used, thanks again

from openwrt-tailscale-enabler.

BJReplay avatar BJReplay commented on July 21, 2024

You may need to add to your command to get it to run as an exit node:

tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24 --advertise-exit-node

You may get a warning

Error: changing settings via 'tailscale up' requires mentioning all
non-default flags. To proceed, either re-run your command with --reset or
use the command below to explicitly mention the current value of
all non-default settings:

So run again

tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24 --advertise-exit-node --reset

Finally, these two articles have some useful instructions around creating interfaces and fw rules.

These two options also require you to add --netfilter-mode=off to your tailscale up command so it will look like

tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24 --netfilter-mode=off --advertise-exit-node --reset

from openwrt-tailscale-enabler.

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.