This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Can not connect to Wireguard VPN server using EthernetWebServer Library #80
Unanswered
MahdiBabaie
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Try to use ESP32 WiFi-related instead of this library. Certainly, if still not OK, only you can solve the issue for your special Good Luck, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to all
Hardware: ESP 32 + W 5500 Module
Software: PlatformIO + Visual Studio Code
Libraries used: WireGuard-ESP32.h + EthernetWebServer.h
You can see the above libraries in the following links on github.
https://github.com/ciniml/WireGuard-ESP32-Arduino
https://github.com/khoih-prog/EthernetWebServer
I can connect to Wireguard VPN Server using WiFi connection and WireGuard-ESP32.h library and everything works fine and sending and receiving data is fine.
When using the EthernetWebServer.h library, the device is connected to the Internet and can be seen and pinged in the Local network, and even when connected to the Wireguard VPN Server, the function wg.is_initialized() returns the value 1, but in sending and receiving data There is a problem.
Where do you think the problems are?
Beta Was this translation helpful? Give feedback.
All reactions