# wimax.cfg
#
# Example Radiator configuration file.
# This very simple file will allow you to get started with
# a simple WiMAX system. You can then add and change features.
# We suggest you start simple, prove to yourself that it
# works and then develop a more complicated configuration.
Foreground
LogStdout
LogDir .
DbDir .
# User a lower trace level in production systems:
Trace 4
# AuthPort specifies the port to list on for authentication requests
# Can be a numeric port number or a service name from /etc/services
# Defaults to 1645. You can specify multiple comma-separated ports
AuthPort 1812
# AcctPort specifies the port to list on for accounting requests
# Can be a numeric port number or a service name from /etc/services
# Defaults to 1646. You can specify multiple comma-separated ports
AcctPort 1813
# On Unix you can control the actual user that the server runs as
# provided it starts as a suitable priveleged user. You can specifiy
# unix user name or UID here
#User radius
# or group name/GID
#Group radius
# You will probably want to add other Clients to suit your site,
# one for each NAS you want to work with
Secret secret
DupInterval 0
Secret mysecret
DupInterval 0
Filename %D/users
EAPType TTLS, PEAP
EAPTLS_CAFile %D/certificates/demoCA/cacert.pem
EAPTLS_CertificateFile %D/certificates/cert-srv.pem
EAPTLS_CertificateType PEM
EAPTLS_PrivateKeyFile %D/certificates/cert-srv.pem
EAPTLS_PrivateKeyPassword whatever
EAPTLS_MaxFragmentSize 1000