Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up for Remote Access

Status
Not open for further replies.

emcc

Programmer
Oct 12, 2001
124
US
I need help to set up both a home and office computer using the remote access capability of XP. We will want the user to be able to work from home on the office machine as if they are sitting at it.

The home computer is a Win2K machine and the office is an XP machine which sits behind a router. I have read knowledge base articles and found where you have to have the Remote Desktop Connection client software installed on the home machine, enable remote access on the XP machine and open port 3389. I don't have the whole picture on how to actually make the connection. Do I, by way of the network connection wizard for example, need to set up a new connection on the 2K machine? How do I handle the fact that the XP machine sits behind a router? Without using a VPN are there ways to make this secure? Can anyone help or point me to a how-to article???

Thanks in advance.....
 
The connection is completely encrypted and secure.
On the router you need to make a port forwarding entry for TCP por 3389 to the IP of the workstation.
You do not create a DUN connectoid, you just run the Remote Desktop client.
In the client you enter the IP of the machine you are attempting to reach remotely.
 
What if the workstation doesn't have a static IP address (I believe the router dynamically assigns them)....this is where I get lost!
 
Honestly, I would give it one. Pick an address outside of the DHCP scope of assignable addresses. Usually on or two higher than the router's own IP should be free.
e.g.
router IP: 192.168.1.1
try: 192.168.1.3

The subnet mask will be 255.255.255.0, and the Gateway will be the router IP.
 
Thanks...I'll give it a try tonight and let you know how I make out with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top