Installation manual

Cyclades-TS
68
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation Manual
APPENDIX C SAMPLE PSLAVE.CONF FILES
The pslave.conf file with all possible parameters and their descriptions is presented first The pslave.conf files
for the three examples configured in chapter 4 follow.
The Complete pslave.conf File Provided with the Cyclades-TS
#
# pslave.conf Sample server configuration file.
#
# The Terminal Server uses a virtual terminal concept. Virtual terminals are
# named s1, s2, etc. Every virtual terminal should have a related
# physical device tty (without the "/dev/"). The tty parameter
# must be configured and must be unique for each virtual terminal.
#
# There two types of parameters:
#
# 1) Global parameters
# These parameters have the prefix "conf." Example of global parameters
# are ethernet ip address, etc.
#
# 2) Terminal Parameters.
# These parameters have prefixes "all.", "s1.", "s2.", etc.
#
# The "all." entries are used as a template for all virtual terminals.
# Setting all.speed to 9600 will set all virtual terminal (s1, s2,
# s3, etc.) speeds to 9600.
#
# Note that you can change the "all." settings one by one.
# If the parameter "s4.speed 19200" appears later in the file, all
terminals
# except s4 will have speed 9600 bps and "s4" will have speed 19200 bps.
#
#
# Expansion Variables
#
# A list of format strings used by some parameters is provided here
# for reference.
#