Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird Errors #58

Open
pundoo opened this issue Feb 21, 2023 · 4 comments
Open

Weird Errors #58

pundoo opened this issue Feb 21, 2023 · 4 comments

Comments

@pundoo
Copy link

pundoo commented Feb 21, 2023

[ERR] socks: Failed to handle request: read tcp 127.0.0.1:1080->127.0.0.1:1942: wsarecv: An established connection was aborted by the software in your host machine.

[ERR] socks: Failed to handle request: readfrom tcp 127.0.0.1:1080->127.0.0.1:1948: read tcp 10.5.0.2:59722: connection reset by peer

I'm on Windows. What cloud be causing this? This usually shows up for sites that uses websockets (eg. Twitch), but everything works regardless (at least it seems to be).

@Artyom-K
Copy link

I have the same question. I have only added the section for socks5 to the wireguard config file.

@Barafu
Copy link

Barafu commented Aug 19, 2023

Same problem here, but it does not work: connection reset, loading fails.

@kubrickfr
Copy link
Contributor

please post your configs, and the mtu discovered by traceroute <wireguard_peer> (the last one if more than one is printed).

@Artyom-K
Copy link

Here is my simple config with keys and endpoint deleted. I would be happy to help find the issue but I don't understand what <wireguard_peer> I should use and how to check it's mtu on Windows.

PrivateKey = 
Address = 10.8.0.6/32
DNS = 1.1.1.1


[Peer]
PublicKey = 
PresharedKey = 
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 0
Endpoint = 

# Socks5 creates a socks5 proxy on your LAN, and all traffic would be routed via wireguard.
[Socks5]
BindAddress = 127.0.0.1:25344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants