-
I am able to connect to WireGuard through wstunnel, but for some reason that I'm unable to point out, I can't access to some specific websites. I don't think it's a DNS issue as I can't connect even when using the IP directly. Here is a snippet with my full config: https://pastebin.com/eFwWGBJF I start services with Sites I cannot connect to: ddg.co github.com I have perfect connectivity when not using wstunnel. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Like that I can't tell, your config seems right to me. Try to set the dns in your client config, lile https://github.com/erebe/personal-server/blob/79ade66f4e59b737b6d4a55712ed3b1626555ac8/nodes/laptop/wireguard/wgall.conf#L4, and after try to debug to see where your traffic is being terminated (dig, ip get route, tracepath/traceroute, curl,...) But the issue is unlikely related to wstunnel. |
Beta Was this translation helpful? Give feedback.
-
I don't really have any idea on how to troubleshoot this. I tried looking with curl say's it connects but is unable to get an answer from a TLS handshake:
It just stays like that forever. I also captured that curl interaction with tcpdump on both ends. Here is the log: https://pastebin.com/k7uuzccn |
Beta Was this translation helpful? Give feedback.
-
Turns out it was a problem with MTU. I've set it to 1280 and it works fine. |
Beta Was this translation helpful? Give feedback.
Turns out it was a problem with MTU. I've set it to 1280 and it works fine.