Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to fix the client version != server version #42

Closed
MuMu360121 opened this issue Nov 14, 2023 · 4 comments
Closed

how to fix the client version != server version #42

MuMu360121 opened this issue Nov 14, 2023 · 4 comments

Comments

@MuMu360121
Copy link

run the command then happen like this:
image

@adyanth
Copy link
Owner

adyanth commented Nov 14, 2023

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

@BJReplay
Copy link

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.

@MuMu360121
Copy link
Author

MuMu360121 commented Nov 14, 2023

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

@BJReplay
Copy link

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

@adyanth adyanth closed this as completed May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants