Tailscale: Difference between revisions

Add native nftables configuration and update UDP performance optimization section using networkd-dispatcher.
Added documentated issue and workaround for asking for root authentication
 
(One intermediate revision by one other user not shown)
Line 99: Line 99:


[https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111 Issue in Tailscale tracker]
[https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111 Issue in Tailscale tracker]
=== Some utils/applets asks root auth every time ===
Some GUI applets/utilities cannot control {{ic|tailscaled}} as a regular user and prompt for a password for every action/not connecting. Assigning the user as an operator fixes this:
{{Commands|1=$ sudo tailscale set --operator=USERNAME}}'''Note:''' There is currently a bug with the above command documented in: https://github.com/tailscale/tailscale/issues/18294
The workaround is to login and set the operator as part of connecting to tailscale. This section can be removed once the issue is resolved.
{{Commands|1=# for initial login
sudo tailscale login
# this will set your user as the operator for the future
sudo tailscale up --operator=$USER
# validate your user is an operator
tailscale debug prefs {{!}} grep -i operator}}


== Running multiple Tailnet-accessible services on a single machine ==
== Running multiple Tailnet-accessible services on a single machine ==