snippetbashTip
tailscale — A private WireGuard network service. Some subcommands such as `up` have their own usage documentatio
Viewed 0 times
commandnetworkwireguardcliservicesometailscaleprivate
Problem
How to use the
tailscale command: A private WireGuard network service. Some subcommands such as up have their own usage documentation. More information: <https://tailscale.com/kb/1080/cli>.Solution
tailscale — A private WireGuard network service. Some subcommands such as up have their own usage documentation. More information: <https://tailscale.com/kb/1080/cli>.Allow the current user to operate on the Tailscale daemon:
sudo tailscale set --operator $USERConnect to Tailscale:
tailscale upDisconnect from Tailscale:
tailscale downDisplay all devices connected to Tailscale (with their IP addresses):
tailscale statusPing a peer node at the Tailscale layer and display which route it took for each response:
tailscale ping {{ip|hostname}}Analyze the local network conditions and display the result:
tailscale netcheckStart a web server for controlling the Tailscale daemon:
tailscale webDisplay a shareable identifier to help diagnose issues:
tailscale bugreportCode Snippets
Allow the current user to operate on the Tailscale daemon
sudo tailscale set --operator $USERConnect to Tailscale
tailscale upDisconnect from Tailscale
tailscale downDisplay all devices connected to Tailscale (with their IP addresses)
tailscale statusPing a peer node at the Tailscale layer and display which route it took for each response
tailscale ping {{ip|hostname}}Context
tldr-pages: common/tailscale
Revisions (0)
No revisions yet.