Tailscale client fails to connect #321

Closed
opened 2025-12-29 01:26:52 +01:00 by adam · 3 comments
Owner

Originally created by @skerit on GitHub (Sep 2, 2022).

Issue description

I've followed the guide (both a docker & regular one) but as soon as I try to connect with the tailscale client, it fails.

I've tried:

tailscale up --login-server https://my-external-url-behind-a-reverse-proxy

And also

tailscale up --login-server http://192.168.50.2:8082

But both give me this error:

failed to connect to local tailscaled; it doesn't appear to be running (sudo systemctl start tailscaled ?)

When I download this page with curl, I don't get any errors. Just a blank output.
There's nothing in the headscale logs.

Context info

  • Version of headscale used: v0.16.4 (in docker) and v0.17 alpha (not in docker)
  • Version of tailscale client: 1.30.0
  • OS (e.g. Linux, Mac, Cygwin, WSL, etc.) and version: Arch linux
  • Kernel version: 5.19.6
Originally created by @skerit on GitHub (Sep 2, 2022). **Issue description** I've followed the guide (both a docker & regular one) but as soon as I try to connect with the tailscale client, it fails. I've tried: ``` tailscale up --login-server https://my-external-url-behind-a-reverse-proxy ``` And also ``` tailscale up --login-server http://192.168.50.2:8082 ``` But both give me this error: ``` failed to connect to local tailscaled; it doesn't appear to be running (sudo systemctl start tailscaled ?) ``` When I download this page with curl, I don't get any errors. Just a blank output. There's nothing in the headscale logs. **Context info** - Version of headscale used: [v0.16.4](https://github.com/juanfont/headscale/releases/tag/v0.16.4) (in docker) and v0.17 alpha (not in docker) - Version of tailscale client: 1.30.0 - OS (e.g. Linux, Mac, Cygwin, WSL, etc.) and version: Arch linux - Kernel version: 5.19.6
adam added the bug label 2025-12-29 01:26:52 +01:00
adam closed this issue 2025-12-29 01:26:52 +01:00
Author
Owner

@Some1OnLine commented on GitHub (Sep 3, 2022):

Is your issue isolated to just Arch clients? Can or have you tested connectivity with any other clients from other OS Distro's like Windows or debian/ubuntu etc..? Process of elimination.

@Some1OnLine commented on GitHub (Sep 3, 2022): Is your issue isolated to just Arch clients? Can or have you tested connectivity with any other clients from other OS Distro's like Windows or debian/ubuntu etc..? Process of elimination.
Author
Owner

@ripdog commented on GitHub (Sep 3, 2022):

Er... silly question, but tailscaled IS running, right?

What's the output of sudo systemctl status tailscaled?

@ripdog commented on GitHub (Sep 3, 2022): Er... silly question, but `tailscaled` IS running, right? What's the output of `sudo systemctl status tailscaled`?
Author
Owner

@skerit commented on GitHub (Sep 3, 2022):

@ripdog Ah... Well that's not a stupid question at all.
I totally thought it was referring to the headscale server.

@skerit commented on GitHub (Sep 3, 2022): @ripdog Ah... Well that's not a stupid question at all. I totally thought it was referring to the headscale server.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#321