Service manual
Cyclades-TS
118
Appendix C - Sample pslave.conf files-The complete pslave.conf file
Installation & Service Manual
#
all.dcd 0
#
# PPP options - used if a PPP session is autodetected.
# Note that mru and mtu are both set to the MTU setting.
# Callback server is enabled when cb-script parameter is set.
#
#all.autoppp%i:%j novj \
# proxyarp modem asyncmap 000A0000 \
# noipx noccp login auth require-pap refuse-chap \
# mtu %t mru %t \
# ms-dns 192.168.160.5 ms-dns 0.0.0.0 \
# cb-script /etc/portslave/cb_script \
# plugin /usr/lib/libpsr.so
#
# 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 (ms), the Terminal Server will send a modem statuss
# message to the remote device to see if the connection is still up.
#
#all.poll_interval 1000
#
# Transmission interval - Controls the interval between two consecutive datas
# packets transmited to the Ethernet. Only valid for
# protocols socket_server, raw_data, and
socket_client.
#
# Valid values : 0 - transmit packet immediately (no interval).