I have 3 Terminal Servers and I have one mapped to be able to login to afrom home. Is there a way to be able to point all 3 servers to the internet so that I do not have to RDP in to another server while I am in the default server?
Depending on your configuration you can do a few things. I am assuming that your servers are behind some kind of router and you are using NAT. The easiest way to do this would be to use port forwarding on the router/fw to forward all requests for port XXXX to port 3389 on IPADDRESSOFSERVER. Make rule like this within your router/fw for each server. When you connect from home, you would publicIPORTNUMBER (ie 1.1.1.1:1234)
Yes, that is where the port forwarding comes in. You set your router up to forward any requests made to your public IP on port 4856, for example, to port 3389 on ServerA's IP address. Come up with another port to use for the other server.
When you connect with rdp your connection string will look like Public.IP.Add.ress:4856.
No, you shouldn't need to change anything on the server if you have the port forwarding setup properly. Can you give me some more details about your configuration? Don't include actual server names or IPs but please list your configuration with fake names and IPs. I will do my best to help. Also, what kind of router are you using?
Ok the router is a Netgear FVS318 and all three servers are behind that. server1 is x.x.x.110 and port forward to port 3389. That one works fine, so I tried server2 x.x.x.105 port forward to 3390 and nothing happens when I try to connect through remote desktop. I type in public ip x.x.x.138:3390 and nothing but works for server1 if I use public ip x.x.x.138:3389. Also there is no firewall running and that server is 2003 64bit.
Okay, I think the problem is with your port forwarding. You said that you are forwarding to port 3390 for server2; you want to forward port 3390 to port 3389 on x.x.x.105 (server2).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.