Service manual

Cyclades-TS
115
Installation & Service Manual
Appendix C - Sample pslave.conf files-The complete pslave.conf file
# If the authentication type is configured as "RadiusDownLocal" the portslave
# first tries to authenticate using the radius server. If the Radius server
# sends back a rejection, authentication will fail. Local authentication
# will be tried only if the Radius server is down (timeout).
#
all.authtype none
#
# Authentication host and accounting host. Two of each can be configured
# per port. The first is tried 'radretries' times before the
# second is tried. If 'radretries' is not configured, 5 is used by default.
# The parameter 'radtimeout' sets the timeout per query in seconds.
#
all.authhost1 192.168.160.3
all.accthost1 192.168.160.3
all.radtimeout 3
all.radretries 5
#all.authhost2 192.168.160.4
#all.accthost2 192.168.160.4
#
# The shared secret used by RADIUS.
#
all.secret cyclades
#
# Default protocol.
#
# Valid values are
# RAS profile: "slip", "cslip", "ppp", "ppp_only"
# TS profile: "login", "rlogin", "telnet", # "ssh", "ssh2", "socket_client"
# CAS profile: "socket_server", "socket_ssh", "raw_data"
#
# ppp_only ==> PPP over leased lines (only authentication PAP/CHAP)
#
# ppp ==> PPP with terminal post dialing (Auto detect PPP)
#
#
# Default ip address of linux host to which the terminals will connect.
# Used by the protocols rlogin, ssh, socket_client, etc.
#
all.host 192.168.160.8