LinuxCommandLibrary

tailscale

A private WireGuard network service.

TLDR

Connect to Tailscale

$ sudo tailscale up
copy


Disconnect from Tailscale
$ sudo tailscale down
copy


Display the current Tailscale IP addresses
$ tailscale ip
copy


Ping a peer node at the Tailscale layer and display which route it took for each response
$ tailscale ping [ip|hostname]
copy


Analyze the local network conditions and display the result
$ tailscale netcheck
copy


Start a web server for controlling Tailscale
$ tailscale web
copy


Display a shareable identifier to help diagnose issues
$ tailscale bugreport
copy


Display help for a subcommand
$ tailscale [subcommand] --help
copy

Copied to clipboard