Install and Enable Telnet Server Service in Windows Vista Instalar y habilitar el servicio de servidor Telnet de Windows Vista
To accept a incoming Telnet connection, a PC, computer or server must enable and run Telnet Server service which is listening to TCP port 23. Para aceptar una conexión Telnet entrante, un PC, computadora o servidor debe permitir ejecutar Telnet y el Servidor de servicio que está escuchando el puerto TCP 23. By default Windows Vista doesn’t install Telnet Server. Por defecto, Windows Vista no instalar el Servidor de Telnet. The disable of Telnet Server is good practice to minimize security risks. El desactivar el Servidor de Telnet es una buena práctica para minimizar los riesgos de seguridad. The following guide will install and enable Telnet Server in Vista if you really need it running. La siguiente guía le permitirá instalar y Telnet Server en Vista si realmente lo necesita correr. Telnet Server in Vista is similar to the one comes with Windows Server 2003, where it provides ASCII terminal sessions to Telnet clients, and supports two types of authentication plus four types of terminals: ANSI, VT-100, VT-52, and VTNT. Telnet Server en Vista es similar a la que viene con Windows Server 2003, donde se ofrece sesiones de terminal ASCII a clientes Telnet, y soporta dos tipos de autenticación y cuatro tipos de terminales: ANSI, VT-100, VT-52 y VTNT.
How to Enable the Telnet Server Service in Windows Vista Cómo permitir que el servicio del servidor Telnet de Windows Vista
- Click on Start button, then go to Control Panel -> Programs. Haga clic en el botón Inicio, vaya a Panel de control -> Programas.
- Under the Programs and Features section, click Turn Windows features on or off . En virtud de los Programas y Funciones sección, haga clic en Girar a las características de Windows o desactivar. If User Account Control permission confirmation request warning pops up, click on Continue. En caso de control de cuenta de usuario permiso de solicitud de confirmación de advertencia aparece, haga clic en Continuar. If you are prompted for an administrator password, type the password. Si se le pregunte por una contraseña de administrador, escriba la contraseña.
- In the Windows Features dialog box, select (tick) the Telnet Server check box. En el Windows Características cuadro de diálogo, seleccione (marque) el servidor Telnet casilla de verificación.
- Click OK. Haga clic en Aceptar. Wait for the installation to finish. Espere a que la instalación hasta el final.
- Go back to Control Panel, then go to System -> Administrator Tools. Volver a Panel de control, luego ir a Sistema -> Herramientas del Administrador.
- Click on Services applet (services.msc if you prefer to use Run command or Start Search). Haga clic en Servicios de applet (services.msc Si prefiere utilizar Ejecutar comando de inicio o de búsqueda).
- Locate the “Telnet” service, right-click on it and select Properties. Localice el "Telnet" servicio, clic con el botón derecho sobre él y seleccione Propiedades.
- In the Startup Type drop down menu, select “Automatic” instead of “Disabled”. En el Tipo de inicio menú desplegable, seleccionar "Automático" en lugar de "discapacitados".
- Click on Apply button. Haga clic en el botón Aplicar.
- Right-click on the “Telnet” service again, but this time select Start option on right click context menu. Derecho-tecleo en el "Telnet" servicio de nuevo, pero esta vez seleccione la opción de inicio en el botón derecho del ratón menú contextual. Telnet Server service should be running after this. Servidor Telnet servicio debe estar ejecutándose después de esta.
- Click OK. Haga clic en Aceptar.
After installing Telnet Server Windows feature, instead of going to Services MMC applet, if you prefer you can use elevated command prompt to start Telnet Server, and set Telnet service to run automatically on every system startup. Después de instalar Windows Server Telnet función, en lugar de ir a Servicios MMC applet, si lo prefiere puede usar elevados de comandos para iniciar el Servidor de Telnet, Telnet y conjunto de servicios para ejecutarse automáticamente en cada inicio del sistema. The commands to use are: Los comandos a usar son los siguientes:
- sc config TlntSvr start=auto sc config TlntSvr start = auto
Set Start Type option to Auto. Establezca la opción Tipo de inicio a Automático.
- sc start TlntSvr SC empezar TlntSvr
or o
net start TlntSvr netos de lanzamiento TlntSvr
Start the Telnet Server immediately. Inicie el servidor Telnet de inmediato.
Configuration Options for Telnet Server Opciones de configuración para el servidor Telnet
As Vista Telnet Server is ported from Telnet Server in Windows 2003, XP and 2000 (W2K), the configuration settings available and how to configure the server are pretty much similar. Como Vista Telnet Server es portado de Telnet en Windows Server 2003, XP y 2000 (W2K), los ajustes de configuración disponibles y cómo configurar el servidor son bastante similares. Generally tlntadmin command is used to administer a local or remote Telnet Server. En general tlntadmin comando se utiliza para administrar un local o remoto Telnet Server.
For example, you can use tlntadmin command to start, stop, pause or continue Telnet server. Por ejemplo, puede utilizar tlntadmin comando para iniciar, detener, pausar o continuar servidor Telnet. Command syntax is: Comando sintaxis es la siguiente:
tlntadmn [\\RemoteServer] [start] [stop] [pause] [continue] [-u UserName-p Password] tlntadmn [\ \ RemoteServer] [iniciar] [parar] [pausa] [seguir] [-u usuario-p contraseña]
The Telnet Server requires NTLM authentication by default. El servidor Telnet requiere autenticación NTLM de forma predeterminada. To deactivate and disable NTLM authentication and switch to use only password authentication, use following tlntadmin command: Para desactivar y desactivar la autenticación NTLM y pasar a utilizar sólo autenticación de contraseña, el uso tlntadmin siguiente comando:
tlntadmn config sec=-NTLM tlntadmn config SEC =- NTLM
Another example command that make Telnet session switch to streams mode in order to make display easier for Unix/Linux clients: Otro ejemplo de comando que hacer Telnet período de sesiones para cambiar el modo de arroyos con el fin de hacer más fácil visualización para Unix / Linux los clientes:
tlntadmn config mode=stream tlntadmn config mode = arroyo
For more command references visit Para más referencias comando visita Microsoft Telnet page Microsoft Telnet página .
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- Enable and Install Telnet Client in Vista Activar e instalar el cliente Telnet de Vista
- How to Check if Telnet Is Running on a Server Cómo Telnet Compruebe si está corriendo en un servidor
- Disable and Turn Off Telnet in Linux Inhabilitar y desconectar el telnet en linux
- Restore Windows NT Backup (ntbackup) .bkf in Vista and ‘Longhorn’ Server 2008 Restaurar copia de seguridad de Windows NT (ntbackup). Bkf en Vista y "Longhorn" Server 2008
- Install and Run IIS (Internet Information Services) Server 7 in Vista Instalar y ejecutar IIS (Internet Information Services) Server 7 en Vista
- How to Install KMS Server to Activate Windows Vista Business or Enterprise Cómo instalar el servidor KMS para activar Windows Vista negocio o empresa
- Restore Windows XP and 2003 .bkf Backups in Windows Vista and Longhorn Server with NT Backup Restore Utility Restaurar Windows XP y 2003. Bkf Copias de seguridad en Windows Vista y Longhorn Server con NT Backup Restore Utility
- Workaround to Run VNC Server in Windows Vista Solución para ejecutar el servidor VNC en Windows Vista
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 Instalar Web Server en Windows XP con Apache 2, PHP5 y MySQL4 - Parte 4
- Install or Enable Snipping Tool in Windows Vista Instalar o permitir Snipping Tool en Windows Vista




