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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal Services Through Router?

Status
Not open for further replies.

swoodsmcse

IS-IT--Management
Joined
Dec 18, 2001
Messages
62
Location
US
I am trying to access one of my servers using terminal services through a cisco router. I have opened up port 3389 on the router but i still cant get in. Does anyone know if this is the only port that has to be opened?
 
Are you doing NAT? If you are then you need a static mapping. Map the outside global address with the internal terminal server ip address, should work. I forgot are you using a firewall?
 
I still cant get it to connect, how do you open TS in both directions. I have a static IP mapping of the public address and i can ping it on the internet. Any Ideas?
 
That should be it.

Have a static mapping of a public IP address to the private IP address of the Terminal Server. Allow destination TCP port 3389 to Terminal Server machine from clients and allow source traffic from TCP port 3389 back to the clients.

If it is not working you can try these troubleshooting steps:
1. Setup debug on the router to see if the packets are making it through.
2. You can also increase the level of logging detail and sift through the log to see if the packets are still blocked for some reason.
3. From the client machine you can watch run 'netstat -n' continuously to see if you get a TCP connection. If you do then you are connecting to the Terminal Server and it is dropping you for some reason, like perhaps encryption is setup as required on the server but it is not being used on the client.
4. Check the Windows NT/2000 Event log for any errors.
5. Try setting up a test client on the public network if the router if possible and see if it works from there. It is possible your ISP or someone between the client and server is blocking TCP 3389.

Also for anyone who's interested. If you want to use Windows terminal services from a Linux box check out the rdesktop program at
Bluecrack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top