
click to enlarge
This may be obvious, but if your local computer can’t reach the remote machine via the network,
Remote Desktop isn’t going to work. The first thing to check is whether or not you can ping the other device.
You will need to know the IP address and subnet of each machine. To determine these pieces of information, you need to open a Command Prompt by going to Start, Run, typing “cmd” and hit Enter. In the command prompt, type “ipconfig”. You should see something similar to that of Figure 2. Take note of the IP address and Subnet mask.
We’ll now see if you can ping the remote machine. Back at your command prompt, type “ping xxx.xxx.xxx.xxx” where each x is replaced with the IP address of the computer. You should see the remote computer respond and will be noted with “Reply” statements.
Note that if you have a firewall on your computer, it may block ping requests.
If you find the subnet mask is different on each computer, you won’t be able to ping (or Remote Desktop) since they are technically on two different networks. You’d need to either change the computers so they’d have the same subnet mask or you’d need to set up a route.
Hopefully with these few tips in your hands you’ll be able to get Remote Desktop working!