Questions tagged [tailscale]

Tailscale enables remote access from any network or physical location. Tailscale uses WireGuard for encrypted point-to-point connections. It is run as a client on Linux, macOS, Windows, iOS, Android and other platforms. Use this tag for questions about how Tailscale works and how to use features specific to Tailscale.

Tailscale enables remote access from any network or physical location.

Tailscale uses WireGuard for encrypted point-to-point connections, in a mesh network. Learn more about How Tailscale Works.

Tailscale runs as a client on Linux, macOS, Windows, iOS, Android and other platforms.

Use this tag for questions about how Tailscale works and how to use features specific to Tailscale.

39 questions
0
votes
1 answer

Tailscale list all devices using api

I am trying to follow the tailscale documentation to list all devices on my network using exposed API here In the example it says that I need to provide tailnet name GET /api/v2/tailnet/example.com/devices curl…
mohamed elsabagh
  • 352
  • 3
  • 16
0
votes
2 answers

High ping latency between two machines

I am trying to ping a machine over tailscale and seeing very high latency numbers (> 3000 ms). The machines are very closely geo located. One of them is behind a Comcast router, and another is behind AT&T Fiber. How should I go about debugging this?
0
votes
1 answer

Using tailscale is it secure to log into a server/nas via browser and http?

I would like to use tailscale to access my nas browser interface from anywhere. I read here that tailscale encrypts all traffic fully at the IP level, before it leaves the device. Does this mean I can securely enter my login data, even though the…
schmiddl
  • 97
  • 10
0
votes
1 answer

How can I resolve the tailscale HTTPS error "SSL_ERROR_RX_RECORD_TOO_LONG"

I just setup MagicDNS and HTTPS on my tailscale account. Then I ssh'ed into my nas and issued a tls certificate with sudo tailscale cert "machinename.tailnetalias.ts.net" Response was: Wrote private key to machinename.tailnetalias.ts.net.crt Wrote…
schmiddl
  • 97
  • 10
0
votes
1 answer

Tailscale - how to integrate with express.js app?

I want to create a middleware for my express.js app that will reject requests not coming from a machine that's not connected to my Tailscale network. How can I do that? Do I need to grab the request ip and then verify it somehow against Tailscale?
UFC Insider
  • 838
  • 1
  • 7
  • 19
0
votes
1 answer

How to Use Tailscale with WSL?

Is it possible to use tailscale with WSL? I want to set up a private network, which includes a WSL system, and serve jupyter notebooks to any device within the private network. I want to refer to the notebook's server using an ip address or DNS…
BSalita
  • 8,420
  • 10
  • 51
  • 68
0
votes
2 answers

Regarding Tailscale's compatibility with Ngnix Proxy Manager and Duck DNS

How to recreate: Install Ngnix proxy manager and any self-hosted web app [Nextcloud, Owncloud, Portainer] in my case Portaniner WebGUI and put Ngnix proxy manager in front of it by using Duck DNS as a dynamic DNS client and setting the record to…
-1
votes
0 answers

Connecting to Docker containers via Tailscale

I have Tailscale setup and working on Ubuntu 22.04. I'm also running Docker on the same Ubuntu machine and have several containers that expose web services on certain ports. After a reboot Tailscale works but can no longer connect to the Docker web…
Ben
  • 9
  • 3
-1
votes
1 answer

Tailscale - Can't connect to LAN of the exit node

I have an exit node, that's configured like this: tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24 The route shows up on admin page, I've enabled it. I use the client like this: tailscale up --exit-node=thatnode…
1 2
3