Installation manual

Cyclades-TS
76
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation Manual
#
# PPP options - User already authenticated and service type is PPP.
#
#all.pppopt %i:%j novj \
# proxyarp modem asyncmap 000A0000 \
# noipx noccp mtu %t mru %t netmask %m \
# idle %I maxconnect %T \
# ms-dns 192.168.160.5 ms-dns 0.0.0.0 \
# plugin /usr/lib/libpsr.so
#
#
# When not set to zero, this parameter sets the wait for a TCP connection
# keep-alive timer. If no traffic passes through the Terminal Server for
# this period of time, the Terminal Server will send a modem status message
# to the remote device to see if the connection is still up.
#
all.poll_interval 0
#
# This defines an alternative labeling system for the Terminal Server ports.
# This parameter is used by the protocols telnet, socket_client and
# socket_server. It is mandadory if the protocol is socket_server, otherwise
# 23 will be used.
#
# The '+' after the numerical value causes the interfaces to be numbered
# consecutively. Ex. 7001, 7002, 7003, etc.
#
all.socket_port 7001+
#
# Data buffering configuration
#
# A non-zero value activates data buffering. A file (/var/run/ttyS#.data)
# is created on the Cyclades-TS and all data received from the port is
# captured. The file contains a maximum of 1024k, which is overwritten each
# time the maximum is reached. This file can be viewed using the normal Unix
# tools (cat, vi, more, etc.).
#
all.data_buffering 0