v2ray / discussion

For general discussion over Project V development and usage.
298 stars 34 forks source link

自建服务器台式一切正常,笔记本却时不时断线 #463

Closed ghost closed 4 years ago

ghost commented 4 years ago

使用233boy一键配置v2ray脚本加bbrplus内核,台式(win7系统)一切正常,ip也没被墙,笔记本(win10系统连WiFi)使用v2ray却时不时断线(两台电脑使用的v2ray版本和vps服务器相同),解决办法是断了就关闭代理并重新开启,就好了,问题在哪呢?防火墙?端口?

ghost commented 4 years ago

233boy一键脚本,安装全选默认,tcp协议,无配置ss。

2019/12/12 12:56:43 tcp:127.0.0.1:5141 accepted tcp:live.github.com:443 2019/12/12 12:56:43 tcp:127.0.0.1:5142 accepted tcp:live.github.com:443 2019/12/12 12:58:03 tcp:127.0.0.1:5147 accepted tcp:github.com:443 2019/12/12 12:58:04 tcp:127.0.0.1:5149 accepted tcp:avatars3.githubusercontent.com:443 2019/12/12 12:58:05 tcp:127.0.0.1:5151 accepted tcp:api.github.com:443 2019/12/12 12:58:05 tcp:127.0.0.1:5154 accepted tcp:github.com:443 2019/12/12 12:58:05 tcp:127.0.0.1:5155 accepted tcp:github.githubassets.com:443 2019/12/12 12:58:05 tcp:127.0.0.1:5158 accepted tcp:avatars2.githubusercontent.com:443 2019/12/12 12:58:05 tcp:127.0.0.1:5159 accepted tcp:avatars1.githubusercontent.com:443 2019/12/12 12:58:07 tcp:127.0.0.1:5162 accepted tcp:avatars0.githubusercontent.com:443 2019/12/12 12:58:07 tcp:127.0.0.1:5164 accepted tcp:avatars0.githubusercontent.com:443 2019/12/12 12:58:07 tcp:127.0.0.1:5166 accepted tcp:clients1.google.com:443 2019/12/12 12:58:07 tcp:127.0.0.1:5168 accepted tcp:live.github.com:443 2019/12/12 12:58:07 tcp:127.0.0.1:5170 accepted tcp:www.google-analytics.com:443 2019/12/12 12:58:08 tcp:127.0.0.1:5173 accepted tcp:collector.githubapp.com:443 2019/12/12 12:58:17 tcp:127.0.0.1:5175 accepted tcp:clients4.google.com:443 2019/12/12 12:58:57 tcp:127.0.0.1:5177 accepted tcp:www.google.com:443 2019/12/12 12:59:14 tcp:127.0.0.1:5181 accepted tcp:lh3.googleusercontent.com:443 2019/12/12 12:59:14 tcp:127.0.0.1:5182 accepted tcp:www.gstatic.com:443 2019/12/12 12:59:31 tcp:127.0.0.1:5186 accepted tcp:lh3.googleusercontent.com:443 2019/12/12 12:59:31 tcp:127.0.0.1:5187 accepted tcp:www.gstatic.com:443 2019/12/12 12:59:37 tcp:127.0.0.1:5190 accepted tcp:yuan.ga:443 2019/12/12 12:59:37 tcp:127.0.0.1:5194 accepted tcp:yuan.ga:443 2019/12/12 12:59:37 tcp:127.0.0.1:5195 accepted tcp:dn-qiniu-avatar.qbox.me:443 2019/12/12 12:59:37 tcp:127.0.0.1:5196 accepted tcp:s.w.org:443 2019/12/12 12:59:43 tcp:127.0.0.1:5200 accepted tcp:cdn.jsdelivr.net:443 2019/12/12 12:59:43 tcp:127.0.0.1:5201 accepted tcp:cdn.jsdelivr.net:443

//////////////////////////////////////////////////////////////////

{ "log": { "access": "/var/log/v2ray/access.log", "error": "/var/log/v2ray/error.log", "loglevel": "warning" }, "inbounds": [ { "port": 41315, "protocol": "vmess", "settings": { "clients": [ { "id": "xxx", "level": 1, "alterId": 233 } ] }, "streamSettings": { "network": "tcp" }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } } //include_ss //include_socks //include_mtproto //include_in_config // ]

ghost commented 4 years ago

好好的会突然就断,重新设置成活动服务器就好了