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 and configuring additional Google Workspace two-factor authentication for SSH connections

We are trialing Tailscale set-up for production server SSH connections. We are using Google Workspace as the identity provider for Tailscale. Because production servers are more security critical than general data related to Google Workspaces, we'd…
Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435
0
votes
0 answers

Unable to see new user machines in tailscale, user cant see anything else

I've sent a user an invite to my tailscale network using an invite link, they signed in with google, and accepted the link. I can see the user on tailscale admin console, but I can't see their machine, and they can't see any of mine. Here are my…
Andrew
  • 63
  • 1
  • 6
0
votes
0 answers

Problem with nginx reverse proxy and Tailscale at boot time

I'm using Tailscale and an nginx reverse proxy to access my Home Assistant server. The following nginx.conf snippet works fine: location / { proxy_pass http://home-hassio:8123; proxy_http_version 1.1; proxy_set_header Upgrade…
Vladan
  • 725
  • 8
  • 13
0
votes
0 answers

Connect to tailscale internal network and route internet traffic to an external VPN with wireguard

I have a linux machine that need to access internet via an external VPN provider (supporting wireguard) connect internal tailscale network When I activate either wireguard (VPN) or tailscale individually, it works fine. But I did not find the…
Al3c5
  • 1
0
votes
0 answers

Forwarding CVAT server hosted on Ethernet to local port via Tailscale

I am trying to expose the CVAT server from my company server machine to my local machine. The CVAT server was hosted using docker by another colleague and I don't know much about it. Here is some details: I can access to the CVAT server via ethernet…
Will
  • 166
  • 1
  • 9
0
votes
0 answers

Error attempting login to a remote appliance's web interface over Tailscale

rookie Tailscale user here. I have set up Tailscale on a remote UniFi Dream Machine (UDM) which is connected to an upstream TP Link router (providing failover to a cellular modem) using a Starlink as the primary. The goal is to utilize Tailscale to…
0
votes
0 answers

API endpoint for removing a device

I want to know if there is an endpoint that I could use to remove a device by its hostname. For example, I have a terraform script with Cloudinit which adds a VPS to Tailscale and works perfectly fine. However, I want to destroy the VM…
Rodrigo
  • 135
  • 4
  • 45
  • 107
0
votes
0 answers

Making an ECS task service accessible on a corporate network using Tailscale

I have an MLflow server running as an ECS task behind an application load balancer, which I would like to make accessible to other users on our Tailscale network. I have set up a Tailscale subnet router which advertises the private CIDR range the…
ncoish
  • 343
  • 1
  • 13
0
votes
0 answers

Tailscale subnet router fails to forward routes

I have a subnet router on an EC2 instance (let's call it "subnet-router). Its private IP is 10.50.0.148 and its tailscale IP is 100.80.128.14. It is advertising [10.50.0.0/16, 10.60.0.0/16,10.70.0.0]/16, which are the blocks of, respectively, the…
0
votes
0 answers

"user does not have access to this operation" when following example from documentation

I have created a master (for all scopes) access token for testing purposes, and following the example from here, I used the following command, where the access token is exported just fine: export TAILSCALE_ACCESS_TOKEN="$(pass show…
ShadowRylander
  • 361
  • 2
  • 8
0
votes
0 answers

Tailscale exit node dns not properly functioning

Tailscale version 1.36.0 Your operating system ubuntu 20.04+ unknown&macos monteray unknown specific version MagicDNS disabled using cloudflare dns and not accepting dns also still shows up tailscale dns in /etc/resolv.conf
jett8998
  • 888
  • 2
  • 15
0
votes
0 answers

Tailscale startup TLS handshake timeout

Several days ago tailscale on my rasberry pi 4 stopped working, I thought it is another wifi issue and rebooted it but after looking at logs I realized wifi isnt issue but in tailscale connectivity: sudo systemctl status…
Dogdjgift
  • 1
  • 2
0
votes
0 answers

docker swarm manager on windows through a tailscale network

so I want my windows machine to be a manger node in my docker swarm. all the compute power will be on linux swarm nodes. another complication, I am using tailscale for the network. I cant seem to configure docker to use the tailscale network for…
0
votes
1 answer

How to run tailscale daemon with the --state=mem: flag

I want to run tailscale with the --state=mem: flag set on my server in order to gain the feature released in version 1.30.0 that will "delete node immediately if tailscaled exists and was using mem: state storage"; In the tailscale docs it says the…
James Flight
  • 1,424
  • 1
  • 13
  • 21
0
votes
2 answers

How do I ssh into a VPS running tailscale?

I've set up tailscale and connected to an exit node on my VPS on vultr.com. Predictably, I was kicked out and couldn't reconnect, as the VPS's public IP address has changed. I can reboot the VPS and try again. What steps will I need to take? Does my…
Irina Rapoport
  • 1,404
  • 1
  • 20
  • 37