Exit node does not work

Hi!

I use a Synology box with Tailscale 1.36.0 as an exit node. Unfortunately, name resolution does not work as soon as I activate it on a Win 11 client (also 1.36.0).

Before activating exit node:

PS C:\Users\ts> nslookup welt.de
Server:  dns.google
Address:  8.8.8.8

Nicht autorisierende Antwort:
Name:    welt.de
Address:  195.50.178.200

PS C:\Users\ts> nslookup heise.de
Server:  dns.google
Address:  8.8.8.8

Nicht autorisierende Antwort:
Name:    heise.de
Addresses:  2a02:2e0:3fe:1001:302::
          193.99.144.80

After actvating exit node:

PS C:\Users\ts> nslookup heise.de
Server:  magicdns.localhost-tailscale-daemon
Address:  100.100.100.100

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Zeitüberschreitung bei Anforderung an magicdns.localhost-tailscale-daemon.
PS C:\Users\ts> ^C
PS C:\Users\ts> nslookup syno
Server:  magicdns.localhost-tailscale-daemon
Address:  100.100.100.100

DNS request timed out.
    timeout was 2 seconds.
DNS request timed out.
    timeout was 2 seconds.
*** Zeitüberschreitung bei Anforderung an magicdns.localhost-tailscale-daemon.

What’s’s going wrong here?

Thx a lot and have a nice day!

Thorsten

I figured it out myself. This morning, I updated Tailscale on my Synology to 1.36.0. After that, you have to run

/var/packages/Tailscale/target/bin/tailscale configure-host; synosystemctl restart pkgctl-Tailscale.service

again…