EasyTier / EasyTier/easytier-manager
[BUG]wintun错误,无法正常使用,easytier-gui运行同样配置正常
- Dominant language
- Vue
- Stars
- 278
- Forks
- 38
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 1
Description
### App 版本
3.0.0
### 内核版本
easytier-cli 2.0.3-861d6584
### 问题描述
运行配置,日志显示wintun错误,使用了管理员运行,也是同样问题。正常使用easytier-gui运行相同配置可以正常使用。但是测试了在同一个路由器下,Windows版本速率,比安卓的慢了很多,所以下载管理器进行测试
### 重现步骤
1.正常安装软件
2.使用编辑器模式,将easytier-gui的配置复制过来
3.安装服务,启动服务
4.日志提示错误,无法获得局域网IP
### 期待的正确结果
1.正常使用
### 相关日志输出
```shell
2024-12-06T09:07:41.3680496+08:00 ERROR easytier_core::instance::virtual_nic: An error occurred: 拒绝访问。 (os error 5)
2024-12-06T09:07:41.4989026+08:00 ERROR wintun::log: WinTun: Failed to create private namespace: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:41.4989327+08:00 ERROR wintun::log: WinTun: Failed to take device installation mutex: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:41.4990189+08:00 ERROR wintun::log: WinTun: Failed to create private namespace: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:41.499035+08:00 ERROR wintun::log: WinTun: Failed to take device installation mutex: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:41.499075+08:00 ERROR easytier_core::instance::instance: add ip failed current_dhcp_ip=None candidate_ipv4_addr=Some(10.126.126.1/24) e=TunError(WintunError(String("Failed to create adapter")))
2024-12-06T09:07:41.4995097+08:00 ERROR wintun::log: WinTun: Failed to create private namespace: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:41.49956+08:00 ERROR wintun::log: WinTun: Failed to take device installation mutex: 拒绝访问。 (Code 0x00000005)
2024-12-06T09:07:46.5148332+08:00 ERROR easytier_core::instance::virtual_nic: An error occurred: 拒绝访问。 (os error 5)
2024-12-06T09:07:46.5329151+08:00 ERROR easytier_core::instance::instance: add ip failed current_dhcp_ip=None candidate_ipv4_addr=Some(10.126.126.1/24) e=TunError(WintunError(String("Failed to create adapter")))
```
### 附加信息
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.