ciniml / WireGuard-ESP32-Arduino

WireGuard implementation for ESP32 Arduino
Other
782 stars 60 forks source link

Config connects on any other device, except on ESP32 #24

Closed KoenHaemels closed 1 year ago

KoenHaemels commented 1 year ago

I'm looking for a couple of days now what is wrong with the setup. Wireguard is running on my pfSense and i have created a peer for my ESP32. The config works on any other device i'm trying, but if i use it on a ESP32 it doesn't connect.

I'm using the example-code, changed the keys and won't see a handshake in my pfSense.

KoenHaemels commented 1 year ago

There was combination of 2 profiles on my 2 computers. Created a new one, everything is working now.

distancerunner commented 1 year ago

How did you solve this handshake problem? It looks like my problem here: #29