Hi,
I am coming from this thread I made on reddit:
https://www.reddit.com/r/WireGuard/comments/onlus2/wireguard_udp2raw_handshake_did_not_complete/
I am trying to use wireguard through udp2raw but I can't seem to make it work with clients on windows.
I've used these commands :
client: .\udp2raw_mp.exe -c -l 127.0.0.1:51820 -r SERVER_IP:443 -k "vpn_password" --raw-mode faketcp
server: sudo ./udp2raw_amd64 -s -l0.0.0.0:443 -r 127.0.0.1:51820 -k "vpn_password" --raw-mode faketcp -a
Wireguard server is listening port 51820, and client is connecting to 127.0.0.1:51820
It works if I remove the udp2raw and just connect directly.
Is there something more I need to do in the windows version of udp2raw ?
Thanks
Hi,
I am coming from this thread I made on reddit:
https://www.reddit.com/r/WireGuard/comments/onlus2/wireguard_udp2raw_handshake_did_not_complete/
I am trying to use wireguard through udp2raw but I can't seem to make it work with clients on windows.
I've used these commands :
client: .\udp2raw_mp.exe -c -l 127.0.0.1:51820 -r SERVER_IP:443 -k "vpn_password" --raw-mode faketcp
server: sudo ./udp2raw_amd64 -s -l0.0.0.0:443 -r 127.0.0.1:51820 -k "vpn_password" --raw-mode faketcp -a
Wireguard server is listening port 51820, and client is connecting to 127.0.0.1:51820
It works if I remove the udp2raw and just connect directly.
Is there something more I need to do in the windows version of udp2raw ?
Thanks