| <%= ASP.ShowSpan("cprops", False) %> |
| <%= ASP.ShowSpan("res", False) %> |
<%= ASP.Footer %> ]]>The following table lists the configuration parameters for Telnet Server:
Property or setting name | Default setting | Purpose and use | Example setting |
---|---|---|---|
Telnet Port | 23 | Telnet Server listens for connection requests on this port. '23' is the globally used default port.
Set this to a number in the range of 1 to 1023 only. |
35 |
Authentication Mechanism | NTLM, Password | By default both NLTM and Password are used for user authentication. | Password |
Maxconnections | 2 | Specifies the the maximum number of simultaneous connections to the telnet server.
The range for this value can be from 0 to 2147483647. |
20 |
Mode of Operation | Console | Telnet Server works in two modes: console and stream.
Use console mode to run screen-oriented programs, such as vi. Use stream mode to run command-line applications. |
Stream |