ciniml / WireGuard-ESP32-Arduino

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

Route packets #32

Open ElCoquilletos opened 1 year ago

ElCoquilletos commented 1 year ago

Hello all, I want to connect to my esp32 (with wireguard) and use it as a VPN server so when I want to connect to google.com, packets goes to the esp, then go to google, then go to the esp and then go to me. When I change allowed IPs on other platforms it works but here it doesn't. Do you know any solution to this, and is it possible ?

PS: I've already used Wireguard on lot of other platform and the config file has no issue (I can ping the esp32 inside the VPN), but when I try to ping google, packets are loosed.