Cenmrev / V2RayX

GUI for v2ray-core on macOS
GNU General Public License v3.0
7.62k stars 1.14k forks source link

一连v2ray,VPS就断开无法ping通 #217

Open xiUltron opened 5 years ago

xiUltron commented 5 years ago

请回答下列问题。不按模板发的 issue 将直接被关闭。

0) 如果你没有遇到任何错误和不正常,请在此处回答你想发表的内容:

1) 你正在使用哪个版本的 V2RayX,你的 macOS 系统版本? v2ray 1.5.1 macOS 10.14.2 另 VPS是阿里云

4) 如果 V2RayX 一切正常,但网络依然不如你所预料,请首先把 log level 切换到 debug,再次访问你想访问的网站。然后点击 V2RayX 的 view current config.json,将弹出的浏览器内的配置文件粘贴到下面指定的地方,但是隐藏掉ip/端口/id等信息。

{
  "dns" : {
    "servers" : [
      "localhost"
    ]
  },
  "inbounds" : [
    {
      "listen" : "127.0.0.1",
      "port" : 1081,
      "protocol" : "socks",
      "tag" : "socksinbound",
      "settings" : {
        "auth" : "noauth",
        "udp" : false,
        "ip" : "127.0.0.1"
      }
    },
    {
      "listen" : "127.0.0.1",
      "port" : 8001,
      "protocol" : "http",
      "tag" : "httpinbound",
      "settings" : {
        "timeout" : 0
      }
    }
  ],
  "outbounds" : [
    {
      "sendThrough" : "0.0.0.0",
      "mux" : {
        "enabled" : false,
        "concurrency" : 8
      },
      "protocol" : "vmess",
      "settings" : {
        "vnext" : [
          {
            "address" : "***",
            "users" : [
              {
                "id" : "****",
                "alterId" : 16,
                "security" : "auto",
                "level" : 0
              }
            ],
            "port" : ****
          }
        ]
      },
      "tag" : "test server",
      "streamSettings" : {
        "wsSettings" : {
          "path" : "",
          "headers" : {

          }
        },
        "quicSettings" : {
          "key" : "",
          "header" : {
            "type" : "none"
          },
          "security" : "none"
        },
        "tlsSettings" : {
          "allowInsecure" : false,
          "alpn" : [
            "http\/1.1"
          ],
          "serverName" : "server.cc",
          "allowInsecureCiphers" : false
        },
        "sockopt" : {

        },
        "httpSettings" : {
          "path" : "",
          "host" : [
            ""
          ]
        },
        "tcpSettings" : {
          "header" : {
            "type" : "none"
          }
        },
        "kcpSettings" : {
          "header" : {
            "type" : "none"
          },
          "mtu" : 1350,
          "congestion" : false,
          "tti" : 20,
          "uplinkCapacity" : 5,
          "writeBufferSize" : 1,
          "readBufferSize" : 1,
          "downlinkCapacity" : 20
        },
        "security" : "none",
        "network" : "tcp"
      }
    }
  ],
  "routing" : {
    "name" : "all_to_main",
    "domainStrategy" : "AsIs",
    "rules" : [
      {
        "type" : "field",
        "outboundTag" : "test server",
        "port" : "0-65535"
      }
    ]
  },
  "log" : {
    "error" : "\/var\/folders\/1m\/m336_fys6w1fq_fcskfqktgc0000gn\/T\/cenmrev.v2rayx.log\/error.log",
    "loglevel" : "debug",
    "access" : "\/var\/folders\/1m\/m336_fys6w1fq_fcskfqktgc0000gn\/T\/cenmrev.v2rayx.log\/access.log"
  }
}

然后点击 V2RayX 的view log,把 error.log 中的输出贴到下方:

2019/02/14 15:04:39 [Debug] v2ray.com/core/app/log: Logger started
2019/02/14 15:04:39 [Warning] v2ray.com/core: V2Ray 4.12.0 started
2019/02/14 15:04:39 [Info] [3735396674] v2ray.com/core/proxy/socks: TCP Connect request to tcp:bolt.dropbox.com:443
2019/02/14 15:04:39 [Info] [3735396674] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:bolt.dropbox.com:443]
2019/02/14 15:04:39 [Info] [3735396674] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:39 [Info] [506835586] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:39 [Info] [506835586] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:39 [Info] [506835586] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:39 [Info] [3735396674] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:bolt.dropbox.com:443 via tcp:**.**.**.**:*****
2019/02/14 15:04:39 [Info] [506835586] v2ray.com/core/proxy/vmess/outbound: tunneling request to tcp:accounts.google.com:443 via tcp:**.**.**.**:*****
2019/02/14 15:04:41 [Info] [3034387891] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:41 [Info] [3034387891] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:41 [Info] [3034387891] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:42 [Info] [2550550992] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/02/14 15:04:42 [Info] [2550550992] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.google.com:443]
2019/02/14 15:04:42 [Info] [2550550992] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:42 [Info] [1368622314] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:42 [Info] [1368622314] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:42 [Info] [1368622314] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [4126686066] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/02/14 15:04:43 [Info] [4126686066] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.google.com:443]
2019/02/14 15:04:43 [Info] [4126686066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [328111152] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/02/14 15:04:43 [Info] [328111152] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.google.com:443]
2019/02/14 15:04:43 [Info] [328111152] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [1744098689] v2ray.com/core/proxy/socks: TCP Connect request to tcp:youtube.com:443
2019/02/14 15:04:43 [Info] [1685863798] v2ray.com/core/proxy/socks: TCP Connect request to tcp:yt3.ggpht.com:443
2019/02/14 15:04:43 [Info] [1195353110] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.youtube.com:443
2019/02/14 15:04:43 [Info] [1685863798] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:yt3.ggpht.com:443]
2019/02/14 15:04:43 [Info] [1685863798] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [1195353110] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.youtube.com:443]
2019/02/14 15:04:43 [Info] [1195353110] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [1744098689] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:youtube.com:443]
2019/02/14 15:04:43 [Info] [1744098689] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [2889149890] v2ray.com/core/proxy/socks: TCP Connect request to tcp:i.ytimg.com:443
2019/02/14 15:04:43 [Info] [2889149890] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:i.ytimg.com:443]
2019/02/14 15:04:43 [Info] [2889149890] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [3085024582] v2ray.com/core/proxy/socks: TCP Connect request to tcp:fonts.googleapis.com:443
2019/02/14 15:04:43 [Info] [3085024582] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:fonts.googleapis.com:443]
2019/02/14 15:04:43 [Info] [3085024582] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:43 [Info] [4068664065] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.google.com:443
2019/02/14 15:04:43 [Info] [4068664065] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.google.com:443]
2019/02/14 15:04:43 [Info] [4068664065] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:47 [Info] [2339077115] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:47 [Info] [2339077115] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:47 [Info] [2339077115] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:47 [Info] [2895357715] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.youtube.com:443
2019/02/14 15:04:47 [Info] [2895357715] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.youtube.com:443]
2019/02/14 15:04:47 [Info] [2895357715] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:48 [Info] [1685913030] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:48 [Info] [1685913030] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:48 [Info] [1685913030] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:51 [Info] [2532205827] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:51 [Info] [2532205827] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:51 [Info] [2532205827] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:52 [Info] [3067569081] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:52 [Info] [3067569081] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:52 [Info] [3067569081] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:53 [Info] [3034387891] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:04:53 [Info] [3034387891] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:53 [Info] [3034387891] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:54 [Info] [3397202911] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:04:54 [Info] [3397202911] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:04:54 [Info] [3397202911] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:54 [Info] [3034387891] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:54 [Info] [3034387891] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:54 [Info] [2164430815] v2ray.com/core/proxy/socks: TCP Connect request to tcp:www.youtube.com:443
2019/02/14 15:04:54 [Info] [2164430815] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:www.youtube.com:443]
2019/02/14 15:04:54 [Info] [2164430815] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:55 [Info] [1368622314] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:04:55 [Info] [1368622314] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:55 [Info] [1368622314] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:55 [Warning] [3034387891] 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: [dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:04:55 [Info] [1368622314] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:56 [Info] [1368622314] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:57 [Warning] [1368622314] 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: [dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:04:58 [Info] [2550550992] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [4126686066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [328111152] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [1195353110] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [1685863798] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [1744098689] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [2889149890] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [3085024582] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:04:59 [Info] [4068664065] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:03 [Info] [2339077115] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:03 [Info] [2895357715] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:04 [Info] [1685913030] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:05 [Info] [956129529] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:05 [Info] [956129529] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:05 [Info] [956129529] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:06 [Info] [2339077115] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:06 [Info] [2339077115] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:06 [Info] [2339077115] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:07 [Info] [2532205827] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:07 [Info] [2339077115] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:07 [Info] [1235748897] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:07 [Info] [1235748897] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:07 [Info] [1235748897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:08 [Info] [3067569081] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:08 [Warning] [2339077115] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:08 [Info] [1685913030] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:09 [Info] [1685913030] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:09 [Info] [1685913030] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:10 [Info] [3397202911] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:10 [Info] [1685913030] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:10 [Warning] [1685913030] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:10 [Info] [2164430815] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:12 [Info] [179153256] v2ray.com/core/proxy/socks: TCP Connect request to tcp:clients4.google.com:443
2019/02/14 15:05:12 [Info] [179153256] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:clients4.google.com:443]
2019/02/14 15:05:12 [Info] [179153256] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:13 [Info] [2550550992] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:13 [Info] [2550550992] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:13 [Info] [2550550992] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [2550550992] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [4126686066] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [328111152] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [2889149890] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [1685863798] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [1195353110] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [1744098689] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [3085024582] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [4126686066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [4068664065] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:14 [Info] [328111152] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [1195353110] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [1744098689] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [2889149890] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [1685863798] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:14 [Info] [3085024582] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [4068664065] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [4126686066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Warning] [2550550992] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:15 [Info] [1195353110] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [328111152] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [3085024582] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [1744098689] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [1685863798] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [2889149890] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [4068664065] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [922660544] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:15 [Info] [922660544] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:15 [Info] [922660544] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [4126686066] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [1195353110] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [328111152] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [1744098689] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [3085024582] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [2889149890] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:15 [Info] [1685863798] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:16 [Info] [4068664065] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:16 [Warning] [4126686066] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Warning] [328111152] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Info] [2532205827] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:16 [Warning] [3085024582] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Warning] [1744098689] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Warning] [1195353110] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Warning] [2889149890] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:16 [Warning] [1685863798] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:17 [Warning] [4068664065] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:17 [Info] [2532205827] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:17 [Info] [2532205827] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:18 [Info] [2532205827] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:18 [Info] [2895357715] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:18 [Info] [2895357715] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:18 [Warning] [2532205827] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:19 [Info] [2895357715] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:20 [Info] [2895357715] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:20 [Warning] [2895357715] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:21 [Info] [956129529] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:23 [Info] [1235748897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:24 [Info] [3067569081] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:25 [Info] [2805846836] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:25 [Info] [2805846836] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:25 [Info] [2805846836] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:25 [Info] [2164430815] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:26 [Info] [3067569081] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:26 [Info] [2164430815] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:26 [Info] [3397202911] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:26 [Info] [2164430815] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:26 [Info] [3067569081] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:27 [Info] [2164430815] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:27 [Info] [3067569081] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:28 [Warning] [2164430815] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:28 [Warning] [3067569081] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:28 [Info] [179153256] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:29 [Info] [147283757] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:29 [Info] [147283757] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:29 [Info] [147283757] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:30 [Info] [3397202911] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:31 [Info] [3397202911] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:31 [Info] [922660544] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:32 [Info] [3397202911] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:32 [Warning] [3397202911] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:37 [Info] [956129529] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:37 [Info] [1273641579] v2ray.com/core/proxy/socks: TCP Connect request to tcp:accounts.google.com:443
2019/02/14 15:05:37 [Info] [1273641579] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:accounts.google.com:443]
2019/02/14 15:05:37 [Info] [1273641579] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:37 [Info] [2568553319] v2ray.com/core/proxy/socks: TCP Connect request to tcp:safebrowsing.googleapis.com:443
2019/02/14 15:05:37 [Info] [2568553319] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:safebrowsing.googleapis.com:443]
2019/02/14 15:05:37 [Info] [2568553319] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:38 [Info] [956129529] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:39 [Info] [956129529] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:39 [Info] [956129529] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:40 [Info] [1235748897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:40 [Warning] [956129529] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:41 [Info] [2805846836] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:42 [Info] [506835586] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:42 [Info] [506835586] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/14 15:05:42 [Info] [3735396674] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:42 [Info] [3735396674] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > context canceled
2019/02/14 15:05:42 [Info] [1235748897] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:43 [Info] [1235748897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:43 [Info] [179153256] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/socks: connection ends > context canceled
2019/02/14 15:05:43 [Info] [1235748897] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:43 [Info] [179153256] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:44 [Info] [179153256] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:44 [Info] [2771655595] v2ray.com/core/proxy/socks: TCP Connect request to tcp:bolt.dropbox.com:443
2019/02/14 15:05:44 [Info] [2771655595] v2ray.com/core/app/dispatcher: taking detour [test server] for [tcp:bolt.dropbox.com:443]
2019/02/14 15:05:44 [Info] [2771655595] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:**.**.**.**:*****
2019/02/14 15:05:44 [Warning] [1235748897] 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: [dial tcp **.**.**.**:*****: i/o timeout dial tcp **.**.**.**:*****: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2019/02/14 15:05:44 [Debug] v2ray.com/core/app/log: Logger closing

5) 其他你认为可以帮助开发者和你一起解决问题的信息: 昨天服务端配置完毕后,手机用火箭可以正常使用,但是Mac怎么都连不上,后来发现是有线网络不行,必须使用WiFi网络才能用。 后面我把WiFi的IP复制到有线上,然后关闭WiFi,发现也是可以的。昨天就这么正常过去了。 但是今天突然所有的VPS都无法连接(3台)只要一开v2ray,VPS立马断开,无法ping通,过几分钟又恢复(只是恢复ping通,依然不能连接v2ray) ping过程截图 自测: 把3台VPS的v2ray信息发给使用Windows的朋友测试,均可正常使用。

Chandler-Lu commented 5 years ago

你运营商的问题,随机性干扰