V2ray-core: 配置完无法访问

Created on 12 Feb 2019  ·  10Comments  ·  Source: v2ray/v2ray-core

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明)
4.15.0
2) 你的使用场景是什么?
使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。

3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
无法访问
4) 你期待看到的正确表现是怎样的?
正常访问
5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

服务器端配置:

    {
    "log": {
        "error": "/var/log/v2ray/error.log",
        "access": "/var/log/v2ray/access.log",
        "loglevel": "debug"
    },
    "inbounds": [{
        "port": 10086,
        "protocol": "vmess",
        "settings": {
            "clients": [
                {
                    "id": "*" ,
                    "alterId": 64,
                    "security": "auto",
                    "level": 0
                }
            ]
        }
    }],
    "outbounds": [{
        "protocol": "freedom",
        "settings": {}
    }],
    "dns": {
        "servers": [
            "8.8.8.8",
            "8.8.4.4",
            "localhost"
        ]
    }
}

客户端配置:

{
  "log": {
    "error": "",
    "loglevel": "debug",
    "access": ""
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "protocol": "socks",
      "settings": {
        "ip": "",
        "userLevel": 0,
        "timeout": 0,
        "udp": true,
        "auth": ""
      },
      "port": "1090"
    }
  ],
  "outbounds": [
    {
      "mux": {
        "enabled": false,
        "concurrency": 8
      },
      "protocol": "vmess",
      "streamSettings": {
        "tcpSettings": {
          "header": {
            "type": "none"
          }
        },
        "tlsSettings": {
          "allowInsecure": true
        },
        "security": "none",
        "network": "tcp"
      },
      "tag": "",
      "settings": {
        "vnext": [
          {
            "address": "*",
            "users": [
              {
                "id": "*",
                "alterId": 64,
                "level": 0,
                "security": "auto"
              }
            ],
            "port": 10086
          }
        ]
      }
    },
    {
      "tag": "direct",
      "protocol": "freedom",
      "settings": null
    }
  ],
  "dns": {
    "servers": [
      "8.8.4.4",
      "8.8.8.8"
    ]
  },
  "routing": {
    "strategy": "rules",
    "settings": {
      "domainStrategy": "IPIfNonMatch",
      "rules": []
    }
  },
  "transport": {}
}

6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。

服务器端错误日志:

  2019/02/12 12:01:11 [Info] [1786663996] v2ray.com/core/proxy/vmess/inbound: received request for tcp:google.ru:443
2019/02/12 12:01:11 [Info] [1786663996] v2ray.com/core/app/dispatcher: default route for tcp:google.ru:443
2019/02/12 12:01:11 [Info] [1786663996] v2ray.com/core/proxy/freedom: opening connection to tcp:google.ru:443
2019/02/12 12:01:11 [Info] [1786663996] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:google.ru:443
2019/02/12 12:01:12 [Info] [435129316] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:12 [Info] [435129316] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:12 [Info] [2735091736] v2ray.com/core/proxy/vmess/inbound: received request for tcp:google.com:443
2019/02/12 12:01:12 [Info] [2735091736] v2ray.com/core/app/dispatcher: default route for tcp:google.com:443
2019/02/12 12:01:12 [Info] [2735091736] v2ray.com/core/proxy/freedom: opening connection to tcp:google.com:443
2019/02/12 12:01:12 [Info] [2735091736] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:google.com:443
2019/02/12 12:01:18 [Info] [1535079317] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:18 [Info] [1535079317] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:18 [Info] [2335608002] v2ray.com/core/proxy/vmess/inbound: received request for udp:8.8.4.4:53
2019/02/12 12:01:18 [Info] [2335608002] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/02/12 12:01:18 [Info] [2335608002] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.4.4:53
2019/02/12 12:01:19 [Info] [1621438894] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.google.com:443
2019/02/12 12:01:19 [Info] [1621438894] v2ray.com/core/app/dispatcher: default route for tcp:www.google.com:443
2019/02/12 12:01:19 [Info] [1621438894] v2ray.com/core/proxy/freedom: opening connection to tcp:www.google.com:443
2019/02/12 12:01:19 [Info] [1621438894] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.google.com:443
2019/02/12 12:01:21 [Info] [1723591129] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clients1.google.com:443
2019/02/12 12:01:21 [Info] [1723591129] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:21 [Info] [1723591129] v2ray.com/core/proxy/freedom: opening connection to tcp:clients1.google.com:443
2019/02/12 12:01:21 [Info] [1723591129] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [2075928011] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1646660837] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1245958243] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [538554298] v2ray.com/core/proxy/vmess/inbound: received request for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [2075928011] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [2075928011] v2ray.com/core/proxy/freedom: opening connection to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [2075928011] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1646660837] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1646660837] v2ray.com/core/proxy/freedom: opening connection to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1646660837] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1245958243] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1245958243] v2ray.com/core/proxy/freedom: opening connection to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1245958243] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [538554298] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [538554298] v2ray.com/core/proxy/freedom: opening connection to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [538554298] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 12:01:22 [Info] [1786663996] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:22 [Info] [1786663996] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:23 [Info] [2735091736] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:23 [Info] [2735091736] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:30 [Info] [1621438894] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:30 [Info] [1621438894] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:30 [Info] [314684778] v2ray.com/core/proxy/vmess/inbound: received request for udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] [314684778] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] [314684778] v2ray.com/core/proxy/freedom: opening connection to udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] [1840888043] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.youtube.com:443
2019/02/12 12:01:30 [Info] [1840888043] v2ray.com/core/app/dispatcher: default route for tcp:www.youtube.com:443
2019/02/12 12:01:30 [Info] [1840888043] v2ray.com/core/proxy/freedom: opening connection to tcp:www.youtube.com:443
2019/02/12 12:01:30 [Info] [1840888043] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.youtube.com:443
2019/02/12 12:01:32 [Info] [1723591129] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:32 [Info] [1723591129] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:33 [Info] [2075928011] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:33 [Info] [2075928011] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:33 [Info] [1646660837] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:33 [Info] [1646660837] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:33 [Info] [538554298] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:33 [Info] [538554298] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:33 [Info] [1245958243] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:33 [Info] [1245958243] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:41 [Info] [1840888043] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 12:01:41 [Info] [1840888043] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 12:01:43 [Info] [2458838728] v2ray.com/core/proxy/vmess/inbound: received request for tcp:www.youtube.com:443
2019/02/12 12:01:43 [Info] [2458838728] v2ray.com/core/app/dispatcher: default route for tcp:www.youtube.com:443
2019/02/12 12:01:43 [Info] [2458838728] v2ray.com/core/proxy/freedom: opening connection to tcp:www.youtube.com:443
2019/02/12 12:01:43 [Info] [2458838728] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:www.youtube.com:443

客户端错误日志:

A unified platform for anti-censorship.
2019/02/12 12:01:23 [Debug] v2ray.com/core/app/log: Logger started
2019/02/12 12:01:23 [Warning] v2ray.com/core: V2Ray 4.15.0 started
2019/02/12 12:01:25 [Info] v2ray.com/core/transport/internet/udp: failed to read UDP msg > read udp 127.0.0.1:1090: use of closed network connection
V2Ray 4.15.0 (Po) 20190207
A unified platform for anti-censorship.
2019/02/12 12:01:25 [Debug] v2ray.com/core/app/log: Logger started
2019/02/12 12:01:25 [Warning] v2ray.com/core: V2Ray 4.15.0 started
2019/02/12 12:01:30 [Info] [1853893842] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.youtube.com:443
2019/02/12 12:01:30 tcp:127.0.0.1:49248 accepted tcp:www.youtube.com:443 
2019/02/12 12:01:30 [Debug] v2ray.com/core/app/dns: querying DNS for: www.youtube.com.
2019/02/12 12:01:30 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/02/12 12:01:30 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/02/12 12:01:30 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:30 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to udp:8.8.4.4:53 via tcp:viile.info:10086
2019/02/12 12:01:30 [Debug] v2ray.com/core/app/dns: updating IP records for domain:www.youtube.com.
2019/02/12 12:01:30 [Debug] v2ray.com/core/app/dns: updating IP records for domain:www.youtube.com.
2019/02/12 12:01:30 [Info] [1853893842] v2ray.com/core/app/dispatcher: default route for tcp:www.youtube.com:443
2019/02/12 12:01:30 [Info] [1853893842] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:30 [Info] [1853893842] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:www.youtube.com:443 via tcp:viile.info:10086
2019/02/12 12:01:38 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:01:38 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > io: read/write on closed pipe
2019/02/12 12:01:42 [Info] [1853893842] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:01:42 [Info] [1853893842] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/12 12:01:43 [Info] [3386432085] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.youtube.com:443
2019/02/12 12:01:43 tcp:127.0.0.1:49296 accepted tcp:www.youtube.com:443 
2019/02/12 12:01:43 [Info] [3386432085] v2ray.com/core/app/dispatcher: default route for tcp:www.youtube.com:443
2019/02/12 12:01:43 [Info] [3386432085] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:43 [Info] [3386432085] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:www.youtube.com:443 via tcp:viile.info:10086
2019/02/12 12:01:53 tcp:127.0.0.1:49330 accepted tcp:clients1.google.com:443 
2019/02/12 12:01:53 [Info] [1297830206] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients1.google.com:443
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: querying DNS for: clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Info] v2ray.com/core/transport/internet/udp: establishing new connection for udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Info] v2ray.com/core/app/dispatcher: default route for udp:8.8.4.4:53
2019/02/12 12:01:53 [Info] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:53 [Info] v2ray.com/core/proxy/vmess/outbound: tunneling request to udp:8.8.4.4:53 via tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [1198822346] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients1.google.com:443
2019/02/12 12:01:53 tcp:127.0.0.1:49332 accepted tcp:clients1.google.com:443 
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: querying DNS for: clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Info] [412385157] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients1.google.com:443
2019/02/12 12:01:53 tcp:127.0.0.1:49333 accepted tcp:clients1.google.com:443 
2019/02/12 12:01:53 tcp:127.0.0.1:49334 accepted tcp:clients1.google.com:443 
2019/02/12 12:01:53 [Info] [2852080746] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients1.google.com:443
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: querying DNS for: clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: querying DNS for: clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/transport/internet/udp: dispatch request to: udp:8.8.4.4:53
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Info] [412385157] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:53 [Info] [412385157] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [2852080746] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:53 [Info] [2852080746] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [1198822346] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:53 [Info] [1198822346] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [1297830206] v2ray.com/core/app/dispatcher: default route for tcp:clients1.google.com:443
2019/02/12 12:01:53 [Info] [1297830206] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:viile.info:10086
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Debug] v2ray.com/core/app/dns: updating IP records for domain:clients1.google.com.
2019/02/12 12:01:53 [Info] [2852080746] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:clients1.google.com:443 via tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [412385157] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:clients1.google.com:443 via tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [1297830206] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:clients1.google.com:443 via tcp:viile.info:10086
2019/02/12 12:01:53 [Info] [1198822346] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:clients1.google.com:443 via tcp:viile.info:10086
2019/02/12 12:01:54 [Info] [3386432085] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/12 12:01:54 [Info] [3386432085] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:01 [Info] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:01 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > io: read/write on closed pipe
2019/02/12 12:02:04 [Info] [1297830206] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:04 [Info] [1297830206] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/12 12:02:05 [Info] [2852080746] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:05 [Info] [1198822346] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/12 12:02:05 [Info] [1198822346] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:05 [Info] [2852080746] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/12 12:02:05 [Info] [412385157] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/12 12:02:05 [Info] [412385157] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled

7) 请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。

2019/02/12 12:01:22 180.169.165.36:50562 accepted tcp:clients1.google.com:443
2019/02/12 12:01:30 180.169.165.36:27654 accepted udp:8.8.4.4:53
2019/02/12 12:01:30 180.169.165.36:33889 accepted tcp:www.youtube.com:443
2019/02/12 12:01:43 180.169.165.36:36854 accepted tcp:www.youtube.com:443
2019/02/12 12:01:53 180.169.165.36:31211 accepted udp:8.8.4.4:53
2019/02/12 12:01:53 180.169.165.36:15515 accepted tcp:clients1.google.com:443
2019/02/12 12:01:53 180.169.165.36:38537 accepted tcp:clients1.google.com:443
2019/02/12 12:01:53 180.169.165.36:55787 accepted tcp:clients1.google.com:443
2019/02/12 12:01:53 180.169.165.36:51229 accepted tcp:clients1.google.com:443
2019/02/12 12:02:13 180.169.165.36:15558 accepted tcp:clients1.google.com:443

Most helpful comment

相同的问题,解决了吗?,你的服务器在哪里?

All 10 comments

2019/02/12 15:06:12 [Info] [3828583876] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:clients1.google.com:443
2019/02/12 15:06:23 [Info] [3828583876] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2019/02/12 15:06:23 [Info] [3828583876] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > context canceled
2019/02/12 15:08:29 [Info] v2ray.com/core/transport/internet/udp: failed to handle UDP input > io: read/write on closed pipe

主要就是上面的这几个failed

相同的问题,解决了吗?,你的服务器在哪里?

相同的问题,解决了吗?,你的服务器在哪里?

没解决, 服务器在美国.
估摸着是不是IP被封了

有新的进展吗?你可以试试其他传输方式

我也遇到了这个问题,但问题是v2ray的日志级别debug,没有任何记录。
nginx的access.log 有 记录,提示400,电脑客户端的v2rayN 提示如下:

2019/07/08 21:05:46 [Warning] [3132799438] 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 (ws://vmo.mysite.com:443/p-v2ray): 400 Bad Request > websocket: bad handshake] > v2ray.com/core/common/retry: all retry attempts failed
2019/07/08 21:05:46 [Info] [3132799438] 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 response > io: read/write on closed pipe

我也有这个问题,找不到解决思路

感觉同步一下时间好像可以

同步时区后问题解决

Was this page helpful?
0 / 5 - 0 ratings

Related issues

limaofu picture limaofu  ·  3Comments

vonhezhou picture vonhezhou  ·  4Comments

ToutyRater picture ToutyRater  ·  4Comments

gzzchh picture gzzchh  ·  3Comments

ahdung picture ahdung  ·  3Comments