mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
+11
-1
@@ -17,7 +17,7 @@ export const cn = defineConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
text: '组网',
|
||||
text: '命令行工具组网',
|
||||
link: '/guide/networking',
|
||||
items: [
|
||||
{ text: '双节点', link: '/guide/network/two-node-networking' },
|
||||
@@ -28,6 +28,16 @@ export const cn = defineConfig({
|
||||
{ text: '其他配置', link: '/guide/network/configurations' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: '图形界面 GUI 组网',
|
||||
link: 'guide/gui/index',
|
||||
items: [
|
||||
{ text: '公共服务器组网', link: '/guide/gui/basic' },
|
||||
{ text: '手动组网', link: '/guide/gui/manual' },
|
||||
{ text: 'WireGuard 接入', link: '/guide/gui/vpn_portal' },
|
||||
{ text: '子网代理', link: '/guide/gui/subnet_proxy' },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ text: '路线图', link: '/guide/roadmap' },
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,11 @@
|
||||
# 公共服务器组网
|
||||
|
||||
当前提供一个小带宽公网服务器,方便没有公网服务器的朋友组网。大部分情况可以打洞 P2P 成功,若无法 P2P 成功,节点间带宽可能会比较低。
|
||||
|
||||
配置方法如图所示。
|
||||
|
||||

|
||||
|
||||
配置完成后点击运行网络按钮即可,运行网络成功后的界面如图
|
||||
|
||||

|
||||
@@ -0,0 +1,9 @@
|
||||
# 图形界面 GUI 组网
|
||||
|
||||
图形界面程序同样可在 GitHub Release 页面下载,对应的前缀为 easytier-gui。
|
||||
|
||||
需要注意,MacOS 在安装完毕后,需要在命令行执行如下命令,否则会误报文件已损坏。
|
||||
|
||||
```bash
|
||||
xattr -c /Applications/easytier-gui.app
|
||||
```
|
||||
@@ -0,0 +1,6 @@
|
||||
# 手动组网
|
||||
|
||||
EasyTier 不区分客户端服务端,且完全去中心化,新增节点只需与虚拟网络中的任意节点建链即可加入组网。配置方法如下图所示。
|
||||
|
||||

|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# 子网代理
|
||||
|
||||
通过设置子网代理,连通本地局域网和虚拟局域网。
|
||||
|
||||
假设家中的设备在子网 192.168.1.0/24 网段中,想在公司访问家中的任意设备,则可在家中启动一个 EasyTier 节点,新增子网代理 192.168.1.0/24。公司的设备中无需任何额外配置,只需与家中节点成功组网,即可访问家中任意设备。
|
||||
|
||||

|
||||
@@ -0,0 +1,11 @@
|
||||
# WireGuard 接入
|
||||
|
||||
EasyTier 中每个节点可以作为 WireGuard 的服务端,让安卓、IOS 等移动设备,轻松访问虚拟局域网中的设备。
|
||||
|
||||
配置方法如图。
|
||||
|
||||

|
||||
|
||||
点击组网成功页面的 《显示 VPN 门户配置》 按钮,就可以查看客户端的配置文件,将该配置文件导入手机的第三方客户端,即可让手机访问虚拟局域网
|
||||
|
||||

|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# 组网
|
||||
|
||||
::: warning 注意
|
||||
下文仅描述命令行工具的使用,图形界面程序可参考下述概念自行配置。
|
||||
下文仅描述命令行工具的使用,图形界面程序可参考下述概念进行配置,也可参考 [图形界面 GUI 组网](/guide/gui/index)。
|
||||
:::
|
||||
|
||||
确保已按照 [安装指南](/guide/installation) 安装 EasyTier,并且 easytier-core 和 easytier-cli 两个命令都已经可用。
|
||||
|
||||
@@ -21,8 +21,6 @@ features:
|
||||
details: 支持利用 WireGuard 加密通信,也支持 AES-GCM 加密保护中转流量。
|
||||
- title: 高性能
|
||||
details: 全链路零拷贝,性能与主流组网软件相当。
|
||||
- title: 跨平台
|
||||
details: 支持 MacOS/Linux/Windows,未来将支持 IOS 和 Android。可执行文件静态链接,部署简单。
|
||||
- title: 无公网 IP 组网
|
||||
details: 支持利用共享的公网节点组网,可参考配置指南
|
||||
- title: NAT 穿透
|
||||
@@ -31,4 +29,13 @@ features:
|
||||
details: 节点可以将可访问的网段作为代理暴露给 VPN 子网,允许其他节点通过该节点访问这些子网。
|
||||
- title: 智能路由
|
||||
details: 根据流量智能选择链路,减少延迟,提高吞吐量。
|
||||
- title: 跨平台
|
||||
details: |
|
||||
支持 MacOS/Linux/Windows 等系统。未来将支持 IOS 和 Android。
|
||||
</br>
|
||||
支持 MIPS、ARM 等硬件架构。
|
||||
</br>
|
||||
可执行文件静态链接,部署简单。
|
||||
- title: GUI 支持
|
||||
details: 可通过图形界面使用,方便快捷。
|
||||
---
|
||||
|
||||
Generated
+2850
-2357
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user