Remote Desktop Via Domain

1

1

From what I can tell, by default you can only connect to another computer via Windows Remote Desktop if you're on the same network. If I'm completely wrong about this, just let me know. What I'd like to do is be able to connect to a remote computer via a custom domain (computer-name.bearce.me) no matter what network I'm on. Unfortunately when I search for instructions about how to set this up, I only get instructions for how to set up Remote Desktop on a business domain, not a web domain.

So, my questions are: How do I connect with Remote Desktop on two different networks? How can I set up a custom domain to connect to a Remote Desktop?

Thanks.

JacobTheDev

Posted 2012-08-04T19:30:23.897

Reputation: 608

Answers

3

Luckily it is easy to do, but you are slightly wrong here...

To begin with, these instructions depend on your definition of "Default".

By default, Remote Desktop is disabled and you must enable it from the remote tab in System Properties (or click Windows Key + Pause/Break, then click remote settings).

Once enabled, your machine will accept remote desktop connections on port 3389 (TCP) from anywhere. At this point, I would highly advise you set a static IP for your computer (unless your router allows NAT rules based on hostname/ddns).

In order to reach your computer from outside your LAN, all you have to do is set a NAT rule that forwards port 3389 (TCP) from the external IP to the internal one.

After you have done this, your machine will be accessible via your external/internet IP. Next, simply set up a DNS entry that points from computer-name.bearce.me to your internet IP.

The draw back to this is that you will need to either use a Remote Desktop Proxy (which is awkward to set up), or change the port manually as you can only forward the request from outside the network to one machine.

I am making some assumptions here - e.g. these are not directly bridged machines with external IPs. This does get quite advanced and I hope this points you in the right direction, but, happy to help with follow up questions.

William Hilsum

Posted 2012-08-04T19:30:23.897

Reputation: 111 572

Thanks I'll give this stuff a shot. I'll accept once I get it working :) – JacobTheDev – 2012-08-04T19:45:45.007

RDP over RDP works reasonably well, so (provided you're the only user) you can Remote Desktop into the default machine and then Remote Desktop from there to any other machine on the LAN. – Harry Johnston – 2012-08-05T01:40:02.033