actube/src/ac/ac.default.conf

192 lines
3.8 KiB
Plaintext

#
# AC-Tube default config file
#
# ---------------------------------------------------
# General settings
# ---------------------------------------------------
# ac_name
# The ac name reported by AC-Tube
# If ommited ac_name is build from macaddress.
#
# Default: ac_name =
# ac_id
# A unique ID for this AC
# If not specified, an id is build from macaddress.
#
# Default:
# ac_id =
# hardware_version
# Hardware version for the AC
# If ommited, the hardware version is build from
# the underlying OS
#
# Default:
# hardware_version =
# software_version
# Software version for this AC
# If not specified, the compiled in software version is used.
#
# Default:
# software_version =
# cisco_hardware_version
# Hardware version sent, when AC operates in cisco-mode
#
# Default:
# cisco_hardware_version = .x01000001
# cisco_software_version
# Software version sent, when operating in cisco-mode
#
# If ommited, the controller sends the same software version
# to the WTP as the WTP has sent in discovery or join
# request.
#
# Default:
# cisco_software_version =
# strict_capwap
#
# Strict CAPWAP protocol
# If set to YES, AC-Tube for example complains about any message
# with missing mandatory elements.
#
# Default:
# strict_capwap = on
# strict_headers
#
# If set to on, any malformed packets wil be thrown away.
#
# Default:
# strict_headers = on
# capwap_mode
#
# can be either "capwap" or "cipwap"
#
# If mode is set to "capwap", AC-Tube knows only to deal with *real* "CAPWAP"
# If mode is seto cipwap, AC-Tube tries to detec the connecting client. So
# a Cisco WTP has a chance to connect. For Cisco WPTs this works only in conjunction
# with strict_headers = 0
#
# Default:
# capwap_mpode = capwap
#
# image_dir
# Directorie where firmware images are stored
#
# Default
# image_dir=/tftpboot
# ---------------------------------------------------
# Network related
# ---------------------------------------------------
# ipv4
# Use IPv4 protocol
#
# Default:
# ipv4=true
# ipv6
# Use IPv6 protocol
#
# Default:
# ipv6=true
# listen - Listen addresses
# If ommited, AC-Tube tries to find listen addresses by itself.
#
# Defalut:
# listen =
# use_loopback
# Include loopback interfaces if listen addresses are auto detected
#
# Default:
# use_loopback = false
# ---------------------------------------------------
# SSL related stuff
# ---------------------------------------------------
# dtls_psk
# Specify a dtls pre-shared key
#
# Default: dtls_psk =
# ssl_key
# Certificate key file
#
# Default:
# ssl_key=
# ssl_key_pass
# Password to unlock key file
#
# Default:
# ssl_key_pass =
# ssl_cert
# SSL certificate that will be sent to the client
#
# Default:
# ssl_cert=
# dtls_verify_peer
# Verfify peer's certificate
#
# Default:
# dtls_verify_peer=true
# dbg
# Set debug level
#
# dbg = info # Show all kind of infos
# dbg += msg_in # Incomming CAPWAP messages
# dbg += mgs_out # Outgoing CAPWAP messages
# dbg += msg_err # Be verbose about capwap message errors like re-transmission
# dbg += msgelem # CAPWAP message elements
# dbg += msgelem_dmp # Print hex dump for capwap messages elements
# dbg += rfc # Show warnings if CAPWAP messages don't conform to RFC
# dbg += pkt_in # CAPWAP packets received
# dbg += pkt_out # CAPWAP packets sent
# dbg += pkt # CAPWAP packets both sent and received
# dpg += pkt_dmp # Hex dump CAPWAP packets.
# dbg += pkt_err # Show messages about malformed packets when detected
# dbg += dtls # Messages concerning DTLS
# dbg += dtls_detail # DTLS in more detail
# dbg += dtls_bio # DTLS BIO operations
# dbg += dtls_bio_dmp # Hey dump data in BIO operations
#
# dbg += all # all of the above
# dbg += err # Same as dbg_err and pkt_err
#
# Default:
# dbg=