November 17, 2025Nov 17 Hello I found a problem in Unraid 7.2.0 that includes a docker container as a tailscale exit node.Option "Be a Tailscale Exit Node": Yes - no longer works properly. When I try to use that container as an exit node, Internet access simply does not work. It used to work correctly on earlier versions of Unraid. -e TAILSCALE_HOSTNAME='media-proxy' -e TAILSCALE_EXIT_NODE=true -e TAILSCALE_USE_SSH='false' -e TAILSCALE_USERSPACE_NETWORKING='true' --cap-add=NET_ADMIN --device='/dev/net/tun'I did not find the TAILSCALE_USERSPACE_NETWORKING variable in the Tailscale documentation.According to Tailscale documentation, chapter "Using Tailscale with Docker" https://tailscale.com/kb/1282/dockerenvironment variable TS_USERSPACE=false is needed in addition to the parameters that are already set correctly:--cap-add=NET_ADMIN--device='/dev/net/tun'I tried playing with the settings directly inside /boot/config/plugins/dockerMan/templates-user/my-dockertemplate.xml but had no luck.Can anybody help?Thanks
November 17, 2025Nov 17 Author I changed -e TAILSCALE_USERSPACE_NETWORKING='true' to -e TAILSCALE_USERSPACE_NETWORKING='false' by editing /boot/config/plugins/dockerMan/templates-user/my-dockertemplate.xml I added -e 'TS_USERSPACE'='false'I pressed "force update"And now, media-proxy exit node works again.Now I have problem with another exit node - vpn-proxy. Tailscale is in GlutunVPN container. It also used to work correctly on earlier versions of Unraid.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.