WgServerforWindows icon indicating copy to clipboard operation
WgServerforWindows copied to clipboard

Cannot access services on WireGuard server

Open AkiraVoid opened this issue 8 months ago • 1 comments

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:

  • 10.253.0.2 -> 10.253.0.1
  • WireGuard server -> 10.253.0.2 Cannot access WireGuard with IPs: 192.168.1.204, 10.253.0.1

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?

AkiraVoid avatar Nov 26 '23 07:11 AkiraVoid