View Full Version : [ubuntu] about Terminal Server
mykelm03
April 7th, 2009, 12:12 AM
im a newbie and hopefully that someone could help or share some idea about this. im planning to setup a terminal server in ubuntu so that user outside (internet) can connect to my win2003 server. is this possible? the ubuntu box is like a bridge from the user to win2003? thanks in advance...
cdenley
April 7th, 2009, 08:54 AM
What do you mean by "terminal server" on linux? The easiest way to connect to an internal server through a linux server is to use SSH with port forwarding.
ssh user@ubuntuhost -L 3389:windowshost:3389
HermanAB
April 7th, 2009, 09:53 AM
No, no, all you need to do is forward port 3389/TCP through your firewall to the Win2003 server and enable RDP. You can then access the server using either Windows remote desktop client or the Linux rdesktop program.
RDP works very well and it is secure.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.