Archivo por meses: septiembre 2009

Command Line Hack for: «Terminal Server Has Exceeded the Maximum Number of Allowed Connections»

If you’ve worked on a network with Windows servers, you’ve encountered this error message at least 37,000 times: “The terminal server has exceeded the maximum number of allowed connections. The system can not log you on. The system has reached its licensed logon limit. Please try again later.” This problem happens because Windows only allows two… Leer más: Command Line Hack for: «Terminal Server Has Exceeded the Maximum… »

Terminal server patch windows XP

http://www.kood.org/terminal-server-patch/ Download the termserv.zip file below and extract it somewhere. (You have to be registered to see the file) Reboot into Safe Mode. This is necessary to remove Windows File Protection. Copy the termserv.dll in the zip to %windir%\System32 and %windir%\ServicePackFiles\i386. If the second folder doesn’t exist, don’t copy it there. Delete termserv.dll from the… Leer más: Terminal server patch windows XP »

Exchange 2007 Install

Instalación básica de Exchange 2007. Exchange 2007 es la nueva versión del servidor de correo de Microsoft, aunque en realidad Exchange es mucho mas que un servidor de correo. * El servidor tiene que tener el IIS funcionando pero no el SMTP ni el NNTP. Bien, ya tenemos Exchange instalado, el siguiente paso será crear… Leer más: Exchange 2007 Install »

add a default route

To add a default route with the default gateway address of 192.168.12.1, type: route add 0.0.0.0 mask 0.0.0.0 192.168.12.1