jnsgruk / wireguard-over-wss

Resources to tunnel Wireguard over Websockets
MIT License
161 stars 31 forks source link

not working // RESOLVED #7

Closed svpi11 closed 4 months ago

svpi11 commented 7 months ago

I'm having trouble realizing your tutorial now. Is it still up to date ? I'm doing all the steps you describe, but then my wireguard interface can load correctly, but cannot work properly (no transfer of data, and a basic command as 'curl' just freeze). Any advice, way to debugg it ?

jnsgruk commented 6 months ago

Can you post some more information? Do you have any logs from the server side - from the wstunnel service or otherwise?

Are you able to connect on port 443 to the server from the client with something like nc -v <server ip> 443?

Can you post the output of wg and wg showconf on both sides?/

svpi11 commented 1 month ago

Thanks for your answer, and above all sorry for my very LATE answer... lol.

I've tried it again recently and it now works perfectly. Thanks a lot for your work. I don't know what I was doing before, but probably misconfigured something.

So thanks again ! ;)