-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stunnel + Shadowsocks + Wireguard not working #2784
Comments
Could it be that while shadowsocks can tunnel udp, the outer layer must be udp too? |
try gost, if u want to Tunnel UDP over TCP https://github.com/ginuerzh/gost#%E7%89%B9%E6%80%A7 |
but, what you want to get? |
What version of shadowsocks-libev are you using?
3.3.4
What operating system are you using?
Ubuntu Focal
What did you do?
I'm trying to run wireguard over shadowsocks + stunnel as outer layer so traffic looks like TLS.
stunnel + shadowsocks alone works
wireguard + shadowsocks should work too
However, all together do not work up to now.
I'm unsure about the syntax and when/how to use "-L"/tunnel option of shadowsocks.
What is your config in detail (with all sensitive info masked)?
ss-client.json
ss-server,json
stunnel-client.conf
stunnel-server.conf:
client setup:
server setup:
What did you expect to see?
Successful wireguard connection
What did you see instead?
With this setup
gives my correct server ip. So stunnel + shadowsocks works.
But pinging the server from the client:
gives
The packets don't even make it to the remote end. So there is some problem between wireguard and the shadowsocks layer.
I'm not sure if the error is a bug or if there is some problem with the shadowsocks config file syntax.
The text was updated successfully, but these errors were encountered: