1

The company I work for wants to set me up with Remote Desktop access to one of their servers.

My ISP has assigned me a static IP address; however at home I have multiple machines sharing the Internet through an ADSL modem/wireless router.

If I provide the company with the static IP that my ISP assigned me, will I be able to log in through any one of those machines?

Or will I need some special set up on either a machine or the router, to make it all work?

jonathanconway
  • 547
  • 5
  • 7
  • 17

3 Answers3

8

The IP address your ISP gave you is the one your company will see, and the one they will need to configure. Because you are running a NAT router, any of the computers sharing that IP address will be able to connect.

If you don't know your public IP address, you can visit whatismyip.com and suffer their advertising, or you can ask Wolfram|Alpha the question: "what is my ip?"

mhud
  • 531
  • 1
  • 3
  • 10
0

Your ADSL router will be using NAT to assign all the machines on your local network a private IP address range. Because of this you will need to configure your router to forward port 3389 to the machine you want to Remote Desktop to.

Dave Cheney
  • 18,307
  • 7
  • 48
  • 56
  • Yes, now I understand what needs to be done. Thanks! – jonathanconway Jun 24 '09 at 03:11
  • Nonsense, no port forwarding is needed since the Remote Desktop on the company's server will be accessed *from* the ADSL router. The way I read his question, he simply needs to determine his public ip address so the sysadmins at his company can allow his IP through their firewall. – Martijn Heemels Aug 16 '09 at 17:51
0

A helpfull website to correctly determine where you appear to be coming from (your IP address) to other people - ie websites etc is WhatismyIP

This was already mentioned above I just realised.

You will also most likely need to forward the Remote Desktop port (3389) to the machine you need to control. A quick guide on port forwarding can be found:

Port Forward

Kip
  • 897
  • 1
  • 12
  • 22