v2ray / discussion

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

ubuntu v2ray vmess无法上网, iphone app正常 #413

Closed mabeishuishou closed 4 years ago

mabeishuishou commented 4 years ago

v2ray 是从官网下载:v2ray-4.20.0-3-x86_64.pkg for arch linux 1.v2ray service启动正常: ● v2ray.service - V2Ray Service Loaded: loaded (/etc/systemd/system/v2ray.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2019-10-25 15:30:48 CST; 4s ago Main PID: 5653 (v2ray) Tasks: 13 (limit: 4915) CGroup: /system.slice/v2ray.service └─5653 /usr/bin/v2ray/v2ray -config /etc/v2ray/config.json

10月 25 15:30:48 hp-zbook systemd[1]: Started V2Ray Service. 10月 25 15:30:48 hp-zbook v2ray[5653]: V2Ray 4.20.0 (V2Fly, a community-driven edition of V2Ray.) Custom 10月 25 15:30:48 hp-zbook v2ray[5653]: A unified platform for anti-censorship. 10月 25 15:30:48 hp-zbook v2ray[5653]: 2019/10/25 15:30:48 [Warning] v2ray.com/core: V2Ray 4.20.0 started

  1. config.json配置如下: { "log": { "loglevel": "warning" }, "inbounds": [ { "port": 1080, "listen": "127.0.0.1", "tag": "socks-inbound", "protocol": "socks", "settings": { "auth": "noauth", "udp": false, "ip": "127.0.0.1" }, "sniffing": { "enabled": true, "destOverride": [ "http", "tls" ] } } ], "outbounds": [ { "protocol": "vmess", "settings": { "vnext": [ { "address": "81.xx.xxx.85", "port": 35602, "users": [ { "id": "94f3adeb-f8d1-xxxx-xxxx-c108c1091647", "alterId": 64 } ] } ] } } ], "outboundDetour": [ { "protocol": "freedom", "tag": "direct", "settings": {} } ], "routing": { "domainStrategy": "IPOnDemand", "rules": [ { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "blocked" }, { "type": "field", "domain": [ "geosite:category-ads" ], "outboundTag": "blocked" } ] }, "dns": { "hosts": { "domain:v2ray.com": "www.vicemc.net", "domain:github.io": "pages.github.com", "domain:wikipedia.org": "www.wikimedia.org", "domain:shadowsocks.org": "electronicsrealm.com" }, "servers": [ "1.1.1.1", { "address": "114.114.114.114", "port": 53, "domains": [ "geosite:cn" ] }, "8.8.8.8", "localhost" ] }, "policy": { "levels": { "0": { "uplinkOnly": 0, "downlinkOnly": 0 } }, "system": { "statsInboundUplink": false, "statsInboundDownlink": false } }, "other": {} }
  2. /var/log/v2ray 下面没有log

4.journal log: v2ray.log

  1. firefox浏览器代理设置: 127.0.0.1 1080 socks v5 proxy dns when using socks v5

6.客户端防火墙关闭 sudo ufw status inactive

  1. 测试服务器tcp端口连接正常 telet 81.xx.xxx.85 36502

8.iphone小火箭用相同vmess节点配置 正常上网

初次从酸酸乳切换到v2ray, 请大侠多指教,谢谢

mabeishuishou commented 4 years ago

/var/log/v2ray error.log: 2019/10/25 16:30:48 [Warning] v2ray.com/core: V2Ray 4.20.0 started 2019/10/25 16:31:00 [Warning] [757327815] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:31:13 [Warning] [345831844] v2ray.com/core/app/dispatcher: non existing tag: blocked access.log: 2019/10/25 16:30:49 tcp:127.0.0.1:45322 accepted tcp:live.github.com:443 2019/10/25 16:30:53 tcp:127.0.0.1:45326 accepted tcp:push.services.mozilla.com:443 2019/10/25 16:30:55 tcp:127.0.0.1:45330 accepted tcp:live.github.com:443 2019/10/25 16:31:00 tcp:127.0.0.1:45334 accepted tcp:googleads.g.doubleclick.net:443 2019/10/25 16:31:03 tcp:127.0.0.1:45336 accepted tcp:www.google.com:443 2019/10/25 16:31:03 tcp:127.0.0.1:45342 accepted tcp:www.google.com:443 2019/10/25 16:31:05 tcp:127.0.0.1:45346 accepted tcp:www.google.com:443 2019/10/25 16:31:13 tcp:127.0.0.1:45350 accepted tcp:pagead2.googlesyndication.com:443 2019/10/25 16:32:08 tcp:127.0.0.1:45360 accepted tcp:www.google.com:443

mabeishuishou commented 4 years ago

替换模板config.json error.log: 2019/10/25 16:30:48 [Warning] v2ray.com/core: V2Ray 4.20.0 started 2019/10/25 16:31:00 [Warning] [757327815] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:31:13 [Warning] [345831844] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:34:19 [Warning] [3184173929] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:34:20 [Warning] [1933925621] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:34:20 [Warning] [3571850501] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 16:34:20 [Warning] [1569190589] v2ray.com/core/app/dispatcher: non existing tag: blocked 2019/10/25 17:27:01 [Warning] v2ray.com/core: V2Ray 4.20.0 started 2019/10/25 17:27:49 [Warning] [1425669602] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > EOF v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2019/10/25 17:27:49 [Warning] [1064775014] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > EOF v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2019/10/25 17:27:52 [Warning] [2771602105] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > EOF] > v2ray.com/core/common/retry: all retry attempts failed

access.log: 2019/10/25 16:30:49 tcp:127.0.0.1:45322 accepted tcp:live.github.com:443 2019/10/25 16:30:53 tcp:127.0.0.1:45326 accepted tcp:push.services.mozilla.com:443 2019/10/25 16:30:55 tcp:127.0.0.1:45330 accepted tcp:live.github.com:443 2019/10/25 16:31:00 tcp:127.0.0.1:45334 accepted tcp:googleads.g.doubleclick.net:443 2019/10/25 16:31:03 tcp:127.0.0.1:45336 accepted tcp:www.google.com:443 2019/10/25 16:31:03 tcp:127.0.0.1:45342 accepted tcp:www.google.com:443 2019/10/25 16:31:05 tcp:127.0.0.1:45346 accepted tcp:www.google.com:443 2019/10/25 16:31:13 tcp:127.0.0.1:45350 accepted tcp:pagead2.googlesyndication.com:443 2019/10/25 16:32:08 tcp:127.0.0.1:45360 accepted tcp:www.google.com:443 2019/10/25 16:32:20 tcp:127.0.0.1:45364 accepted tcp:safebrowsing.googleapis.com:443 2019/10/25 16:33:00 tcp:127.0.0.1:45376 accepted tcp:github.com:443 2019/10/25 16:33:21 tcp:127.0.0.1:45380 accepted tcp:github.com:443 2019/10/25 16:33:21 tcp:127.0.0.1:45384 accepted tcp:github.com:443 2019/10/25 16:33:21 tcp:127.0.0.1:45382 accepted tcp:github.com:443 2019/10/25 16:33:21 tcp:127.0.0.1:45386 accepted tcp:github.com:443 2019/10/25 16:33:22 tcp:127.0.0.1:45396 accepted tcp:avatars3.githubusercontent.com:443 2019/10/25 16:34:00 tcp:127.0.0.1:45402 accepted tcp:collector.githubapp.com:443 2019/10/25 16:34:00 tcp:127.0.0.1:45406 accepted tcp:www.google-analytics.com:443 2019/10/25 16:34:06 tcp:127.0.0.1:45410 accepted tcp:collector.githubapp.com:443 2019/10/25 16:34:17 tcp:127.0.0.1:45418 accepted tcp:www.google.com:443 2019/10/25 16:34:19 tcp:127.0.0.1:45422 accepted tcp:googleads.g.doubleclick.net:443 2019/10/25 16:34:20 tcp:127.0.0.1:45426 accepted tcp:hm.baidu.com:443 2019/10/25 16:34:20 tcp:127.0.0.1:45428 accepted tcp:hm.baidu.com:443 2019/10/25 16:34:20 tcp:127.0.0.1:45430 accepted tcp:pagead2.googlesyndication.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45474 accepted tcp:wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45476 accepted tcp:js.aq.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45478 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45484 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45482 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45486 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45488 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45492 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:57 tcp:127.0.0.1:45494 accepted tcp:ocsp2.globalsign.com:80 2019/10/25 16:35:57 tcp:127.0.0.1:45496 accepted tcp:ocsp.dcocsp.cn:80 2019/10/25 16:35:57 tcp:127.0.0.1:45498 accepted tcp:wx.qq.com:443 2019/10/25 16:35:58 tcp:127.0.0.1:45502 accepted tcp:ocsp2.globalsign.com:80 2019/10/25 16:35:58 tcp:127.0.0.1:45504 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:58 tcp:127.0.0.1:45506 accepted tcp:wx.qq.com:443 2019/10/25 16:35:58 tcp:127.0.0.1:45510 accepted tcp:ocsp2.globalsign.com:80 2019/10/25 16:35:59 tcp:127.0.0.1:45522 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:59 tcp:127.0.0.1:45526 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:59 tcp:127.0.0.1:45528 accepted tcp:res.wx.qq.com:443 2019/10/25 16:35:59 tcp:127.0.0.1:45534 accepted tcp:ocsp1.digicert.com:80 2019/10/25 16:35:59 tcp:127.0.0.1:45536 accepted tcp:ocsp1.digicert.com:80 2019/10/25 16:35:59 tcp:127.0.0.1:45538 accepted tcp:ocsp1.digicert.com:80 2019/10/25 16:35:59 tcp:127.0.0.1:45548 accepted tcp:login.wx.qq.com:443 2019/10/25 16:35:59 tcp:127.0.0.1:45552 accepted tcp:login.weixin.qq.com:443 2019/10/25 16:36:08 tcp:127.0.0.1:45556 accepted tcp:incoming.telemetry.mozilla.org:443 2019/10/25 16:36:09 tcp:127.0.0.1:45560 accepted tcp:wx.qq.com:443 2019/10/25 16:36:09 tcp:127.0.0.1:45564 accepted tcp:wx.qq.com:443 2019/10/25 16:36:09 tcp:127.0.0.1:45568 accepted tcp:wx.qq.com:443 2019/10/25 16:36:09 tcp:127.0.0.1:45572 accepted tcp:wx.qq.com:443 2019/10/25 16:36:09 tcp:127.0.0.1:45576 accepted tcp:wx.qq.com:443 2019/10/25 16:36:10 tcp:127.0.0.1:45580 accepted tcp:safebrowsing.googleapis.com:443 2019/10/25 16:36:10 tcp:127.0.0.1:45584 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45586 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45588 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45590 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45592 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45594 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45596 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45604 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:36:10 tcp:127.0.0.1:45606 accepted tcp:webpush.wx.qq.com:443 2019/10/25 16:36:10 tcp:127.0.0.1:45610 accepted tcp:ocsp.dcocsp.cn:80 2019/10/25 16:37:12 tcp:127.0.0.1:45618 accepted tcp:shavar.services.mozilla.com:443 2019/10/25 16:37:13 tcp:127.0.0.1:45622 accepted tcp:tracking-protection.cdn.mozilla.net:443 2019/10/25 16:39:20 tcp:127.0.0.1:45648 accepted tcp:wx.qq.com:443 2019/10/25 16:39:20 tcp:127.0.0.1:45652 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:41:12 tcp:127.0.0.1:45660 accepted tcp:push.services.mozilla.com:443 2019/10/25 16:42:02 tcp:127.0.0.1:45664 accepted tcp:wx.qq.com:443 2019/10/25 16:42:03 tcp:127.0.0.1:45668 accepted tcp:wx.qq.com:443 2019/10/25 16:43:13 tcp:127.0.0.1:45674 accepted tcp:res.wx.qq.com:443 2019/10/25 16:45:00 tcp:127.0.0.1:45680 accepted tcp:wx.qq.com:443 2019/10/25 16:45:01 tcp:127.0.0.1:45682 accepted tcp:wx.qq.com:443 2019/10/25 16:45:02 tcp:127.0.0.1:45684 accepted tcp:wx.qq.com:443 2019/10/25 16:45:03 tcp:127.0.0.1:45686 accepted tcp:wx.qq.com:443 2019/10/25 16:45:16 tcp:127.0.0.1:45688 accepted tcp:wx.qq.com:443 2019/10/25 16:45:17 tcp:127.0.0.1:45690 accepted tcp:wx.qq.com:443 2019/10/25 16:45:18 tcp:127.0.0.1:45692 accepted tcp:wx.qq.com:443 2019/10/25 16:45:19 tcp:127.0.0.1:45694 accepted tcp:wx.qq.com:443 2019/10/25 16:45:57 tcp:127.0.0.1:45696 accepted tcp:wx.qq.com:443 2019/10/25 16:46:01 tcp:127.0.0.1:45698 accepted tcp:wx.qq.com:443 2019/10/25 16:46:02 tcp:127.0.0.1:45700 accepted tcp:wx.qq.com:443 2019/10/25 16:46:03 tcp:127.0.0.1:45702 accepted tcp:wx.qq.com:443 2019/10/25 16:46:11 tcp:127.0.0.1:45704 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45708 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45712 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45716 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45720 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45724 accepted tcp:wx.qq.com:443 2019/10/25 16:46:38 tcp:127.0.0.1:45728 accepted tcp:res.wx.qq.com:443 2019/10/25 16:50:32 tcp:127.0.0.1:45734 accepted tcp:wx.qq.com:443 2019/10/25 16:50:33 tcp:127.0.0.1:45738 accepted tcp:wx.qq.com:443 2019/10/25 16:50:37 tcp:127.0.0.1:45742 accepted tcp:mmbiz.qpic.cn:443 2019/10/25 16:53:05 tcp:127.0.0.1:45746 accepted tcp:wx.qq.com:443 2019/10/25 16:53:05 tcp:127.0.0.1:45750 accepted tcp:wx.qq.com:443 2019/10/25 16:53:05 tcp:127.0.0.1:45754 accepted tcp:wx.qq.com:443 2019/10/25 16:53:05 tcp:127.0.0.1:45758 accepted tcp:wx.qq.com:443 2019/10/25 17:27:46 tcp:127.0.0.1:40390 accepted tcp:www.google.com:443 2019/10/25 17:27:46 tcp:127.0.0.1:40394 accepted tcp:www.google.com:443 2019/10/25 17:27:48 tcp:127.0.0.1:40408 accepted tcp:www.github.com:443 2019/10/25 17:27:48 tcp:127.0.0.1:40412 accepted tcp:github.com:443 2019/10/25 17:27:52 tcp:127.0.0.1:40430 accepted tcp:github.com:443 2019/10/25 17:28:03 tcp:127.0.0.1:40444 accepted tcp:login.wx.qq.com:443 2019/10/25 17:28:30 tcp:127.0.0.1:40466 accepted tcp:github.com:443 2019/10/25 17:28:35 tcp:127.0.0.1:40478 accepted tcp:github.com:443 2019/10/25 17:28:41 tcp:127.0.0.1:40490 accepted tcp:github.com:443 2019/10/25 17:28:41 tcp:127.0.0.1:40494 accepted tcp:live.github.com:443 2019/10/25 17:29:51 tcp:127.0.0.1:40566 accepted tcp:117.186.228.71:143

kslr commented 4 years ago

你这日志是那的日志,这不是正常吗

mabeishuishou commented 4 years ago

第二次是我又基于公共模板修改config.json之后不能上网抓的log, 就是我最新的测试结果。您看log是正常能上网吗?但是我ping不同google, 也上不了网,无论是设置系统代理还是火狐代理,这是怎么回事啊?

kslr commented 4 years ago

从公开信息上没有问题

mabeishuishou commented 4 years ago

2019/10/25 16:34:20 [Warning] [1569190589] v2ray.com/core/app/dispatcher: non existing tag: blocked v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > EOF] > v2ray.com/core/common/retry: all retry attempts failed 这是什么错误啊?有没有关系

mabeishuishou commented 4 years ago

error.log: cp 127.0.0.1:1087->127.0.0.1:41436: write: broken pipe 2019/11/01 13:34:24 [Warning] [3669208691] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:34:24 [Warning] [3669208691] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:34:24 [Warning] [3669208691] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41516: write: broken pipe 2019/11/01 13:34:24 [Warning] [1597191278] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:34:24 [Warning] [1882876164] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:34:24 [Warning] [1882876164] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:34:24 [Warning] [1597191278] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:34:29 [Warning] [149864028] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:34:29 [Warning] [149864028] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:34:29 [Warning] [149864028] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41536: write: broken pipe 2019/11/01 13:34:30 [Warning] [2450056448] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:34:30 [Warning] [2450056448] v2ray.com/core/proxy/http: failed to read response from www.wenxuecity.com > io: read/write on closed pipe 2019/11/01 13:34:40 [Warning] [2795429502] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:24 [Warning] [4033022652] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:24 [Warning] [4033022652] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:24 [Warning] [4033022652] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41588: write: broken pipe 2019/11/01 13:35:29 [Warning] [2382829869] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:29 [Warning] [2382829869] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:29 [Warning] [2382829869] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41600: write: broken pipe 2019/11/01 13:35:34 [Warning] [3675329230] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:34 [Warning] [3675329230] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:34 [Warning] [3675329230] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41610: write: broken pipe 2019/11/01 13:35:39 [Warning] [2375247651] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:39 [Warning] [2375247651] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:39 [Warning] [2375247651] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41616: write: broken pipe 2019/11/01 13:35:44 [Warning] [493868947] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:44 [Warning] [493868947] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:44 [Warning] [493868947] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41622: write: broken pipe 2019/11/01 13:35:49 [Warning] [992754565] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:49 [Warning] [992754565] v2ray.com/core/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe 2019/11/01 13:35:49 [Warning] [992754565] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/http: connection ends > v2ray.com/core/proxy/http: failed to write response > write tcp 127.0.0.1:1087->127.0.0.1:41630: write: broken pipe 2019/11/01 13:35:52 [Warning] [1582912493] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed 2019/11/01 13:35:52 [Warning] [1582912493] v2ray.com/core/proxy/http: failed to read response from www.wenxuecity.com > io: read/write on closed pipe access.log: 2019/11/01 13:31:55 127.0.0.1:41368 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:00 127.0.0.1:41386 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:03 127.0.0.1:41392 accepted http://www.wenxuecity.com/
2019/11/01 13:32:05 127.0.0.1:41398 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:10 127.0.0.1:41414 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:15 127.0.0.1:41426 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:20 127.0.0.1:41436 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:26 127.0.0.1:41446 accepted //push.services.mozilla.com:443
2019/11/01 13:32:44 127.0.0.1:41472 accepted http://www.wenxuecity.com/
2019/11/01 13:32:54 127.0.0.1:41504 accepted http://detectportal.firefox.com/success.txt?ipv4
2019/11/01 13:32:54 127.0.0.1:41506 accepted http://detectportal.firefox.com/success.txt?ipv6
2019/11/01 13:32:54 127.0.0.1:41508 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:56 127.0.0.1:41510 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:32:58 127.0.0.1:41512 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:33:00 127.0.0.1:41514 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:33:02 127.0.0.1:41516 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:33:02 127.0.0.1:41520 accepted http://detectportal.firefox.com/success.txt?ipv4
2019/11/01 13:33:02 127.0.0.1:41522 accepted http://detectportal.firefox.com/success.txt?ipv6
2019/11/01 13:33:07 127.0.0.1:41536 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:33:08 127.0.0.1:41540 accepted http://www.wenxuecity.com/
2019/11/01 13:34:02 127.0.0.1:41588 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:06 127.0.0.1:41594 accepted //push.services.mozilla.com:443
2019/11/01 13:34:07 127.0.0.1:41600 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:12 127.0.0.1:41610 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:17 127.0.0.1:41616 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:22 127.0.0.1:41622 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:27 127.0.0.1:41630 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:34:30 127.0.0.1:41636 accepted http://www.wenxuecity.com/favicon.ico
2019/11/01 13:35:02 127.0.0.1:41672 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:35:07 127.0.0.1:41678 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:35:12 127.0.0.1:41686 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:35:17 127.0.0.1:41694 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:35:22 127.0.0.1:41704 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:35:27 127.0.0.1:41712 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:02 127.0.0.1:41748 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:07 127.0.0.1:41754 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:12 127.0.0.1:41762 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:17 127.0.0.1:41770 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:22 127.0.0.1:41778 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:27 127.0.0.1:41786 accepted http://detectportal.firefox.com/success.txt
2019/11/01 13:36:35 127.0.0.1:41804 accepted http://ocsp.digicert.com/
2019/11/01 13:36:36 127.0.0.1:41812 accepted http://ocsp2.globalsign.com/gsorganizationvalsha2g2
2019/11/01 13:36:36 127.0.0.1:41818 accepted http://ocsp2.globalsign.com/gsorganizationvalsha2g2
2019/11/01 13:36:36 127.0.0.1:41826 accepted http://ocsp2.globalsign.com/gsorganizationvalsha2g2
2019/11/01 13:36:37 127.0.0.1:41836 accepted http://ocsp2.globalsign.com/gsorganizationvalsha2g2
2019/11/01 13:36:39 127.0.0.1:41846 accepted http://ocsp.digicert.com/
2019/11/01 13:36:39 127.0.0.1:41850 accepted http://ocsp.digicert.com/
2019/11/01 13:36:49 127.0.0.1:41860 accepted http://ocsp.digicert.com/
2019/11/01 13:36:49 127.0.0.1:41864 accepted http://ocsp.digicert.com/

kslr commented 4 years ago

wss://81.90.189.85:35602/ws): > dial tcp 81.90.189.85:35602: i/o timeout

mabeishuishou commented 4 years ago

{
"obfsParam" : "",
"weight" : 1571808212,
"allowInsecure" : false,
"title" : "免费·V2Ray·新加坡85",
"host" : "81.xx.xx.85",
"ota" : false,
"file" : "\/",
"uuid" : "xxxxxxxxxxxx",
"method" : "none",
"flag" : "SG",
"obfs" : "none",
"type" : "Vmess",
"plugin" : "",
"user" : "",
"protoParam" : "",
"tls" : false,
"port" : 35602,
"proto" : "none",
"peer" : "",
"password" : "xxxxxxxxx7",
"data" : "",
"ping" : 79
} 请问password和uuid怎么写在配置文件里面,还有ping 要写吗?weight?

mabeishuishou commented 4 years ago

iphone小火箭导出的 vmess config.json config.json.iphone.txt

mabeishuishou commented 4 years ago

wireshark抓包,log显示TLVS1.0握手失败,不知道什么原因?

mabeishuishou commented 4 years ago

感觉还是v2ray config.json配置错误,请帮忙看看怎么把附件iphone配置文件转成linux config.json, 谢谢

mabeishuishou commented 4 years ago

已经解决,手机导出的json不对,uuid不是对应的uuid,password才是uuid,问题已经解决,谢谢