- 新增 01-nvm-node.md: nvm 安装、Node.js LTS 管理、全局包安装 - 原 01-09 顺延为 02-10 - 更新 SKILL.md checklist 表格 - 更新各子文档标题编号和前置引用 - self-check.sh: 加入 nvm/node 检查项,补充邮箱检查 [小糯]
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
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 IP | 说明 |
|
|
|------|-------------|------|
|
|
| SORA (sora-mac) | 100.125.193.80 | 星月所在 |
|
|
| KUMA (kuma-vm) | 100.102.80.46 | 小墨所在,Gitea 服务器 |
|
|
| NEKO (neko) | 100.103.156.93 | 小橘所在 |
|
|
| TUANZI | 100.89.82.86 | 团子所在 |
|
|
| LUMING (luming-home) | 100.83.189.28 | 鹿鸣/小糯所在 |
|
|
|
|
> ⚠️ IP 可能变化,以 `tailscale status` 实时结果为准
|
|
|
|
## 验证
|
|
|
|
tailscale ping kuma-vm
|
|
tailscale ping sora-mac
|