Replies: 2 comments 2 replies
|
版本都升级到最新,v2rayN版本: 7.22.6 xray版本: 26.6.x |
2 replies
不行,一个版本同个坑 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
操作系统: windows11
v2rayN版本: 7.22.5
xray版本: 26.3.27
现象:
1. 默认使用xray_tun,无法上网
使用ipconfig /all查看xray_tun网卡的设置,发现IP地址是169.254.26.223,子网掩码是255.255.0.0,网关为空,未配置DNS
使用route print查看路由表,只有1条系统默认路由
2. “tun模式设置”勾选“旧版tun保护”,发现切换到singbox_tun,上网正常
使用ipconfig /all查看singbox_tun网卡的设置,IP地址是172.18.0.1,子网掩码是255.255.255.252,网关172.18.0.2,dns是172.18.0.2
使用route print查看路由表,除系统默认路由外,还有一条指向172.18.0.2的默认路由
All reactions