-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Describe You Purpose
Hi, I tried both distribution provided qv2ray(2.6.3:5840) and latest AppImage(2.7.0+pre2) from your github release page on Linux Mint xfce 20.1 Ulyssa, without success, i.e. both versions of qv2ray can't circumvent GFW.
I want to access beyond GFW in Linux mint xfce 20.1 using qv2ray with the same remote server connection settings working with v2rayN on windows10.
I think the issues I encountered are somewhat different from
2.7.0+pre seems not working with Linux distro shipped v2ray Qv2ray/Qv2ray#1294
because qv2ray executable starts without obvious errors and v2raycore and asset directory settings are confirmed to be correct from qv2ray itself.
Describe What Have You Tried
I followed steps in https://qv2ray.net/getting-started/ and checked the vcore executable and assets directory settings to be correct with the check settings buttion therein.
the log excerpt is:
2021/04/01 10:02:10 [Warning] [1705813862] github.com/v2fly/v2ray-core/v4/app/proxyman/outbound: failed to process outbound traffic > github.com/v2fly/v2ray-core/v4/proxy/vless/outbound: failed to find an available destination > github.com/v2fly/v2ray-core/v4/common/retry: [github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial WebSocket > github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial to (wss://198.41.208.0/ray): > remote error: tls: handshake failure] > github.com/v2fly/v2ray-core/v4/common/retry: all retry attempts failed
2021/04/01 10:02:10 [Warning] [2641603753] github.com/v2fly/v2ray-core/v4/app/proxyman/outbound: failed to process outbound traffic > github.com/v2fly/v2ray-core/v4/proxy/vless/outbound: failed to find an available destination > github.com/v2fly/v2ray-core/v4/common/retry: [github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial WebSocket > github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial to (wss://198.41.208.0/ray): > remote error: tls: handshake failure] > github.com/v2fly/v2ray-core/v4/common/retry: all retry attempts failed
2021/04/01 10:02:10 [Warning] [2641603753] github.com/v2fly/v2ray-core/v4/proxy/http: failed to read response from detectportal.firefox.com > io: read/write on closed pipe
2021/04/01 10:02:11 [Warning] [536152214] github.com/v2fly/v2ray-core/v4/app/proxyman/outbound: failed to process outbound traffic > github.com/v2fly/v2ray-core/v4/proxy/vless/outbound: failed to find an available destination > github.com/v2fly/v2ray-core/v4/common/retry: [github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial WebSocket > github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial to (wss://198.41.208.0/ray): > remote error: tls: handshake failure] > github.com/v2fly/v2ray-core/v4/common/retry: all retry attempts failed
2021/04/01 10:02:12 [Warning] [2353383216] github.com/v2fly/v2ray-core/v4/app/proxyman/outbound: failed to process outbound traffic > github.com/v2fly/v2ray-core/v4/proxy/vless/outbound: failed to find an available destination > github.com/v2fly/v2ray-core/v4/common/retry: [github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial WebSocket > github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial to (wss://198.41.208.0/ray): > remote error: tls: handshake failure] > github.com/v2fly/v2ray-core/v4/common/retry: all retry attempts failed
2021/04/01 10:02:12 [Warning] [1110819894] github.com/v2fly/v2ray-core/v4/app/proxyman/outbound: failed to process outbound traffic > github.com/v2fly/v2ray-core/v4/proxy/vless/outbound: failed to find an available destination > github.com/v2fly/v2ray-core/v4/common/retry: [github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial WebSocket > github.com/v2fly/v2ray-core/v4/transport/internet/websocket: failed to dial to (wss://198.41.208.0/ray): > remote error: tls: handshake failure] > github.com/v2fly/v2ray-core/v4/common/retry: all retry attempts failed.
However, using same remote servers for v2rayN 4.12 and 4.13 on windows 10 can bypass GFW without problem.
Both Linux Mint xfce 20.1 Ulyssa and windows 10 aforementioned are guest VM inside Vmware.
So, I have 2 questions now:
-
What could be the problems for my settings of qv2ray on Linux Mint xfce 20.1 Ulyssa?
Why qv2ray using same server settings as v2rayN did can't be able to bypass GFW while v2rayN could? -
I noticed the AppImage started with full path from terminal shows version 2.6.3:5840 in its About page in preference. That's the same version as distro provided qv2ray installed with apt.
It should show 2.7.0+pre2, shouldn't it?
Why the AppImage invoked with absolute path show version of distro provided one's?
Any Other Thing
Maybe I missed something and ignorant of some other settings.