Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.88 KB

README.zh-CN.md

File metadata and controls

63 lines (47 loc) · 1.88 KB

SitePi SDWAN 客户端

一个轻量级且高效的软件定义广域网 (SD-WAN) 客户端实现。

创建网络

访问 https://sitepi.cn 并注册账号,创建网络, 输入站点的 public key 即可绑定到网络

网络配置代码

也可以在安装站点程序时, 输入网络的 配置代码, 站点会自动绑定到网络

系统要求

  • Windows/Linux/OpenWrt
  • 具有 root/管理员权限的网络接口

Ubuntu

sudo apt update
sudo apt install -y wireguard-tools curl

wget https://github.com/sitepi/sdwan/releases/download/v0.0.9/sitepi_0.0.9_all.deb
sudo dpkg -i sitepi_0.0.9_all.deb

sudo systemctl enable sitepi.service

配置

sudo vim /etc/sitepi/config.json # optional edit configuration, binding provisioning code

sudo service sitepi {status|start|stop|restart}

OpenWrt

cd /tmp
wget https://github.com/sitepi/sdwan/releases/download/v0.0.9/sitepi_0.0.9_all.ipk
wget https://github.com/sitepi/sdwan/releases/download/v0.0.9/luci-app-sitepi_0.0.9_all.ipk

opkg install sitepi_0.0.9_all.ipk
opkg install luci-app-sitepi_0.0.9_all.ipk
  • 安装文件架构是平台无关的。所有路由器使用相同的ipk。

配置

  1. 访问 LuCI 网页界面
  2. 导航到 网络 -> 接口
    • 添加一个新接口(类型:WireGuard,名称:自定义名称),点击 '创建接口'
    • 一般设置(生成新的密钥对)
    • 防火墙设置:(指定接口为 wan)
    • 点击 '保存并应用'
  3. 导航到 服务 -> Sitepi SDWAN
  4. 配置:
    • 启用 SitePi 服务
    • 设置 WireGuard 接口名称(您刚刚创建的 WireGuard 接口)
    • 可选设置服务器地址
    • 可选设置配置代码 # 绑定配置代码
  5. 保存并应用

License

This project is licensed under the MIT License - see the LICENSE file for details.