V2ray-core: 极其频繁的访问超时,然而没有什么错误

Created on 26 Apr 2019  ·  12Comments  ·  Source: v2ray/v2ray-core

1) 你正在使用哪个版本的 V2Ray? V2Ray 4.18.0 (Po) 20190228

2) 你的使用场景是什么?使用 Chrome 通过 VMess 代理观看 YouTube 视频。

3) 你看到的不正常的现象是什么?
极其频繁的google访问超时, youtube断流,重启本地v2ray服务可以解决


服务器端配置: (点击展开)

{
        "log": {
                "access": "/var/log/v2ray/access.log",
                "error": "/var/log/v2ray/error.log",
                "loglevel": "warning"
        },
        "inbound": {
                "port": 20000,
                "listen": "127.0.0.1",
                "protocol": "vmess",
                "settings": {
                        "udp": true,
                        "clients": [
                                {
                                        "id": "A725E273-7632-4E5C-BEEE-D314E10A6259",
                                        "level": 1,
                                        "alterId": 64
                                }
                        ]
                },
                "streamSettings": {
                        "network": "ws",
                        "security": "auto",
                        "wsSettings": {
                                "path": "/vrws/"
                        }
                }
        },
        "outbound": {
                "protocol": "freedom",
                "settings": {}
        },
        "outboundDetour": [
                {
                        "protocol": "blackhole",
                        "settings": {},
                        "tag": "blocked"
                }
        ],
        "routing": {
                "rules": [
                        {
                                "type": "field",
                                "domain":[
                                        "ext:site.dat:ad"
                                ],
                                "outboundTag": "blocked"
                        }
                ]
        }
}


客户端配置: (点击展开)

{
  "log": {
      "access": "/var/log/v2ray/access.log",
      "error": "/var/log/v2ray/error.log",
      "loglevel": "info"
  },
  "inbounds": [
    {
      "port": 1081,
      "listen": "127.0.0.1",
      "protocol": "socks",
      "sniffing": {
        "enabled": true
      },
      "settings": {
        "auth": "noauth",
        "udp": true
      }
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "X.X.X",
            "port": 443,
            "users": [
              {
                "id": "A725E273-7632-4E5C-BEEE-D314E10A6259",
                "alterId": 64,
                "security": "auto"
              }
            ]
          }
        ],
        "servers": null,
        "response": null
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "tlsSettings": {
          "allowInsecure": true
        },
        "wsSettings": {
          "connectionReuse": true,
          "path": "/vrws/"
        }
      },
      "mux": {
        "enabled": true
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": {
        "vnext": null,
        "servers": null,
        "response": null
      },
      "streamSettings": null,
      "mux": null
    },
    {
      "tag": "block",
      "protocol": "blackhole",
      "settings": {
        "vnext": null,
        "servers": null,
        "response": {
          "type": "http"
        }
      },
      "streamSettings": null,
      "mux": null
    }
  ],
  "dns": {
    "servers": [
      "208.67.222.222",
      "8.8.8.8",
      "192.168.1.1"
    ]
  },
  "routing": {
    "domainStrategy": "IPIfNonMatch",
    "rules": [
      {
        "type": "field",
        "port": null,
        "outboundTag": "block",
        "ip": null,
        "domain": [
          "query.yahooapis.com"
        ]
      }
    ]
  }
}



服务器端错误日志: (点击展开)

2019/04/21 11:49:05 [Warning] v2ray.com/core: V2Ray 4.18.0 started
2019/04/22 02:11:45 [Warning] v2ray.com/core: V2Ray 4.18.0 started
2019/04/23 02:11:27 [Warning] v2ray.com/core: V2Ray 4.18.0 started
2019/04/24 02:11:08 [Warning] v2ray.com/core: V2Ray 4.18.0 started
2019/04/25 02:10:50 [Warning] v2ray.com/core: V2Ray 4.18.0 started
2019/04/26 02:11:26 [Warning] v2ray.com/core: V2Ray 4.18.0 started



客户端错误日志: (点击展开)

2019/04/26 14:38:08 [Info] [1867760763] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > v2ray.com/core/proxy/socks: failed to transport all TCP request > read tcp 127.0.0.1:1081->127.0.0.1:33324: read: connection reset by peer
2019/04/26 14:38:08 [Info] [1867760763] v2ray.com/core/app/dispatcher: default route for tcp:cdn-static-1.medium.com:443
2019/04/26 14:38:08 [Info] [1867760763] v2ray.com/core/common/mux: dispatching request to tcp:cdn-static-1.medium.com:443
2019/04/26 14:38:08 [Info] [1867760763] v2ray.com/core/common/mux: failed to write first payload > io: read/write on closed pipe
2019/04/26 14:38:08 [Info] [3205262033] v2ray.com/core/proxy/socks: TCP Connect request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3205262033] v2ray.com/core/app/dispatcher: default route for tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3205262033] v2ray.com/core/common/mux: dispatching request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [2019979890] v2ray.com/core/proxy/socks: TCP Connect request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [2019979890] v2ray.com/core/app/dispatcher: default route for tcp:medium.com:443
2019/04/26 14:38:08 [Info] [2019979890] v2ray.com/core/common/mux: dispatching request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3806935137] v2ray.com/core/proxy/socks: TCP Connect request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3806935137] v2ray.com/core/app/dispatcher: default route for tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3806935137] v2ray.com/core/common/mux: dispatching request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3727034870] v2ray.com/core/proxy/socks: TCP Connect request to tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3727034870] v2ray.com/core/app/dispatcher: default route for tcp:medium.com:443
2019/04/26 14:38:08 [Info] [3727034870] v2ray.com/core/common/mux: dispatching request to tcp:medium.com:443
2019/04/26 14:38:09 [Info] [1763959156] v2ray.com/core/proxy/socks: TCP Connect request to tcp:medium.com:443
2019/04/26 14:38:09 [Info] [1763959156] v2ray.com/core/app/dispatcher: default route for tcp:medium.com:443
2019/04/26 14:38:09 [Info] [1763959156] v2ray.com/core/common/mux: dispatching request to tcp:medium.com:443
2019/04/26 14:38:10 [Info] [59207087] v2ray.com/core/proxy/socks: TCP Connect request to tcp:gist.github.com:443
2019/04/26 14:38:10 [Info] [59207087] v2ray.com/core/app/dispatcher: default route for tcp:gist.github.com:443
2019/04/26 14:38:10 [Info] [59207087] v2ray.com/core/common/mux: dispatching request to tcp:gist.github.com:443
2019/04/26 14:38:10 [Info] [3478456761] v2ray.com/core/proxy/socks: TCP Connect request to tcp:gist.github.com:443
2019/04/26 14:38:10 [Info] [3478456761] v2ray.com/core/app/dispatcher: default route for tcp:gist.github.com:443
2019/04/26 14:38:10 [Info] [3478456761] v2ray.com/core/common/mux: dispatching request to tcp:gist.github.com:443
2019/04/26 14:40:26 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 14:40:27 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 14:40:38 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 14:40:39 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 14:42:05 [Info] [4199797964] v2ray.com/core/proxy/socks: TCP Connect request to tcp:cdn-images-1.medium.com:443
2019/04/26 14:42:05 [Info] [4199797964] v2ray.com/core/app/dispatcher: default route for tcp:cdn-images-1.medium.com:443
2019/04/26 14:42:05 [Info] [4199797964] v2ray.com/core/common/mux: dispatching request to tcp:cdn-images-1.medium.com:443
2019/04/26 14:42:05 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 14:42:05 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 14:45:01 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 14:45:02 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 15:03:10 [Info] [368004267] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:10 [Info] [368004267] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:10 [Info] [368004267] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:10 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 15:03:11 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 15:03:11 [Info] [70095290] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [70095290] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [70095290] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3488888465] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3488888465] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3488888465] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3772905723] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3772905723] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3772905723] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3153485741] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3153485741] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:11 [Info] [3153485741] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [1374194818] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [1374194818] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [1374194818] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [2373305008] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [2373305008] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:03:12 [Info] [2373305008] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:06:06 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 15:06:07 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 15:11:00 [Info] [1581870046] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 15:11:00 [Info] [1581870046] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 15:11:00 [Info] [1581870046] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 15:11:00 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 15:11:00 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 15:11:20 [Info] [1246709877] v2ray.com/core/proxy/socks: TCP Connect request to tcp:i.stack.imgur.com:443
2019/04/26 15:11:20 [Info] [1246709877] v2ray.com/core/app/dispatcher: default route for tcp:i.stack.imgur.com:443
2019/04/26 15:11:20 [Info] [1246709877] v2ray.com/core/common/mux: dispatching request to tcp:i.stack.imgur.com:443
2019/04/26 15:14:12 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 15:14:13 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 15:43:17 [Info] [2094928165] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 15:43:17 [Info] [2094928165] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 15:43:17 [Info] [2094928165] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 15:43:17 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 15:43:17 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 15:43:49 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 15:43:50 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 15:45:29 [Info] [1066725333] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 15:45:29 [Info] [1066725333] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 15:45:29 [Info] [1066725333] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 15:45:29 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 15:45:29 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 15:47:21 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 15:47:22 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:06:25 [Info] [3687607245] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:06:25 [Info] [3687607245] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 16:06:25 [Info] [3687607245] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:06:25 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:06:25 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:09:21 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 16:09:22 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:13:46 [Info] [3450918189] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:13:46 [Info] [3450918189] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 16:13:46 [Info] [3450918189] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:13:46 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:13:46 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:16:42 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 16:16:43 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:28:50 [Info] [613657958] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:28:50 [Info] [613657958] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 16:28:50 [Info] [613657958] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:28:50 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:28:50 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:33:38 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 16:33:39 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:39:02 [Info] [4135229835] v2ray.com/core/proxy/socks: TCP Connect request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:39:02 [Info] [4135229835] v2ray.com/core/app/dispatcher: default route for tcp:linkhelp.clients.google.com:443
2019/04/26 16:39:02 [Info] [4135229835] v2ray.com/core/common/mux: dispatching request to tcp:linkhelp.clients.google.com:443
2019/04/26 16:39:02 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:39:02 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:40:22 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 16:40:23 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:48:54 [Info] [1357380381] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:48:54 [Info] [1357380381] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:48:54 [Info] [1357380381] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:48:54 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:48:54 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:48:55 [Info] [216079497] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: failed to read request > v2ray.com/core/proxy/socks: failed to read request > EOF
2019/04/26 16:48:55 [Info] [1083017195] v2ray.com/core/proxy/socks: TCP Connect request to tcp:id.google.com:443
2019/04/26 16:48:55 [Info] [1083017195] v2ray.com/core/app/dispatcher: default route for tcp:id.google.com:443
2019/04/26 16:48:55 [Info] [1083017195] v2ray.com/core/common/mux: dispatching request to tcp:id.google.com:443
2019/04/26 16:51:50 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 16:51:51 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/04/26 16:57:59 [Info] [140302712] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:57:59 [Info] [140302712] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:57:59 [Info] [140302712] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:57:59 [Info] v2ray.com/core/transport/internet/websocket: creating connection to tcp:X.X.X:443
2019/04/26 16:57:59 [Info] [3342890018] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:57:59 [Info] [3342890018] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:57:59 [Info] [3342890018] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:57:59 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:v1.mux.cool:9527 via tcp:X.X.X:443
2019/04/26 16:58:00 [Info] [1023338163] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [1023338163] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [1023338163] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [1513562047] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [1513562047] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [1513562047] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [257185810] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [257185810] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [257185810] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [2904066615] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [2904066615] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [2904066615] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [3516554065] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [3516554065] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:00 [Info] [3516554065] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 16:58:01 [Info] [1240756757] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/04/26 16:58:01 [Info] [1240756757] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/04/26 16:58:01 [Info] [1240756757] v2ray.com/core/common/mux: dispatching request to tcp:www.google.com:443
2019/04/26 17:01:11 [Info] v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2019/04/26 17:01:12 [Info] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled



cat /var/log/v2ray/access.log | tail -n 200 (点击展开)

2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:api.github.com:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:arc.msn.com:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:sentry.io:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:steamcommunity.com:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:www.jetbrains.com:443
2019/04/26 16:14:07 tcp:36.110.118.79:35934 accepted tcp:config.edge.skype.com:443
2019/04/26 16:14:28 tcp:36.110.118.79:36214 accepted tcp:arc.msn.com:443
2019/04/26 16:14:28 tcp:36.110.118.79:35934 accepted tcp:ris.api.iris.microsoft.com:443
2019/04/26 16:14:39 tcp:36.110.118.79:36214 accepted tcp:www.codota.com:443
2019/04/26 16:15:39 36.110.118.79:36340 accepted tcp:calendar.google.com:443
2019/04/26 16:15:39 36.110.118.79:36342 accepted tcp:google.com:443
2019/04/26 16:15:41 36.110.118.79:36354 accepted tcp:calendar.google.com:443
2019/04/26 16:16:25 tcp:36.110.118.79:36214 accepted tcp:www.google.com:443
2019/04/26 16:16:30 tcp:36.110.118.79:36214 accepted tcp:adservice.google.com:443
2019/04/26 16:17:29 36.110.118.79:36370 accepted tcp:imap.gmail.com:993
2019/04/26 16:17:29 36.110.118.79:36374 accepted tcp:imap.gmail.com:993
2019/04/26 16:17:35 tcp:36.110.118.79:36214 accepted tcp:go.microsoft.com:443
2019/04/26 16:17:39 tcp:36.110.118.79:36214 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:17:50 tcp:36.110.118.79:36214 accepted tcp:mscrl.microsoft.com:80
2019/04/26 16:18:16 tcp:36.110.118.79:36214 accepted tcp:api.github.com:443
2019/04/26 16:18:33 tcp:36.110.118.79:36214 accepted tcp:accounts.google.com:443
2019/04/26 16:18:37 tcp:36.110.118.79:36214 accepted tcp:clients2.google.com:443
2019/04/26 16:18:46 tcp:36.110.118.79:36214 accepted tcp:clients2.google.com:443
2019/04/26 16:19:34 tcp:36.110.118.79:35934 accepted tcp:clients4.google.com:443
2019/04/26 16:19:34 tcp:36.110.118.79:35934 accepted tcp:www.gstatic.com:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:download.jetbrains.com:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:ocsp.msocsp.com:80
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:google.com:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:stopservice.chshap.blob.core.windows.net:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:feed.mini.wps.cn:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:chshap.blob.core.windows.net:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:clients1.google.com:443
2019/04/26 16:19:35 tcp:36.110.118.79:35934 accepted tcp:clients1.google.com:443
2019/04/26 16:19:38 tcp:36.110.118.79:36214 accepted tcp:chshap.blob.core.windows.net:443
2019/04/26 16:19:38 tcp:36.110.118.79:35934 accepted tcp:stopservice.chshap.blob.core.windows.net:443
2019/04/26 16:19:46 tcp:36.110.118.79:36214 accepted tcp:info.wps.cn:80
2019/04/26 16:19:47 tcp:36.110.118.79:35934 accepted tcp:config.pinyin.sogou.com:80
2019/04/26 16:19:47 tcp:36.110.118.79:36214 accepted tcp:ping.pinyin.sogou.com:80
2019/04/26 16:19:47 tcp:36.110.118.79:35934 accepted tcp:info.pinyin.sogou.com:80
2019/04/26 16:19:48 tcp:36.110.118.79:36214 accepted tcp:ping.pinyin.sogou.com:80
2019/04/26 16:19:48 tcp:36.110.118.79:35934 accepted tcp:ping.pinyin.sogou.com:80
2019/04/26 16:19:52 tcp:36.110.118.79:36214 accepted tcp:ic.wps.cn:80
2019/04/26 16:19:56 tcp:36.110.118.79:35934 accepted tcp:clients4.google.com:443
2019/04/26 16:19:59 tcp:36.110.118.79:36214 accepted tcp:feed.mini.wps.cn:443
2019/04/26 16:20:41 tcp:36.110.118.79:35934 accepted tcp:api.github.com:443
2019/04/26 16:21:00 tcp:36.110.118.79:36214 accepted tcp:s2.mini.wpscdn.cn:443
2019/04/26 16:21:10 tcp:36.110.118.79:35934 accepted tcp:mtalk.google.com:443
2019/04/26 16:21:25 tcp:36.110.118.79:36214 accepted tcp:wx.qlogo.cn:80
2019/04/26 16:22:53 tcp:36.110.118.79:35934 accepted tcp:steamcommunity.com:443
2019/04/26 16:22:55 tcp:36.110.118.79:36214 accepted tcp:clients4.google.com:443
2019/04/26 16:23:21 tcp:36.110.118.79:35934 accepted tcp:api.github.com:443
2019/04/26 16:23:21 tcp:36.110.118.79:36214 accepted tcp:settings-win.data.microsoft.com:443
2019/04/26 16:24:33 36.110.118.79:36480 accepted tcp:c.apple.news:443
2019/04/26 16:25:36 tcp:36.110.118.79:36214 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:26:27 tcp:36.110.118.79:36214 accepted tcp:tile-service.weather.microsoft.com:80
2019/04/26 16:26:53 tcp:36.110.118.79:36214 accepted tcp:steamcommunity.com:443
2019/04/26 16:26:57 tcp:36.110.118.79:36214 accepted tcp:www.google.com:443
2019/04/26 16:27:19 tcp:36.110.118.79:36214 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:27:53 tcp:36.110.118.79:36214 accepted tcp:steamcommunity.com:443
2019/04/26 16:28:01 tcp:36.110.118.79:36214 accepted tcp:ctest.cdn.nintendo.net:80
2019/04/26 16:28:02 tcp:36.110.118.79:36214 accepted tcp:broker.lp1.npns.srv.nintendo.net:443
2019/04/26 16:28:22 tcp:36.110.118.79:36214 accepted tcp:aauth-lp1.ndas.srv.nintendo.net:443
2019/04/26 16:28:27 tcp:36.110.118.79:36214 accepted tcp:cdn.onenote.net:443
2019/04/26 16:28:36 tcp:36.110.118.79:36214 accepted tcp:clients4.google.com:443
2019/04/26 16:28:49 tcp:36.110.118.79:36516 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:29:12 tcp:36.110.118.79:36214 accepted tcp:www.gstatic.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:ctest.cdn.nintendo.net:80
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:aauth-lp1.ndas.srv.nintendo.net:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:app-a02.lp1.npns.srv.nintendo.net:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:api.github.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:35 tcp:36.110.118.79:35934 accepted tcp:id.google.com:443
2019/04/26 16:29:41 tcp:36.110.118.79:36214 accepted tcp:www.googleapis.com:443
2019/04/26 16:29:41 tcp:36.110.118.79:35934 accepted tcp:oauthaccountmanager.googleapis.com:443
2019/04/26 16:29:42 tcp:36.110.118.79:36214 accepted tcp:play.google.com:443
2019/04/26 16:29:55 tcp:36.110.118.79:35934 accepted tcp:www.gstatic.com:443
2019/04/26 16:29:55 tcp:36.110.118.79:36214 accepted tcp:id.google.com:443
2019/04/26 16:29:56 tcp:36.110.118.79:35934 accepted tcp:adservice.google.com:443
2019/04/26 16:29:58 tcp:36.110.118.79:35934 accepted tcp:www.w3schools.com:443
2019/04/26 16:29:58 tcp:36.110.118.79:35934 accepted tcp:www.w3schools.com:443
2019/04/26 16:29:59 tcp:36.110.118.79:36596 accepted tcp:translate.google.com:443
2019/04/26 16:29:59 tcp:36.110.118.79:36596 accepted tcp:cse.google.com:443
2019/04/26 16:29:59 tcp:36.110.118.79:36596 accepted tcp:clients1.google.com:443
2019/04/26 16:29:59 tcp:36.110.118.79:36596 accepted tcp:www.googleapis.com:443
2019/04/26 16:30:02 tcp:36.110.118.79:36596 accepted tcp:clients1.google.com:443
2019/04/26 16:30:02 tcp:36.110.118.79:36596 accepted tcp:feed.mini.wps.cn:443
2019/04/26 16:30:06 tcp:36.110.118.79:36596 accepted tcp:apis.google.com:443
2019/04/26 16:30:08 tcp:36.110.118.79:36596 accepted tcp:accounts.google.com:443
2019/04/26 16:30:20 tcp:36.110.118.79:36630 accepted tcp:google.com:443
2019/04/26 16:30:48 tcp:36.110.118.79:36630 accepted tcp:www.codota.com:443
2019/04/26 16:30:48 tcp:36.110.118.79:36630 accepted tcp:www.codota.com:443
2019/04/26 16:31:36 tcp:36.110.118.79:36630 accepted tcp:clients2.google.com:443
2019/04/26 16:31:47 tcp:36.110.118.79:36630 accepted tcp:safebrowsing.googleapis.com:443
2019/04/26 16:35:23 tcp:36.110.118.79:36630 accepted tcp:clients1.google.com:443
2019/04/26 16:35:41 tcp:36.110.118.79:36214 accepted tcp:api.github.com:443
2019/04/26 16:35:47 tcp:36.110.118.79:36630 accepted tcp:mtalk.google.com:443
2019/04/26 16:36:28 tcp:36.110.118.79:36214 accepted tcp:www.googleapis.com:443
2019/04/26 16:36:29 tcp:36.110.118.79:36630 accepted tcp:clients4.google.com:443
2019/04/26 16:36:31 tcp:36.110.118.79:36214 accepted tcp:www.google.com.hk:443
2019/04/26 16:37:05 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:38:08 tcp:36.110.118.79:36214 accepted tcp:qbwup.imtt.qq.com:80
2019/04/26 16:39:01 tcp:36.110.118.79:36676 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:40:05 tcp:36.110.118.79:36630 accepted tcp:feed.mini.wps.cn:443
2019/04/26 16:42:35 36.110.118.79:36686 accepted tcp:c.apple.news:443
2019/04/26 16:42:36 tcp:36.110.118.79:36630 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:42:41 tcp:36.110.118.79:36630 accepted tcp:cdn.bootcss.com:443
2019/04/26 16:42:41 tcp:36.110.118.79:36630 accepted tcp:v4.bootcss.com:443
2019/04/26 16:42:51 tcp:36.110.118.79:36630 accepted tcp:v3.bootcss.com:443
2019/04/26 16:42:51 tcp:36.110.118.79:36630 accepted tcp:hm.baidu.com:443
2019/04/26 16:42:51 tcp:36.110.118.79:36630 accepted tcp:v3.bootcss.com:443
2019/04/26 16:42:51 tcp:36.110.118.79:36630 accepted tcp:cdn.bootcdn.net:443
2019/04/26 16:42:53 tcp:36.110.118.79:36630 accepted tcp:hm.baidu.com:443
2019/04/26 16:42:53 tcp:36.110.118.79:36630 accepted tcp:hm.baidu.com:443
2019/04/26 16:42:53 tcp:36.110.118.79:36630 accepted tcp:steamcommunity.com:443
2019/04/26 16:43:06 tcp:36.110.118.79:36630 accepted tcp:clientservices.googleapis.com:443
2019/04/26 16:43:43 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:43:43 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:43:43 36.110.118.79:36714 rejected  v2ray.com/core/proxy/vmess/encoding: invalid user
2019/04/26 16:43:44 36.110.118.79:36718 rejected  v2ray.com/core/proxy/vmess/encoding: invalid user
2019/04/26 16:43:44 tcp:36.110.118.79:36722 accepted tcp:central.github.com:443
2019/04/26 16:43:48 tcp:36.110.118.79:36722 accepted tcp:avatars3.githubusercontent.com:443
2019/04/26 16:43:54 tcp:36.110.118.79:36722 accepted tcp:config.pinyin.sogou.com:80
2019/04/26 16:44:17 tcp:36.110.118.79:36722 accepted tcp:api.github.com:443
2019/04/26 16:44:34 tcp:36.110.118.79:36722 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:44:35 36.110.118.79:36742 accepted tcp:imap.gmail.com:993
2019/04/26 16:44:35 36.110.118.79:36744 accepted tcp:imap.gmail.com:993
2019/04/26 16:45:10 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:45:10 tcp:36.110.118.79:36722 accepted tcp:api.github.com:443
2019/04/26 16:45:12 tcp:36.110.118.79:36722 accepted tcp:api.github.com:443
2019/04/26 16:46:11 tcp:36.110.118.79:36722 accepted tcp:api.github.com:443
2019/04/26 16:47:31 tcp:36.110.118.79:36630 accepted tcp:www.google.com:443
2019/04/26 16:47:33 tcp:36.110.118.79:36722 accepted tcp:www.googleapis.com:443
2019/04/26 16:48:53 tcp:36.110.118.79:36772 accepted tcp:www.google.com:443
2019/04/26 16:48:54 tcp:36.110.118.79:36772 accepted tcp:id.google.com:443
2019/04/26 16:49:42 tcp:36.110.118.79:36630 accepted tcp:www.googleapis.com:443
2019/04/26 16:49:46 tcp:36.110.118.79:36722 accepted tcp:info.wps.cn:80
2019/04/26 16:50:06 tcp:36.110.118.79:36630 accepted tcp:feed.mini.wps.cn:443
2019/04/26 16:51:37 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:54:06 tcp:36.110.118.79:36630 accepted tcp:www.codota.com:443
2019/04/26 16:54:06 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:54:06 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:54:06 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:54:06 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 16:54:15 tcp:36.110.118.79:36630 accepted tcp:clients4.google.com:443
2019/04/26 16:55:25 36.110.118.79:36816 accepted tcp:c.apple.news:443
2019/04/26 16:56:11 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 16:56:21 tcp:36.110.118.79:36630 accepted tcp:clients4.google.com:443
2019/04/26 16:56:51 tcp:36.110.118.79:36828 accepted tcp:tile-service.weather.microsoft.com:80
2019/04/26 16:56:56 tcp:36.110.118.79:36828 accepted tcp:api.github.com:443
2019/04/26 16:56:56 tcp:36.110.118.79:36828 accepted tcp:api.github.com:443
2019/04/26 16:56:56 tcp:36.110.118.79:36828 accepted tcp:api.github.com:443
2019/04/26 16:56:56 tcp:36.110.118.79:36828 accepted tcp:api.github.com:443
2019/04/26 16:57:58 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:58 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:58 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:58 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:59 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:59 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:57:59 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:58:00 tcp:36.110.118.79:36842 accepted tcp:www.google.com:443
2019/04/26 16:58:35 tcp:36.110.118.79:36630 accepted tcp:v10.events.data.microsoft.com:443
2019/04/26 16:58:50 tcp:36.110.118.79:36630 accepted tcp:cdn.onenote.net:443
2019/04/26 17:00:07 tcp:36.110.118.79:36630 accepted tcp:feed.mini.wps.cn:443
2019/04/26 17:01:11 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 17:01:58 tcp:36.110.118.79:36630 accepted tcp:safebrowsing.googleapis.com:443
2019/04/26 17:04:26 tcp:36.110.118.79:36630 accepted tcp:livetileedge.dsx.mp.microsoft.com:443
2019/04/26 17:04:26 tcp:36.110.118.79:36630 accepted tcp:livetileedge.dsx.mp.microsoft.com:443
2019/04/26 17:04:26 tcp:36.110.118.79:36630 accepted tcp:livetileedge.dsx.mp.microsoft.com:443
2019/04/26 17:04:26 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:05:35 36.110.118.79:36912 accepted tcp:calendar.google.com:443
2019/04/26 17:05:35 36.110.118.79:36910 accepted tcp:google.com:443
2019/04/26 17:05:37 36.110.118.79:36924 accepted tcp:calendar.google.com:443
2019/04/26 17:06:56 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 17:08:47 tcp:36.110.118.79:36934 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:api.github.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:qbwup.imtt.qq.com:80
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:asia.smartscreen-prod.microsoft.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:43 tcp:36.110.118.79:36630 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:09:45 tcp:36.110.118.79:36934 accepted tcp:steamcommunity.com:443
2019/04/26 17:10:08 tcp:36.110.118.79:36934 accepted tcp:feed.mini.wps.cn:443
2019/04/26 17:10:20 tcp:36.110.118.79:36934 accepted tcp:linkhelp.clients.google.com:443
2019/04/26 17:14:14 tcp:36.110.118.79:37002 accepted tcp:linkhelp.clients.google.com:443



Caddyfile: (点击展开)

(proxy) {
  root /usr/local/caddy/www/file
  timeouts none
  tls [email protected]
  gzip
  proxy /vrws/ localhost:20000 {
    websocket
    header_upstream -Origin
  }
  proxy / localhost:8080
  filemanager /file/ {
    show /root
  }
}
https://X.X.X {
  import proxy
}

https://Y.Y.Y {
  import proxy
}



journalctl -u v2ray (点击展开)

-- Reboot --
Apr 23 02:11:16 X.X.X systemd[1]: Started V2Ray Service.
Apr 23 02:11:21 X.X.X v2ray[301]: V2Ray 4.18.0 (Po) 20190228
Apr 23 02:11:21 X.X.X v2ray[301]: A unified platform for anti-censorship.
Apr 24 02:10:03 X.X.X systemd[1]: Stopping V2Ray Service...
Apr 24 02:10:04 X.X.X systemd[1]: v2ray.service: Succeeded.
Apr 24 02:10:04 X.X.X systemd[1]: Stopped V2Ray Service.
-- Reboot --
Apr 24 02:10:59 X.X.X systemd[1]: Started V2Ray Service.
Apr 24 02:11:03 X.X.X v2ray[312]: V2Ray 4.18.0 (Po) 20190228
Apr 24 02:11:03 X.X.X v2ray[312]: A unified platform for anti-censorship.
Apr 25 02:10:02 X.X.X systemd[1]: Stopping V2Ray Service...
Apr 25 02:10:03 X.X.X systemd[1]: v2ray.service: Succeeded.
Apr 25 02:10:03 X.X.X systemd[1]: Stopped V2Ray Service.
-- Reboot --
Apr 25 02:10:43 X.X.X systemd[1]: Started V2Ray Service.
Apr 25 02:10:46 X.X.X v2ray[282]: V2Ray 4.18.0 (Po) 20190228
Apr 25 02:10:46 X.X.X v2ray[282]: A unified platform for anti-censorship.
Apr 26 02:10:04 X.X.X systemd[1]: Stopping V2Ray Service...
Apr 26 02:10:05 X.X.X systemd[1]: v2ray.service: Succeeded.
Apr 26 02:10:05 X.X.X systemd[1]: Stopped V2Ray Service.
-- Reboot --
Apr 26 02:11:17 X.X.X systemd[1]: Started V2Ray Service.
Apr 26 02:11:22 X.X.X v2ray[322]: V2Ray 4.18.0 (Po) 20190228
Apr 26 02:11:22 X.X.X v2ray[322]: A unified platform for anti-censorship.

Most helpful comment

调试了一整天,总算定位到了问题的关键所在,应该是一些无良主机商的坑,对某些大小的MTU包莫名其妙的丢弃了。解决方案如下:

  • 用Chrome无痕/隐身模式看看打开网页是否正常?
  • 如果正常,用ifconfig调整服务端MTU值为1280以下,越小越好
  • Enjoy

All 12 comments

关掉客户端mux试一下。
也可以先试试配置最简单的tcp会不会超时断流。

关掉客户端mux降低了超时的频率

我也遇到了相同的问题 最后是怎么解决的?

@EnzoTools 忍😂

ISSUES 1676

来交流

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

我的是这种情况

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

我的是这种情况

我也一样,应该是windows下有些问题

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

我的是这种情况

我也一样,应该是windows下有些问题

找了有一段时间了,配置弄了个遍,都是一会儿可以一会儿断开。我开始怀疑是v2rayN的问题,我换了个客户端还是有问题。我在找办法让win10设置socket5代理,只使用v2ray-core,然后win10直链试一试

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

我的是这种情况

我也一样,应该是windows下有些问题

找了有一段时间了,配置弄了个遍,都是一会儿可以一会儿断开。我开始怀疑是v2rayN的问题,我换了个客户端还是有问题。我在找办法让win10设置socket5代理,只使用v2ray-core,然后win10直链试一试

应该是v2ray-core的问题,因为GUI只是个壳加一个pac分流。输出的v2ray-core能看到访问的记录,但是却访问不通。说明流量已经到了v2ray-core,最后为什么不通应该问题出在了core,或者远程服务上

@EnzoTools @arslan2012 是不是只有windows下有这个问题,安卓和其他平台正常?

我的是这种情况

我也一样,应该是windows下有些问题

找了有一段时间了,配置弄了个遍,都是一会儿可以一会儿断开。我开始怀疑是v2rayN的问题,我换了个客户端还是有问题。我在找办法让win10设置socket5代理,只使用v2ray-core,然后win10直链试一试

应该是v2ray-core的问题,因为GUI只是个壳加一个pac分流。输出的v2ray-core能看到访问的记录,但是却访问不通。说明流量已经到了v2ray-core,最后为什么不通应该问题出在了core,或者远程服务上

有什么办法吗?曲线救国也行?我尝试在WSL里面安装,但是失败了,我现在只能安装在一个国内的服务器上,用chorme插件连国内服务器然后跳到国外服务器上。

调试了一整天,总算定位到了问题的关键所在,应该是一些无良主机商的坑,对某些大小的MTU包莫名其妙的丢弃了。解决方案如下:

  • 用Chrome无痕/隐身模式看看打开网页是否正常?
  • 如果正常,用ifconfig调整服务端MTU值为1280以下,越小越好
  • Enjoy
Was this page helpful?
0 / 5 - 0 ratings