connecting to my server

Permabanned
Joined
6 Aug 2007
Posts
75,217
hi

I now have dyndns setup to point to my netgear adsl modem / router which has my server connected to it


what I don't understand is how do i get it to point at my remote desktop connection page so i can log in to my server and access it?


thanks
 
you'll need to configure your router to forward the port you use for remote desktop (3389 is the default iirc) to whatever ip the server is on.

then you should be able to connect via rdp.
 
a little tip if you want to RDC to more than 1 PC, when you port forward set the outside port to something differnet like this..

4001 -> 192.168.0.2:3389
4002 -> 192.168.0.3:3389
4003 -> 192.168.0.4:3389

then when you open RDC put in 'user.dyndns.org:4001' etc
 
eightiescrooner said:
well that's seems all correct then....

could you check it for me?

apparantly I can't check it from within my own network? is this correct?
Worked for me, got to the Vista Ultimate login screen for marcusdesktop? :)
 
rick827 said:
a little tip if you want to RDC to more than 1 PC, when you port forward set the outside port to something differnet like this..

4001 -> 192.168.0.2:3389
4002 -> 192.168.0.3:3389
4003 -> 192.168.0.4:3389

then when you open RDC put in 'user.dyndns.org:4001' etc

Like this. Or make the IP address that you forward the 3389 to the IP address of your server.
 
rdp_test.jpg
 
rick827 said:
a little tip if you want to RDC to more than 1 PC, when you port forward set the outside port to something differnet like this..

4001 -> 192.168.0.2:3389
4002 -> 192.168.0.3:3389
4003 -> 192.168.0.4:3389

then when you open RDC put in 'user.dyndns.org:4001' etc



For this.....am I changing the port number at the end of the local IP address as I'd like to be able to access both my server and my clients remotely.


So for example:

My server is 192.168.0.3
My Client is 192.168.0.10


So do I set it up like this:

Server: 192.168.0.3:3389
Client: 192.168.0.10:3390


If not, could somebody please explain how I set this up?

Thanks
 
In your router, setup rules.
So when a request comes in on port 4001 it is forwarded to IP 192.168.1.3 port 3389.

When a request comes in on port 4002 it is forwarded to IP 192.168.1.10 port 3389.
 
eightiescrooner said:
don't think i even have that option on my router


i have a netgear DG834G


are there any workarounds if i dont have this option?

thanks


You do have the options on that router.
 
Back
Top Bottom