本文介绍tailscale客户端在manjaro-linux上的安装,测试在manjaro-kde桌面x86系统平台上正常使用。据tailscale介绍目前arch系linux平台仅支持x86硬件架构平台的系统安装,暂时不支持arm架构平台的安装。
1
|
sudo systemctl enable --now tailscaled
|
输入该命令后会返回一个登录连接,点击登录连接进行登录帐号操作,成功后会返成功提示。
或者登录,tailscale后台界面,查看
https://login.tailscale.com/admin/machines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
tailscale -h
USAGE
tailscale [flags] <subcommand> [command flags]
For help on subcommands, add --help after: "tailscale status --help".
This CLI is still under active development. Commands and flags will
change in the future.
SUBCOMMANDS
up Connect to Tailscale, logging in if needed
down Disconnect from Tailscale
logout Disconnect from Tailscale and expire current node key
netcheck Print an analysis of local network conditions
ip Show current Tailscale IP address(es)
status Show state of tailscaled and its connections
ping Ping a host at the Tailscale layer, see how it routed
version Print Tailscale version
web Run a web server for controlling Tailscale
file Send or receive files
bugreport Print a shareable identifier to help diagnose issues
|
本文由芒果浩明发布,转载请注明出处。
本文链接:https://blog.mangoeffect.net/tools/install-tailscale-on-manjaro.html