|
Configuring the PortServer CM for Console Management Configuring the PortServer CM for Console Management For Console Management configuration, set the following basic parameters and values in the /etc/portslave/pslave.conf file.
Basic Configuration:
conf.eth_ip [PortServer_CM_IP]
conf.eth_mask [network mask]
all.protocol socket_ssh *
all.dcd 0
all.flow none
all.socket_port 7001+
s1.serverfarm [name1]
s2.serverfarm [name2]
* You donīt need to set all.ipno to have an IP address for each port. You keep the default, or comment it out (#).
To access the ports using ssh, use one of the following commands:
# ssh -t [user]:ttySnn@[PortServer_CM_IP]
# ssh -t [user]:[70##]@[PortServer_CM_IP]
# ssh -t [user]:[alias_name]@[PortServer_CM_IP]
# ssh -t [user]:[ipno]@[PortServer_CM_IP]
This can also can be set with socket_server, for telnet connections.
# telnet [PortServer_CM_IP] [70##]
# telnet [ipno_of_the_port]
Related Information:
http://supportold.digi.com/support/manuals/pscm/current.pdf
|