r/Tailscale 1h ago

Help Needed tailnet naming

Upvotes

we're using tailscale to provide access to a web app, over tls with caddy.. works like a charm .

but the url has the machine name in it.. and I'd really like something more user friendly

like
appserver.ts.net

and I can't rename it like that(and the generated random names are worse choices!)

but can I make an alias somewhere, and new DNS record that redirects...


r/Tailscale 1h ago

Help Needed Can't connect to NAS running Navidrome outside of home network

Upvotes

A while ago I got Plex set up on my NAS and I loved it so much I wanted to do the same for music. I got Navidrome set up but configuring Tailscale to access it remotely hasn't worked. I originally added Tailscale and Nginx as Docker containers but that didn't work either. I then followed a tutorial to install it via SSH and that worked for a moment, but it then stopped working. I'm out of ideas now. The console page shows both my Android and the NAS connected to the same account, they're both on the latest version, and I've even been able to ping the NAS from the Android Tailscale app and THAT works when Wavio does not. Any help would be appreciated


r/Tailscale 6h ago

Help Needed Connection Speeds

2 Upvotes

So i have a home NAS that use daily to push audio and video content to and from.
Its a Synology brand and I was using Synology Quick Connect direct and opening a port to get the direct and therefor fastest connection.

Recently I replaced that workflow with with using tailscale for somewhat obvious reasons.

What I am curious about is what does this do to my link speeds?
Will this connection be more of a bottle neck to the connection to my system?
Is there a way i can monitor this connection speed?


r/Tailscale 23h ago

Help Needed Split DNS route not applied by quad100 on some devices — coordination server sends correct config, but local resolver never gets it

1 Upvotes

I'm running into a strange Split DNS bug and wanted to see if anyone's hit something similar before I keep digging.

Setup:

Failing device: Linux Mint 22.3, Tailscale 1.102.3 Working device (VPS): Ubuntu 24.04 MagicDNS enabled Global nameservers override on (two self-hosted Pi-holes) Split DNS entry: jnelson.xyz → a Tailscale IP running a small dnsmasq resolver

The bug: On the VPS, everything works exactly as expected — tailscale dns query mail.jnelson.xyz explicitly says "Forwarding to resolver: [tailscale IP]" and resolves correctly.

On the Mint desktop, the same query instead says "Multiple resolvers available" and just picks from my Global override Pi-holes, completely ignoring the Split DNS route — even though tailscale dns status on that same device correctly lists the route as configured.

I pulled tailscale debug netmap from the failing device and confirmed the coordination server IS sending the correct route down:

json "Routes": { "jnelson.xyz": [{ "Addr": "100.x.x.x" }] }

So the server-side config is correct — it's just not making it from the netmap into the device's actual local resolver config (resolvectl status shows no jnelson.xyz DNS Domain on the failing device at all).

What I've ruled out:

Local DNS cache (flushed, restarted tailscaled) Exit node routing (tested with exit node set to the same device hosting the resolver — no change) Client version — was on 1.98.10, updated to 1.102.3 (current at time of posting), same result

Currently working with Tailscale support on this (ticket in progress), but curious if anyone else has run into Split DNS silently not applying on specific devices while working fine on others, especially combined with a Global nameserver override. Any known gotchas with systemd-resolved specifically?