Replies: 5 comments 2 replies
-
你是否是无线网络?你是否只为server使用ipv6? |
Beta Was this translation helpful? Give feedback.
-
@tomandjerry27 I don't use WiFi and my proxy server has an IPv4 address. Interestingly, I'm currently not located in a restricted network. I compared the two machines (X86-64 and raspberry pi) again:
On X86-64 machine:
I checked with a custom firewall log rule and on the Raspberry Pi, nothing can be see, while on the X86-64 machine, there are a bunch of logs of packets going to the proxy server. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I put
Please not that v2ray still works without issues on another machine in the same private network (behind the same NAT-router). |
Beta Was this translation helpful? Give feedback.
-
From your V2Ray logs, it appears you are using the vmess–WebSocket–TLS–TCP protocol chain. By interpreting those log entries, we can roughly deduce the cause—at least, that’s what an AI would conclude. I myself use the vmess–TLS–TCP chain and don’t fully understand WebSocket’s internal logic, which is why I turned to the AI for help.
curl --http1.1 --silent --insecure \
https://testserver.example:443/your/ws/path \
-H "Host: your.domain.com" -H "Connection: Upgrade" -H "Upgrade: websocket" A successful WebSocket handshake (status 101 Switching Protocols) confirms that the TCP+TLS+WebSocket layers are functioning |
Beta Was this translation helpful? Give feedback.
-
我觉得AI翻译效果很差啊,总是吞掉一些意思,我很无奈。你自己找软件翻译吧。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two machines, one laptop with a debian 12 x64 linux and a raspberry pi (rasbian). Both should connect to a server via v2ray. I downloaded and ran v2ray v5.28.0 successfully on the server and the laptop. The connection works fine and applications on the laptop have the server as proxy.
When I try the same thing on the raspberry pi, all applications trying to connect report a kindof of empty response error. E.g. curl:
Firefox shows a Secure Connection Failed page with
PR_END_OF_FILE_ERROR
error code. There are many things that are same between the laptop and rasbperry pi:sudo nft list ruleset
produces no output)I also tried switching to v2ray v5.29.3 on the raspberry pi, but it didn't help. The server does not show any logs from the raspberry pi. Only when I use the v2ray client on the laptop, some v2ray logs show up on the server. The setup on the server is a v2ray behind nginx for obfuscation, but since it works on the laptop in the end, I guess it shouldn't matter?
Does anyone have an idea what has gone wrong or why v2ray doesn't work on the raspberry pi? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions