Home › Forums › Discussions › Support › WireSock Debugging | Not receiving packets
- This topic has 5 replies, 2 voices, and was last updated 2 years, 7 months ago by Vadim Smirnov.
-
AuthorPosts
-
April 7, 2022 at 10:19 am #12198
Hello,
In linux things are easy to debug and understand what’s going on. Although I’m finding it difficult to understand what i’m missing with Windows. Tried to implement Wireguard manually and doesn’t work at all. With WireSock, things become easier and I’m able to see it’s transferring packets, although in client side it’s not receiving the packets. I’ve allowed the port forward in router of the configured one. I’m guessing this could be due to Windows Firewall or something that’s blocking the packets.
Any ideas on where i should look into, and how i do it?
April 7, 2022 at 10:44 am #12199I assume you have installed official WireGuard for Windows and Wiresock VPN Gateway and created the Wireguard tunnel using wg-quick-config. I also assume that port forwarding is configured on your router, and you can connect to your Wireguard server using the client application. Correct?
Please check, can you ping the Wireguard server virtual IP address from the client? It should normally work even without Wiresock VPN Gateway service running, which is only responsible for forwarding client connections to the external network.
It could also be helpful if you could share server and client configuration files (just strip endpoint and key information out).
April 7, 2022 at 10:31 pm #12200If I ping my wireguard server virtual IP from client it gets 100% loss. I’m using a router as a repeater in my wireguard server, maybe this is blocking something?
Anyways, find attached my server and client configurations.
[Interface]
PrivateKey =
Address = 10.9.0.1/24
ListenPort = 50888[Peer]
PublicKey =
AllowedIPs = 10.9.0.2/32[Peer]
PublicKey =
AllowedIPs = 10.9.0.3/32[Interface]
PrivateKey =
Address = 10.9.0.2/24
DNS = 8.8.8.8, 1.1.1.1
MTU = 1420[Peer]
PublicKey =
AllowedIPs = 0.0.0.0/0
Endpoint = ******:50888
PersistentKeepalive = 25April 8, 2022 at 7:32 am #12201Hmm, are you sure the handshake was successful? If you’re using stock Wireguard for Windows on the client side, what tunnel statistics do you see?
April 11, 2022 at 9:51 pm #12206Indeed i’m not getting successful handshakes (Handshake did not complete after 5 seconds)
April 13, 2022 at 9:22 am #12209I would start with port forwarding on your router and firewall configuration on the server. It looks like the handshake packet can’t get through.
-
AuthorPosts
- You must be logged in to reply to this topic.