Telnet Remote logon has always been a favorite program for many users. Here we will discuss the Telnet service configuration in Windows and the modification of the Telnet port in Win2003. Hope to help you. Let's take a look at the specific content.
Windows telnet service configuration
Usage:
- Tlntadmn [computer name] [common_options] start | stop | pause |
- Continue
- |-S |-k |-m | config config_options
- 'All' is used for all sessions '.
- -S sessionid lists session information.
- -K sessionid: Terminate the session.
- -M sessionid: send a message to the session.
- Configure the telnet server parameters in config.
- Common_options:
- -U user specifies the user whose creden are to be used
- -P password: User password
- Config_options:
- Dom = domain: Set the user's default domain
- Ctrlakeymap = yes | no sets the ALT ing of the ALT key
- Timeout = hh: mm: ss: Set the idle session timeout value
- Timeoutactive = yes | no enables idle sessions.
- Maxfail = attempts sets the number of logon attempts that failed before disconnection.
- Maxconn = connections sets the maximum number of connections.
- Port = number: Set the telnet port.
- Sec = [+/-] NTLM [+/-] passwd
- Set the authentication authority
- Mode = console | stream specifies the operation mode.
- Usage: tlntadmn [computer name] [common options] start | stop | pause |
- Continue
- |-S |-K |-M | config config_options
- For more information, enter tlntadmn /?
- C: \ Documents and Settings \ large radish> tlntadmn localhost config sec =-NTLM
- Set Update successful.
- C: \ Documents and Settings \ large radish>
- C: \ Documents and Settings \ large radish>
Modify the telnet port in windows 2003
1. Modify the telnet port method of local port 2003: c: \> tlntadmn config port = 23 (you can change 23 to another unused port)
2. Modify the telnet port of remote 2003. Method c: \> tlntadmn config \ 192.168.9.1 port = 23-u administrator-p benet
Note: \ 192.168.9.1 the peer IP port = 23 must be changed to telnet port-u to specify the peer user name-p to specify the password of the Peer user.