Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Feb 13 19:49:39 2021 from 192.168.101.1
pi@raspberrypi:~ $ sudo systemctl status v2ray
● v2ray.service - V2Ray Service
Loaded: loaded (/etc/systemd/system/v2ray.service; enabled; vendor preset: en
Drop-In: /etc/systemd/system/v2ray.service.d
└─10-donot_touch_single_conf.conf
Active: active (running) since Sat 2021-02-13 16:22:51 CST; 4h 3min ago
Docs: https://www.v2fly.org/
Main PID: 12090 (v2ray)
CGroup: /system.slice/v2ray.service
└─12090 /usr/local/bin/v2ray -config /usr/local/etc/v2ray/config.json
Feb 13 16:22:51 raspberrypi systemd[1]: Started V2Ray Service.
Feb 13 16:22:51 raspberrypi v2ray[12090]: V2Ray 4.34.0 (V2Fly, a community-drive
Feb 13 16:22:51 raspberrypi v2ray[12090]: A unified platform for anti-censorship
Feb 13 16:22:51 raspberrypi v2ray[12090]: 2021/02/13 16:22:51 [Info] v2ray.com/c
Feb 13 16:22:53 raspberrypi v2ray[12090]: 2021/02/13 16:22:53 [Warning] v2ray.co
lines 1-15/15 (END)
2021/02/15 14:32:22 tcp:127.0.0.1:51104 accepted tcp:180.87.4.131:443 [proxy] 2021/02/15 14:32:32 [Warning] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 112.119.xxx.xxx:4xxx6: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed
2021/02/15 14:32:33 tcp:127.0.0.1:51109 accepted tcp:video-api.yql.yahoo.com:443 [proxy]
2021/02/15 14:32:47 tcp:127.0.0.1:51116 accepted tcp:hk.news.yahoo.com:443 [proxy]
2021/02/15 14:32:47 tcp:127.0.0.1:51118 accepted tcp:119.255.133.125:443 [proxy]
2021/02/15 14:32:57 tcp:127.0.0.1:51129 accepted tcp:119.255.133.57:443 [proxy] 2021/02/15 14:33:09 [Warning] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 112.119.xxx.xxx:4xxx6: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed
2021/02/15 14:33:28 [Warning] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [dial tcp 112.119.xxx.xxx:4xxx6: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed
2021/02/15 14:33:29 tcp:127.0.0.1:51141 accepted tcp:180.87.4.131:443 [proxy]
2021/02/15 14:33:29 tcp:127.0.0.1:51147 accepted tcp:180.87.4.131:443 [proxy]
謝謝!作者: tomleehk 時間: 2021-2-15 19:35
本帖最後由 tomleehk 於 2021-2-15 20:00 編輯
建議如下 :
1) Client side v2rayN 也更新至最新版本
2) Client side 及 server side , 兩邊系統時間確保能同步 , 好大機會呢到出問題
( Note : Vmess protocol 需要 Client side 及 server side 兩邊系統時間不能相差太遠, 長遠解決方法, 改行vless protocol )
昨天晚上重新安装在HK 樹莓的V2Ray, 安裝過程中發現了有以下的 Message:
[Install]
WantedBy=multi-user.target
# In case you have a good reason to do so, duplicate this file in the same directory and make your c
# Or all changes you made will be lost! # Refer: https://www.freedesktop.org/software/systemd/man/s
[Service]
ExecStart=
ExecStart=/usr/local/bin/v2ray -config /usr/local/etc/v2ray/config.json
~~~~~~~~~~~~~~~~ warning: The systemd version on the current operating system is too low.
warning: Please consider to upgrade the systemd or the operating system.