Windows – How to debug Remote Desktop Connection when intranet connection works, but not external

debugnetworkingremote desktoproutingwindows 7

I am attempting to set up a Remote Desktop Connection on my Windows 7 Ultimate version.

I am now successfully able to connect to my host computer from within an intranet connection using local routing numbers 192.168.1.1XX. However, when I attempt to connect to it using my WAN IP address, I am unable to connect.

  1. I have followed the instructions on
    PortForward.com for my router
    (DIR-615 upgraded to latest firmware
    available on DLink.com)
    http://portforward.com/english/routers/port_forwarding/Dlink/DIR-615/Remote_Desktop.htm

  2. I have checked my port "open" status on http://canyouseeme.org/ and receive the following message when attempting to connect: Success: I can see your service on 24.205.5.29 on port (3389)
    Your ISP is not blocking port 3389.

After all of this, I am unable to connect to my RDP using my WAN IP even though I can connecting using my intranet IP.

I am sitting behind a Motorola Surboard Cable Modem fed into a DLink DIR-615 router. According to canyouseeme.org, my port forward is active. How can I debug this issue?

Best Answer

Assuming that you have port forwarding set up correctly, you did not mention the doing the following two things:

  1. Turning on RDP here: Start>Right Click on computer>Remote settings and enable it. This is easy to forget to do.
  2. Make sure the firewall is not blocking it for public or other connections: Start>Administrative Tools>Windows Firewall with Advanced Security>Inbound Rules>Enable Remote desktop for both Public and Domain,Private. You can test without the public one, but try both first to make sure it works.

Lastly, make sure you have set your internal IP address as a static address.

If this works for you, please come back and mark the question as answered.

Related Question