返回列表 發帖
本帖最後由 ttmuskie 於 2017-12-26 15:22 編輯

I've installed the latest version (v3.4) and found that I can't access the server on my LAN from my Android phone. (using v2rayNG). Am I missing something?

config.json
  1. {
  2.   "log" : {
  3.     "access": "/var/log/v2ray/access.log",
  4.     "error": "/var/log/v2ray/error.log",
  5.     "loglevel": "debug"
  6.   },
  7.   "inbound": {
  8.     "port": 55555,
  9.     "protocol": "vmess",
  10.     "settings": {
  11.       "clients": [
  12.         {
  13.           "id": "a992b723-acd6-4107-906e-XXXXXXXXXXXX",
  14.           "level": 1,
  15.           "alterId": 64
  16.         }
  17.       ]
  18.     }
  19.   },
  20.   "outbound": {
  21.     "protocol": "freedom",
  22.     "settings": {}
  23.   }
  24. }
複製代碼
error.log
  1. 2017/12/26 15:20:19 [Info]: App|Proxyman|Inbound: connection ends > Proxy|VMess|Inbound: connection ends > context canceled
  2. 2017/12/26 15:20:19 [Info]: App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
  3. 2017/12/26 15:20:57 [Info]: App|Proxyman|Outbound: failed to process outbound traffic > Proxy|Freedom: connection ends > context canceled
複製代碼

TOP

Try to connect from outside (to LAN ). It means to use data to connect Internet and connect your ro ...
角色 發表於 2017-12-26 17:12



I forgot to mention, the result was from the scenario that you suggested.

TOP

返回列表