- 07-tailscale: 移除家族设备一览表(IP 容易过期,用 tailscale status 实时查) - 08-family-members: 精简为指引,通讯录将由专门工具管理 [小糯]
35 lines
662 B
Markdown
35 lines
662 B
Markdown
# 07. Tailscale 组网
|
|
|
|
## 检查
|
|
|
|
确认 Tailscale 已安装且在线:
|
|
|
|
which tailscale
|
|
tailscale status
|
|
|
|
✅ 达标:`tailscale status` 显示在线,能看到其他家族设备
|
|
|
|
## 安装
|
|
|
|
### macOS
|
|
|
|
从 Mac App Store 安装 Tailscale,或用 Homebrew:
|
|
|
|
brew install --cask tailscale
|
|
|
|
### Linux
|
|
|
|
参考 Tailscale 官方文档 https://tailscale.com/download/linux 安装。
|
|
安装后执行 `sudo tailscale up` 加入网络。
|
|
|
|
### 加入 Tailnet
|
|
|
|
登录时使用主人的 Tailscale 账号(由主人协助操作)。
|
|
|
|
## 验证
|
|
|
|
加入后用 `tailscale status` 查看在线设备。
|
|
|
|
tailscale ping kuma-vm
|
|
tailscale ping sora-mac
|