Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Remote connection to dynamic public ip & private ip addresses

Writer Andrew Mclaughlin

Many times I connected to windows computer which has static public ip address via remote desktop over wan links. I'm wondering how could I connect to the remote computer that has dynamic public ip address & private ip addresses assigned.

I've 2 systems at home:

  1. xp system-------connected to internet(dynamic public ip) & allowed other users to connected to the internet on the interface.
  2. windows vista system--------enabled dhcp on the interface to access internet from xp.

How could I remotely connect from my office to the 'vista system'?. If I've a router/modem at my home it may be possible to allow the ports for the system but I don't. Any tips?

3 Answers

You need to run a dynamic DNS client on the PC, and subscribe to a dynamic DNS service -- for example, dyndns.com will give you one dynamic hostname for free.

Once you set up the dynamic DNS client on the XP system you will be able to access the XP system.

Now imagine you are sitting at the XP system, how would you access the Vista system from there? Once you have a solution for that, you can do it from anywhere.

A more complicated solution if you have a router. Add to your router's port forwarding rules something like:

port 5050 -> port x on XP
port 5051 -> port x on Vista

where port x is where the remote desktop software is listening. This assumes that your remote desktop client software allows you to change the destination port.

Update: Make your router give both machines the same IP address every time. See this question.

2

logmein

teamviewer

ssh -R

zebedee

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy