Remote Desktop into a Router

James Bond

Diamond Member
Jan 21, 2005
6,023
0
0
I'm constantly at school with my laptop.
At home I have a router w/ DHCP and several computers on a local network.

How is it possible to access one of my invidividual computers?
Type in my IP to my home location, but how do I access my individual computer?

EDIT:
Sorry, I may have been a little vague.
The computer at home (the one I'm connecting to) is running WinXP Pro.
My laptop (the one I'm connecting from) is running WinXP Home.

Any other questions? Ask!
 

tweekah

Senior member
Oct 23, 1999
990
0
76
You'll have to setup port fowarding in your router. Depending on the program you use, you'll have to foward that corresponding port. RDP uses 3389.
 

BlueWeasel

Lifer
Jun 2, 2000
15,943
475
126
I think the way to do this is change the listening port for RDP on each computer you want to connect to. Then include that specific port in the RDP address.

Changing RDP Ports

Example:

Assume you have 2 systems at home you want to connect to:

System 1, Local IP 192.168.0.1
System 2, Local IP 192.168.0.2

Using the link above, you could change the listening port of System 2 from the default of 3389 (which System 1 is using) to 3390.

Then, under your router settings, forward port 3389 to System 1 and 3390 to System 2.

Finally, to connect to each system, you'd use your Internet IP address followed by the port number.

For System 1: aaa.bbb.ccc.ddd:3389
For System 2; aaa.bbb.ccc.ddd:3390