Service manual

Cyclades-TS
117
Installation & Service Manual
Appendix C - Sample pslave.conf files-The complete pslave.conf file
# who has accessed the Terminal Server and what they did.
#
all.sysutmp 1
all.syswtmp 0
all.utmpfrom "%p:%P.%3.%4"
#
# Use initchat to initialize the modem.
#
# d == delay (1 sec), p == pause (0.1 sec), l == toggle DTR
# r == <CR>, l == <LF>
#
#all.initchat TIMEOUT 10 \
# "" \d\l\dATZ \
# OK\r\n-ATZ-OK\r\n "" \
# TIMEOUT 10 \
# "" ATM0 \
# OK\r\n "" \
# TIMEOUT 3600 \
# RING "" \
# STATUS Incoming %p:I.HANDSHAKE \
# "" ATA \
# TIMEOUT 60 \
# CONNECT@ "" \
# STATUS Connected %p:I.HANDSHAKE
#
# Serial port flow control:
# hard - hardware, rts/cts
# soft - software, CTRL-S / CTRL-Q
# none.
#
all.flow none
#
# DCD signal (sets the tty parameter CLOCAL). Valid values are 0 or 1.
# In a socket session, if all.dcd=0, a connection request (telnet or
# ssh) will be accepted regardless of the DCD signal and the connection
# will not be closed if the DCD signal is set to DOWN.
# In a socket connection, if all.dcd=1 a connection request will be
# accepted only if the DCD signal is UP and the connection (telnet or
# ssh) will be closed if the DCD signal is set to DOWN.