{Notes to self, programming, technology, linux, windows, git} U {Papers, reviews, games, coffee, tabletennis, ramblings} = {things worth saving}

Friday, January 30, 2009

Terminal server stuff

http://technet.microsoft.com/en-us/library/cc783401.aspx ( Licensing overview)

Terminal Server has its own method for licensing clients that log on to terminal servers, separate from the licensing method for Microsoft® Windows Server 2003 family operating system clients. When a client connects to a terminal server, the terminal server determines if a client access license (CAL) is needed. The terminal server then requests a CAL from the Terminal Server license server, and then the CAL is issued to the client by the terminal server. Although Terminal Server provides a licensing grace period during which no license server is required, after the grace period ends, clients must receive a valid CAL issued by a license server before they can log on to a terminal server.

Guidelines : http://www.microsoft.com/windowsserver2003/techinfo/overview/quickstart.mspx:

http://technet.microsoft.com/en-us/library/cc758069.aspx : How to install

http://support.microsoft.com/kb/823313 : Licensing issues

http://technet.microsoft.com/en-us/library/cc727929.aspx : Program multisession compatibility.

http://technet.microsoft.com/en-us/library/cc781487.aspx : Make your local printer available in a session

http://technet.microsoft.com/en-us/library/cc786890.aspx: Configuring terminal services with group policy


Terminal Services Configuration

http://technet.microsoft.com/en-us/library/cc787078.aspx

You can configure new connections for Terminal Services, modify the settings of existing connections, and delete connections by using the Terminal Services Configuration tool (TSCC.msc) or Group Policy (gpedit.msc).

Tuesday, January 20, 2009

Remote desktop stuff

http://www.microsoft.com/windowsxp/using/mobility/getstarted/remoteintro.mspx

Multiple RD machines on a simple NAT router:
  • HKEY_LOCAL_MACHINE
  • System
  • CurrentControlSet
  • Control
  • TerminalServer
  • WinStations
  • RDP-TCP (Change port to whatever: 3389 -> 3xxx )
- Remember to port forward each port to their designated LAN IP's.
- Connect using that particular port: x.x.x.x:3390 -> 3xxx
- Allow new ports in firewall.

Followers