From 705759e61743eadd90db0be37203f297d02de5c7 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Tue, 7 Sep 2021 13:35:27 -0300 Subject: [PATCH] tailscale: add page (#6480) --- pages/common/tailscale.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/tailscale.md diff --git a/pages/common/tailscale.md b/pages/common/tailscale.md new file mode 100644 index 000000000..d9c793d0c --- /dev/null +++ b/pages/common/tailscale.md @@ -0,0 +1,36 @@ +# tailscale + +> A private WireGuard network service. +> More information: . + +- Connect to Tailscale: + +`sudo tailscale up` + +- Disconnect from Tailscale: + +`sudo tailscale down` + +- Display the current Tailscale IP addresses: + +`tailscale ip` + +- Ping 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 netcheck` + +- Start a web server for controlling Tailscale: + +`tailscale web` + +- Display a shareable identifier to help diagnose issues: + +`tailscale bugreport` + +- Display help for a subcommand: + +`tailscale {{subcommand}} --help`