⚙️ EasyTier 三节点配置包
Linux + Windows + OpenWrt 三节点完整配置,每行都有中文注解,照抄改 IP 就能跑。
包含文件
| 文件 | 说明 |
|---|---|
linux-config.toml | Ubuntu/Debian systemd 服务配置 |
linux-easytier.service | systemd unit 文件,开机自启 |
windows-config.toml | Windows 节点配置(GUI 导入用) |
openwrt-config.txt | OpenWrt /etc/config/easytier 完整配置 |
openwrt-firewall.sh | 防火墙放行脚本(FORWARD + NAT) |
subnet-plan.md | 子网规划说明 + 冲突规避建议 |
quickstart.md | 5 分钟快速启动步骤 |
使用示例
# Linux 上
sudo cp linux-easytier.service /etc/systemd/system/
sudo cp linux-config.toml /etc/easytier/config.toml
sudo systemctl enable --now easytier
# 看状态
sudo systemctl status easytier
easytier-cli peer list 适配版本
- EasyTier v2.0+(v2.2 实测通过)
- Ubuntu 22.04 / 24.04 LTS
- Windows 10 / 11
- OpenWrt 23.05+
199 论坛点
7 个文件,开箱即用
📖 含详细注解 · ♻️ 下载一次永久拥有 · 📧 support@5666.online
免费教程:三节点搭建实录 完整文字版教程,含踩坑记录
免费阅读