micahmo / WgServerforWindows

Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
MIT License
818 stars 78 forks source link

Cannot access services on WireGuard server #141

Open AkiraVoid opened 7 months ago

AkiraVoid commented 7 months ago

I successfully connected to the WireGuard server, and the ping-test passed, but I cannot access the website (on port 80) and remote desktop service (on port 3389) on the WireGuard server.

My WireGuard server IP from router: 192.168.1.204 Server configured WireGuard subnet: 10.253.0.0/24 Client IP issued by WireGuard server: 10.253.0.2 Passed ping test:

Server configuration:

Listen port: 51820
Allowed IPs: 0.0.0.0/0
Endpoint: [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:51820
Address: 10.253.0.0/24
Private key: (generated)
Public key: (generated)

Client configuration:

Address: 10.253.0.2
Allowed IPs: 0.0.0.0/0
DNS: 8.8.8.8, 1.1.1.1
Private key: (generated)
Public key: (generated)

I have no idea why this problem happened, could you please do me a favour?

tromlet commented 1 month ago

Did you set the WireGuard network to "Private" on your server? If not I would not be surprised to see Windows block RDP and HTTP requests.