使用Xray配置tap虚拟网卡遇到的问题 #355
Unanswered
morckclient
asked this question in
Q&A
Replies: 2 comments
-
如果这不是xray的问题 你应该发到discussion或者去tg群 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可能需要配置 sendThrough? |
Beta Was this translation helpful? Give feedback.
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.
-
首先说明,这不是Xray的问题,我在寻求这个问题的解决办法,希望有人能帮帮我。
配置Xray的socks端口为10801
使用tun2socks配置tap虚拟网卡并连接
socks://127.0.0.1:10801
配置socks服务器为本地127.0.0.1时,怎么设置系统的默认路由?求指教
删除默认路由
route delete 0.0.0.0 mask 0.0.0.0
添加虚拟网卡出口
route add 0.0.0.0 mask 0.0.0.0 10.0.0.1 metric 6
代理转发网关
route add 127.0.0.1 192.168.1.1 metric 5
这么添加似乎无效...
然而我用远程socks服务器地址这么配置却可以用。
Beta Was this translation helpful? Give feedback.
All reactions