-
Notifications
You must be signed in to change notification settings - Fork 38
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
Routing disabled for LAN when LAN subnet is advertised by another device. "fixed" #100
Comments
I also encountered the same problem, and I don't know how to set the default parameters |
Thanks @DocEmmetBrown, this was exactly the issue we were facing, and adding the appropriate |
So is this issue going to be fixed in a new release at all? I see Tailscale is now in the official QNAP AppStore - and even tho it's an older release it now triggers this issue. |
Does turning off accepting of routes on the QNAP device resolve the routing issue?
The path to the
|
On 14/06/2023 at 1:18:44 PM, Denton Gentry ***@***.***>
wrote:
Does turning off accepting of routes on the QNAP device resolve the
routing issue?
/share/ZFS530_DATA/.qpkg/Tailscale/tailscale
--socket=/tmp/tailscale/tailscaled.sock set --accept-routes=false
Didn’t appear to resolve anything for me no.
…--
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree
|
On 14/06/2023 at 4:17:56 PM, Mark Derricutt ***@***.***> wrote:
Didn’t appear to resolve anything for me no.
Interesting - I updated my QNAP to use the latest 1.42.0 release and still
couldn’t connect to anything, then remembered someone mentioned they could
only connnect via IP - so I tried that and it worked.
Disabling Magic DNS and fixing the nas’s hostname seems to have resolved
things ( seems every time I reinstall I get a *new* TS device registed so
had nas50d992 and nas50d992-1 (the current one).
Mark
…--
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree
|
Thanks, this solved my issue. |
Hi, When pasted this line:
Am I missing something? |
This is a follow-up on #74 (comment) :
On my current install, I have one device advertising my home network (
192.168.1.0/24
).When enabling Tailscale on my Qnap 451 (x86_64 model, with latest QNAP OS 5), I loose all connectivity on the LAN interface, but the Tailscale interface works.
Getting a shell on the machine, and issuing
ip rule add to 192.168.1.0/24 priority 2500 lookup main
as per tailscale docs "fixes" the issue.I was able to add that command to the
autorun.sh
script from the QNAP to have it persistent on reboot. see this qnap docIt looks like the
--accept-routes
flag is enabled, which is not what is supposed to happen by default. 🤔Since what is used to launch the service is
tailscaled
and not thetailscale
commandtailscale-qpkg/Tailscale/shared/Tailscale.sh
Line 25 in 6cca342
I'm not sure how to disable the
--accept-routes
feature.Happy to share more details on my config, and / or experiment with other settings.
Cheers,
The text was updated successfully, but these errors were encountered: