markomarinho

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: WireSock Debugging | Not receiving packets #12206
    markomarinho
    Participant

      Indeed i’m not getting successful handshakes  (Handshake did not complete after 5 seconds)

      in reply to: WireSock Debugging | Not receiving packets #12200
      markomarinho
      Participant

        If 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 = 25

         

         

         

      Viewing 2 posts - 1 through 2 (of 2 total)