I have a web app hosted with WSGI on the backend (e.g., port 5000) and an NPM serve package for the frontend (e.g., port 3000), which is built using npm run build
.
I am using WireGuard for a VPN with a simple configuration from the official site. The WireGuard server has the IP address 10.0.0.1. The frontend is hosted at 10.0.0.1:3000 and the backend at 10.0.0.1:5000 via WSGI.
Clients should access the web app at 10.0.0.1:5000. The client’s IP is added to the server’s WireGuard tunnel configuration, and the client’s tunnel endpoint points to the server’s IP.
I’ve configured inbound rules for ICMPv4 (ping), and ports 51820, 5000, and 3000, all with TCP protocol, but pinging results in a general failure. The client and server are on the same network.
Do I need to configure my ISP’s router as well? Can anyone help with this issue?
Thanks in advance!
i followed the configuration on wireguard official site, opening ports but still fails.
Oneill Achille is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.