Can’t connect to WireGuard server

Home Forums Discussions Support Can’t connect to WireGuard server

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13937
    detlev
    Participant

      Hello. I tried using WireSock with my WireGuard config, but it doesn’t work. The config works with the official WireGuard client, but not with WireSock.

      Here is the WireSock log:

      log

      and here is my WireGuard config:

      [Interface]
      Address = 2a01:4f8:1c1b:cc4a:ac1e::2/128,172.30.0.2/32
      PrivateKey = [REMOVED]
      DNS = 1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001
      MTU = 1300

      [Peer]
      PublicKey = [REMOVED]
      PresharedKey = [REMOVED]
      AllowedIPs = 0.0.0.0/0,::/0
      Endpoint = detlev.ipv64.net:51820
      PersistentKeepalive = 15

      I have been using the official WireGuard client to route all of my PC traffic through my WireGuard server. My goal is to let some applications access the internet through WireSock, while some access the internet without WireSock. I’m not sure what’s going wrong, as I can’t decipher the log.

      Please help!

       

      #13938
      Vadim Smirnov
      Keymaster

        I don’t see any handshake responses in the log. WireSock sends multiple handshake packets to the server, but there’s no response. This behavior is typical when the WireGuard protocol is blocked. You might want to try using the SOCKS5 configuration option—it could resolve the issue.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.