![]() |
![]() HP OpenVMS Systemsask the wizard |
![]() |
The Question is: What are the base port numbers (e.g. 2001) on a DEC 90M terminal server? I am having great difficulty finding this information! Danke, Matt The Answer is : Use commands such as the following to configure telnet listeners. The valid port numbers for most IP-capable DECservers are 23 (the default port for telnet) and 2001 through 2016. The following commands set up telnet ports, relocating the console connection off of port 23 and over to port 2001: > CHANGE TELNET LISTENER 23 PORTS {ALL | port_list} > CHANGE TELNET LISTENER 23 CONNECTIONS ENABLED > CHANGE TELNET LISTENER 2001 PORT CONSOLE ENABLED > CHANGE TELNET LISTENER 2001 CONNECTIONS ENABLED
|