2014-08-16 13:38:27 +02:00
|
|
|
#
|
|
|
|
# AC-Tube default config file
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------
|
|
|
|
# General settings
|
|
|
|
# ---------------------------------------------------
|
|
|
|
|
|
|
|
# ac_name
|
|
|
|
# The ac name reported by AC-Tube
|
|
|
|
# If ommited ac_name is build from macaddress.
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default: ac_name =
|
|
|
|
|
|
|
|
|
|
|
|
# ac_id
|
2015-03-15 20:53:21 +01:00
|
|
|
# A unique ID for this AC
|
2014-08-16 13:38:27 +02:00
|
|
|
# If not specified, an id is build from macaddress.
|
2014-07-14 22:58:48 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default:
|
|
|
|
# ac_id =
|
|
|
|
|
2015-03-15 20:53:21 +01:00
|
|
|
# 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
|
|
|
|
#
|
2015-03-17 07:49:46 +01:00
|
|
|
# If ommited, the controller sends the same software version
|
|
|
|
# to the WTP as the WTP has sent in discovery or join
|
|
|
|
# request.
|
|
|
|
#
|
2015-03-15 20:53:21 +01:00
|
|
|
# Default:
|
2015-03-17 07:49:46 +01:00
|
|
|
# cisco_software_version =
|
2015-03-15 20:53:21 +01:00
|
|
|
|
|
|
|
|
2015-04-26 14:46:28 +02:00
|
|
|
# strict_capwap
|
|
|
|
#
|
|
|
|
# Strict CAPWAP protocol
|
|
|
|
# If set to YES, AC-Tube for example complains about any message
|
|
|
|
# with missing mandatory elements.
|
|
|
|
#
|
|
|
|
# Default:
|
2016-02-14 17:30:14 +01:00
|
|
|
# strict_capwap = on
|
2015-04-26 14:46:28 +02:00
|
|
|
|
|
|
|
# strict_headers
|
|
|
|
#
|
2016-02-17 16:15:20 +01:00
|
|
|
# If set to on, any malformed packets will be thrown away.
|
2015-04-26 14:46:28 +02:00
|
|
|
#
|
|
|
|
# Default:
|
2016-02-14 17:30:14 +01:00
|
|
|
# strict_headers = on
|
2015-04-26 14:46:28 +02:00
|
|
|
|
|
|
|
|
2015-04-26 15:12:44 +02:00
|
|
|
# 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
|
|
|
|
#
|
2015-03-15 20:53:21 +01:00
|
|
|
|
2015-03-17 01:10:08 +01:00
|
|
|
# image_dir
|
|
|
|
# Directorie where firmware images are stored
|
|
|
|
#
|
|
|
|
# Default
|
|
|
|
# image_dir=/tftpboot
|
2015-03-15 20:53:21 +01:00
|
|
|
|
|
|
|
|
2016-03-07 11:16:48 +01:00
|
|
|
# use_loopback
|
|
|
|
#
|
|
|
|
# Let AC-Tube also listen on loopback interfaces in auto-detect mode.
|
|
|
|
# Turning this option on makes possibly only sense for some testing purpose.
|
|
|
|
#
|
|
|
|
# Default:
|
|
|
|
# use_loopback = off
|
|
|
|
|
|
|
|
|
2014-08-16 13:38:27 +02:00
|
|
|
|
|
|
|
# ---------------------------------------------------
|
|
|
|
# Network related
|
|
|
|
# ---------------------------------------------------
|
2014-07-11 22:12:11 +02:00
|
|
|
|
2014-08-16 13:38:27 +02:00
|
|
|
# ipv4
|
|
|
|
# Use IPv4 protocol
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default:
|
|
|
|
# ipv4=true
|
|
|
|
|
|
|
|
|
|
|
|
# ipv6
|
2014-07-11 22:12:11 +02:00
|
|
|
# Use IPv6 protocol
|
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default:
|
2014-07-11 22:12:11 +02:00
|
|
|
# ipv6=true
|
|
|
|
|
2014-08-16 13:38:27 +02:00
|
|
|
|
|
|
|
# listen - Listen addresses
|
|
|
|
# If ommited, AC-Tube tries to find listen addresses by itself.
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2016-02-17 16:15:20 +01:00
|
|
|
# If set, the format for a listen address goes as follows:
|
|
|
|
# address:port/protocol
|
|
|
|
# Port or protocol can be ommited.
|
|
|
|
# Examples:
|
|
|
|
# listen = 10.0.3.1:5426/cawap # listens for capwap on 10.3.0.1 port 5426
|
|
|
|
# listen += 10.3.0.1:8426 # listens for capwap (default) on 10.3.0. port 8426
|
|
|
|
# listen += 10.3.0.1/lwapp # listens for lwapp on 10.3.0.1 port 12222(default)
|
|
|
|
# listen += [fe80::a00:27ff:fe6b:b8e3%em0]:5426/capwap # yes, its IPv6
|
|
|
|
#
|
|
|
|
# Currently as protocol only capwap is suppert
|
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Defalut:
|
2014-07-11 22:12:11 +02:00
|
|
|
# listen =
|
|
|
|
|
2016-02-17 20:23:26 +01:00
|
|
|
# broadcast_listen - Broadcast listen address
|
|
|
|
# If ommited, the boraadcast listen adresses a determined automatically
|
|
|
|
# Otherwise, for address syntax, see listen.
|
|
|
|
#
|
|
|
|
# Default:
|
|
|
|
# broadcast_listen =
|
|
|
|
#
|
|
|
|
|
2016-02-14 12:10:39 +01:00
|
|
|
# use_loopback
|
|
|
|
# Include loopback interfaces if listen addresses are auto detected
|
|
|
|
#
|
|
|
|
# Default:
|
|
|
|
# use_loopback = false
|
|
|
|
|
2014-07-11 22:12:11 +02:00
|
|
|
|
2014-08-16 13:38:27 +02:00
|
|
|
# ---------------------------------------------------
|
|
|
|
# SSL related stuff
|
|
|
|
# ---------------------------------------------------
|
|
|
|
|
2014-07-14 22:58:48 +02:00
|
|
|
# dtls_psk
|
2014-08-16 13:38:27 +02:00
|
|
|
# Specify a dtls pre-shared key
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default: dtls_psk =
|
2014-07-11 22:12:11 +02:00
|
|
|
|
2014-07-14 22:58:48 +02:00
|
|
|
|
2014-08-16 13:38:27 +02:00
|
|
|
# ssl_key
|
|
|
|
# Certificate key file
|
2014-07-14 22:58:48 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# 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
|
2014-07-14 22:58:48 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default:
|
|
|
|
# ssl_cert=
|
|
|
|
|
|
|
|
|
|
|
|
# dtls_verify_peer
|
|
|
|
# Verfify peer's certificate
|
2014-07-11 22:12:11 +02:00
|
|
|
#
|
2014-08-16 13:38:27 +02:00
|
|
|
# Default:
|
|
|
|
# dtls_verify_peer=true
|
2015-01-04 23:07:47 +01:00
|
|
|
|
2018-02-18 21:46:16 +01:00
|
|
|
# mods
|
|
|
|
# List of modsules to load. These modules asked from left to right, if theay can
|
|
|
|
# handle discovery or jon request messages. The module witch gibves a positive
|
|
|
|
# answer first will handle a connectio. So the ordering is important.
|
|
|
|
#
|
2018-02-19 03:28:18 +01:00
|
|
|
# Currently supported mods are: capwap, capwap80211, cipwap, cisco
|
|
|
|
#
|
2018-02-18 21:46:16 +01:00
|
|
|
# Default:
|
|
|
|
# mods = { capwap, capwap80211 }
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2015-01-04 23:07:47 +01:00
|
|
|
|
|
|
|
# dbg
|
|
|
|
# Set debug level
|
|
|
|
#
|
2015-02-07 10:57:58 +01:00
|
|
|
# dbg = info # Show all kind of infos
|
2015-10-18 10:03:59 +02:00
|
|
|
# dbg += msg_in # Incomming CAPWAP messages
|
2016-02-28 13:36:47 +01:00
|
|
|
# dbg += msg_out # Outgoing CAPWAP messages
|
2015-10-18 10:03:59 +02:00
|
|
|
# dbg += msg_err # Be verbose about capwap message errors like re-transmission
|
2016-02-23 20:25:08 +01:00
|
|
|
# dbg += elem # CAPWAP message elements
|
2016-03-16 13:25:28 +01:00
|
|
|
# dbg += elem_err # Errors in message elements
|
2016-03-05 11:09:19 +01:00
|
|
|
# dbg += elem_dmp # Print hex dump for capwap messages elements
|
2018-02-18 18:10:43 +01:00
|
|
|
# dbg += subelem # Priont details about sub-elements
|
2015-02-07 10:57:58 +01:00
|
|
|
# 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
|
2016-03-11 08:56:25 +01:00
|
|
|
# dbg += pkt_dmp # Hex dump CAPWAP packets.
|
2015-02-07 10:57:58 +01:00
|
|
|
# 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
|
2016-02-27 14:25:32 +01:00
|
|
|
# dbg += dtls_bio_dmp # HeXy dump data in BIO operations
|
|
|
|
# dbg += warn # misc warnings
|
2016-03-09 18:39:57 +01:00
|
|
|
# dbg += mod # Debugs specific to mod
|
2015-01-04 23:07:47 +01:00
|
|
|
#
|
2015-02-07 10:57:58 +01:00
|
|
|
# dbg += all # all of the above
|
|
|
|
# dbg += err # Same as dbg_err and pkt_err
|
2015-01-04 23:07:47 +01:00
|
|
|
#
|
|
|
|
# Default:
|
|
|
|
# dbg=
|
|
|
|
|
|
|
|
|
|
|
|
|