-
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
Newly built packages disable routing for local network. #74
Comments
I had the same problem with a few preleases I tried but with the official release [v1.36.0] (https://github.com/tailscale/tailscale-qpkg/releases/tag/v1.36.0) that didn't happen. |
I had this with this official release of Rolled back and all good again. |
What happens when you click on the Tailscale icon in the App Center? Does it open a new browser window? Gives an error in the browser? Something else?
Do you have any subnet routers on your tailnet? Might the QNAP be receiving routes from somewhere? |
The screenshot shows a browser connection to Is this using https://github.com/tailscale/tailscale-qpkg/releases/tag/v1.36.0 ? |
Ahh no it wasn't - that was using the earlier release as I'd rolled back due the local networking issue. I'll try again. Local networking/dns seems to be working again this time - I see the shortcut to Tailscale on the 'desktop' and the menu still point to the old URL, however manually changing the URL I get:
|
Interesting - without any changes I now seem to get:
from that above link. |
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) We have to use the Scheme+Path from the request but disable any TLS verification for https: - The UI can force https, but presents a completely invalid certificate - The UI can change the port number, and though https://download.qnap.com/dev/API_QNAP_QTS_Authentication.pdf documents the use of localhost:8080 for authentication this fails if the user changed the port number. This reverts commit 467ace7. Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
I have the same problem. |
@DentonGentry : just tried the new |
@DocEmmetBrown |
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
QNAP allows users to set the port number for the management WebUI, which includes authLogin.cgi. If they do, then connecting to localhost:8080 fails. tailscale/tailscale-qpkg#74 (comment) Fixes #7108 Signed-off-by: Denton Gentry <dgentry@tailscale.com> (cherry picked from commit 5128822)
Hey @DentonGentry, TL;DR : On my network, I have one of my nodes that advertises my local network route ( Here you have the (redacted) logs when enabling route sharing (through the admin UI) :
and disabling route sharing
Happy to share more details if that can help. Cheers |
seems still have issue in latest 1.48, lost LAN connect once enable tailscale, now use docker instead.... |
Same issue here still on 1.68.2. |
Hey folks,
I tried to install the latest 1.36 package on my TS-451, and once properly configured, I lose inbound connectivity to my local IP, even though the Tailscale IP works
If I stop the tailscale daemon, my local IP pings again from my local network.
I can take a shell on the machine through Tailscale IP / alias, and from there I can ping my local network.
On the NAS, the routing table looks exactly the same with version 1.34.1 (which works as intended), and 1.36.0 (which doesn't).
I had the exact same issue experimenting with the 1.34.2 Pre-release package.
Happy to provide more details if needed.
The text was updated successfully, but these errors were encountered: