shadowsocks + WireGuard #224
Replies: 3 comments 9 replies
-
It seems ss-rust cannot receive any UDP responses from server. Maybe your school's firewall blocks all the UDP traffic? |
Beta Was this translation helpful? Give feedback.
-
Your client config is missing the |
Beta Was this translation helpful? Give feedback.
-
I have a working pair of configuration that I tested using Netcat. I can send and receive data in both ends. However, when testing with the actual WireGuard, the client doesn't seem to be able to send anything to the server. I have a theory: once the WireGuard connection is activated, the ss tunnel is routed through WireGuard as well, causing some sort of self-referencial meta situation. Server (
|
Beta Was this translation helpful? Give feedback.
-
Hey, everyone! I'm trying to setup Shadowsocks to bypass my school's restrictive firewall that blocks WireGuard handshake packets. I'm having a tough time setting it up with my EC2 instance, where I have both WireGuard and Shadowsocks installed.
I'm trying to setup this: https://lists.zx2c4.com/pipermail/wireguard/2019-January/003809.html
In the server, I have
shadowsocks-libev
installed (because it is the only one available in Debian). In the client-side, I have tried almost all the implementations with no success. Port 4000 is open in the server, I tested that it works properly using Netcat. There is no indication whatsoever that the server is receiving any packet, and there's no indication that the client is sending any packet. I'm pointing the WireGuard client to127.0.0.1:51820
.Is there anything I'm doing wrong?
Server (
-libev
)Config
Output
Client (
-rust
)Config
Output
Beta Was this translation helpful? Give feedback.
All reactions