[root@localhost sites-available]# radiusd -X
radiusd: FreeRADIUS Version 2.2.3, for host x86_64-unknown-linux-gnu, built on Feb 13 2014 at 06:42:35
Copyright (C) 1999-2013 The FreeRADIUS server project and contributors.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License.
For more information about these matters, see the file named COPYRIGHT.
Starting - reading configuration files ...
including configuration file /usr/local/etc/raddb/radiusd.conf
including configuration file /usr/local/etc/raddb/proxy.conf
including configuration file /usr/local/etc/raddb/clients.conf
including files in directory /usr/local/etc/raddb/modules/
including configuration file /usr/local/etc/raddb/modules/etc_group
including configuration file /usr/local/etc/raddb/modules/acct_unique
including configuration file /usr/local/etc/raddb/modules/expiration
including configuration file /usr/local/etc/raddb/modules/mschap
including configuration file /usr/local/etc/raddb/modules/rediswho
including configuration file /usr/local/etc/raddb/modules/cache
including configuration file /usr/local/etc/raddb/modules/mac2ip
including configuration file /usr/local/etc/raddb/modules/ldap
including configuration file /usr/local/etc/raddb/modules/counter
including configuration file /usr/local/etc/raddb/modules/pam
including configuration file /usr/local/etc/raddb/modules/files
including configuration file /usr/local/etc/raddb/modules/perl
including configuration file /usr/local/etc/raddb/modules/radrelay
including configuration file /usr/local/etc/raddb/modules/logintime
including configuration file /usr/local/etc/raddb/modules/radutmp
including configuration file /usr/local/etc/raddb/modules/digest
including configuration file /usr/local/etc/raddb/modules/replicate
including configuration file /usr/local/etc/raddb/modules/realm
including configuration file /usr/local/etc/raddb/modules/expr
including configuration file /usr/local/etc/raddb/modules/redis
including configuration file /usr/local/etc/raddb/modules/smbpasswd
including configuration file /usr/local/etc/raddb/modules/sql_log
including configuration file /usr/local/etc/raddb/modules/chap
including configuration file /usr/local/etc/raddb/modules/ippool
including configuration file /usr/local/etc/raddb/modules/detail
including configuration file /usr/local/etc/raddb/modules/sradutmp
including configuration file /usr/local/etc/raddb/modules/detail.example.com
including configuration file /usr/local/etc/raddb/modules/preprocess
including configuration file /usr/local/etc/raddb/modules/otp
including configuration file /usr/local/etc/raddb/modules/echo
including configuration file /usr/local/etc/raddb/modules/opendirectory
including configuration file /usr/local/etc/raddb/modules/mac2vlan
including configuration file /usr/local/etc/raddb/modules/krb5
including configuration file /usr/local/etc/raddb/modules/always
including configuration file /usr/local/etc/raddb/modules/dynamic_clients
including configuration file /usr/local/etc/raddb/modules/pap
including configuration file /usr/local/etc/raddb/modules/cui
including configuration file /usr/local/etc/raddb/modules/inner-eap
including configuration file /usr/local/etc/raddb/modules/attr_filter
including configuration file /usr/local/etc/raddb/modules/soh
including configuration file /usr/local/etc/raddb/modules/attr_rewrite
including configuration file /usr/local/etc/raddb/modules/exec
including configuration file /usr/local/etc/raddb/modules/sqlcounter_expire_on_login
including configuration file /usr/local/etc/raddb/modules/wimax
including configuration file /usr/local/etc/raddb/modules/ntlm_auth
including configuration file /usr/local/etc/raddb/modules/passwd
including configuration file /usr/local/etc/raddb/modules/unix
including configuration file /usr/local/etc/raddb/modules/policy
including configuration file /usr/local/etc/raddb/modules/detail.log
including configuration file /usr/local/etc/raddb/modules/linelog
including configuration file /usr/local/etc/raddb/modules/checkval
including configuration file /usr/local/etc/raddb/modules/smsotp
including configuration file /usr/local/etc/raddb/modules/dhcp_sqlippool
including configuration file /usr/local/etc/raddb/sql/mysql/ippool-dhcp.conf
including configuration file /usr/local/etc/raddb/eap.conf
including configuration file /usr/local/etc/raddb/policy.conf
including files in directory /usr/local/etc/raddb/sites-enabled/
including configuration file /usr/local/etc/raddb/sites-enabled/default
including configuration file /usr/local/etc/raddb/sites-enabled/control-socket
including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel
main {
        allow_core_dumps = no
}
including dictionary file /usr/local/etc/raddb/dictionary
main {
        name = "radiusd"
        prefix = "/usr/local"
        localstatedir = "/usr/local/var"
        sbindir = "/usr/local/sbin"
        logdir = "/usr/local/var/log/radius"
        run_dir = "/usr/local/var/run/radiusd"
        libdir = "/usr/local/lib"
        radacctdir = "/usr/local/var/log/radius/radacct"
        hostname_lookups = no
        max_request_time = 30
        cleanup_delay = 5
        max_requests = 1024
        pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
        checkrad = "/usr/local/sbin/checkrad"
        debug_level = 0
        proxy_requests = yes
 log {
        stripped_names = no
        auth = no
        auth_badpass = no
        auth_goodpass = no
 }
 security {
        max_attributes = 200
        reject_delay = 1
        status_server = yes
 }
}
radiusd: #### Loading Realms and Home Servers ####
 proxy server {
        retry_delay = 5
        retry_count = 3
        default_fallback = no
        dead_time = 120
        wake_all_if_all_dead = no
 }
 home_server localhost {
        ipaddr = 127.0.0.1
        port = 1812
        type = "auth"
        secret = "testing123"
        response_window = 20
        max_outstanding = 65536
        require_message_authenticator = yes
        zombie_period = 40
        status_check = "status-server"
        ping_interval = 30
        check_interval = 30
        num_answers_to_alive = 3
        num_pings_to_alive = 3
        revive_interval = 120
        status_check_timeout = 4
  coa {
        irt = 2
        mrt = 16
        mrc = 5
        mrd = 30
  }
 }
 home_server_pool my_auth_failover {
        type = fail-over
        home_server = localhost
 }
 realm example.com {
        auth_pool = my_auth_failover
 }
 realm LOCAL {
 }
radiusd: #### Loading Clients ####
 client localhost {
        ipaddr = 127.0.0.1
        require_message_authenticator = no
        secret = "testing123"
        nastype = "other"
 }
 client WIFI {
        ipaddr = 172.26.200.21
        netmask = 32
        require_message_authenticator = no
        secret = "testing123"
 }
radiusd: #### Instantiating modules ####
 instantiate {
 Module: Linked to module rlm_exec
 Module: Instantiating module "exec" from file /usr/local/etc/raddb/modules/exec
  exec {
        wait = no
        input_pairs = "request"
        shell_escape = yes
        timeout = 10
  }
 Module: Linked to module rlm_expr
 Module: Instantiating module "expr" from file /usr/local/etc/raddb/modules/expr
 Module: Linked to module rlm_expiration
 Module: Instantiating module "expiration" from file /usr/local/etc/raddb/modules/expiration
  expiration {
        reply-message = "Password Has Expired  "
  }
 Module: Linked to module rlm_logintime
 Module: Instantiating module "logintime" from file /usr/local/etc/raddb/modules/logintime
  logintime {
        reply-message = "You are calling outside your allowed timespan  "
        minimum-timeout = 60
  }
 }
radiusd: #### Loading Virtual Servers ####
server { # from file /usr/local/etc/raddb/radiusd.conf
 modules {
  Module: Creating Auth-Type = digest
  Module: Creating Post-Auth-Type = REJECT
 Module: Checking authenticate {...} for more modules to load
 Module: Linked to module rlm_pap
 Module: Instantiating module "pap" from file /usr/local/etc/raddb/modules/pap
  pap {
        encryption_scheme = "auto"
        auto_header = no
  }
 Module: Linked to module rlm_chap
 Module: Instantiating module "chap" from file /usr/local/etc/raddb/modules/chap
 Module: Linked to module rlm_mschap
 Module: Instantiating module "mschap" from file /usr/local/etc/raddb/modules/mschap
  mschap {
        use_mppe = yes
        require_encryption = no
        require_strong = no
        with_ntdomain_hack = no
        allow_retry = yes
  }
 Module: Linked to module rlm_digest
 Module: Instantiating module "digest" from file /usr/local/etc/raddb/modules/digest
 Module: Linked to module rlm_unix
 Module: Instantiating module "unix" from file /usr/local/etc/raddb/modules/unix
  unix {
        radwtmp = "/usr/local/var/log/radius/radwtmp"
  }
 Module: Linked to module rlm_eap
 Module: Instantiating module "eap" from file /usr/local/etc/raddb/eap.conf
  eap {
        default_eap_type = "md5"
        timer_expire = 60
        ignore_unknown_eap_types = no
        cisco_accounting_username_bug = no
        max_sessions = 4096
  }
 Module: Linked to sub-module rlm_eap_md5
 Module: Instantiating eap-md5
 Module: Linked to sub-module rlm_eap_leap
 Module: Instantiating eap-leap
 Module: Linked to sub-module rlm_eap_gtc
 Module: Instantiating eap-gtc
   gtc {
        challenge = "Password: "
        auth_type = "PAP"
   }
 Module: Linked to sub-module rlm_eap_tls
 Module: Instantiating eap-tls
   tls {
        rsa_key_exchange = no
        dh_key_exchange = yes
        rsa_key_length = 512
        dh_key_length = 512
        verify_depth = 0
        CA_path = "/usr/local/etc/raddb/certs"
        pem_file_type = yes
        private_key_file = "/usr/local/etc/raddb/certs/server.pem"
        certificate_file = "/usr/local/etc/raddb/certs/server.pem"
        CA_file = "/usr/local/etc/raddb/certs/ca.pem"
        private_key_password = "whatever"
        dh_file = "/usr/local/etc/raddb/certs/dh"
        fragment_size = 1024
        include_length = yes
        check_crl = no
        cipher_list = "DEFAULT"
        make_cert_command = "/usr/local/etc/raddb/certs/bootstrap"
    cache {
        enable = no
        lifetime = 24
        max_entries = 255
    }
    verify {
    }
    ocsp {
        enable = no
        override_cert_url = yes
        url = "http://127.0.0.1/ocsp/"
        use_nonce = yes
        timeout = 0
        softfail = no
    }
   }
 Module: Linked to sub-module rlm_eap_ttls
 Module: Instantiating eap-ttls
   ttls {
        default_eap_type = "md5"
        copy_request_to_tunnel = yes
        use_tunneled_reply = yes
        virtual_server = "inner-tunnel"
        include_length = yes
   }
 Module: Linked to sub-module rlm_eap_peap
 Module: Instantiating eap-peap
   peap {
        default_eap_type = "mschapv2"
        copy_request_to_tunnel = yes
        use_tunneled_reply = yes
        proxy_tunneled_request_as_eap = yes
        virtual_server = "inner-tunnel"
        soh = no
   }
 Module: Linked to sub-module rlm_eap_mschapv2
 Module: Instantiating eap-mschapv2
   mschapv2 {
        with_ntdomain_hack = no
        send_error = no
   }
 Module: Checking authorize {...} for more modules to load
 Module: Linked to module rlm_preprocess
 Module: Instantiating module "preprocess" from file /usr/local/etc/raddb/modules/preprocess
  preprocess {
        huntgroups = "/usr/local/etc/raddb/huntgroups"
        hints = "/usr/local/etc/raddb/hints"
        with_ascend_hack = no
        ascend_channels_per_line = 23
        with_ntdomain_hack = no
        with_specialix_jetstream_hack = no
        with_cisco_vsa_hack = no
        with_alvarion_vsa_hack = no
  }
reading pairlist file /usr/local/etc/raddb/huntgroups
reading pairlist file /usr/local/etc/raddb/hints
 Module: Linked to module rlm_realm
 Module: Instantiating module "suffix" from file /usr/local/etc/raddb/modules/realm
  realm suffix {
        format = "suffix"
        delimiter = "@"
        ignore_default = no
        ignore_null = no
  }
 Module: Linked to module rlm_files
 Module: Instantiating module "files" from file /usr/local/etc/raddb/modules/files
  files {
        usersfile = "/usr/local/etc/raddb/users"
        acctusersfile = "/usr/local/etc/raddb/acct_users"
        preproxy_usersfile = "/usr/local/etc/raddb/preproxy_users"
        compat = "no"
  }
reading pairlist file /usr/local/etc/raddb/users
reading pairlist file /usr/local/etc/raddb/acct_users
reading pairlist file /usr/local/etc/raddb/preproxy_users
 Module: Checking preacct {...} for more modules to load
 Module: Linked to module rlm_acct_unique
 Module: Instantiating module "acct_unique" from file /usr/local/etc/raddb/modules/acct_unique
  acct_unique {
        key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port"
  }
 Module: Checking accounting {...} for more modules to load
 Module: Linked to module rlm_detail
 Module: Instantiating module "detail" from file /usr/local/etc/raddb/modules/detail
  detail {
        detailfile = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
        header = "%t"
        detailperm = 384
        dirperm = 493
        locking = no
        log_packet_header = no
  }
 Module: Linked to module rlm_attr_filter
 Module: Instantiating module "attr_filter.accounting_response" from file /usr/local/etc/raddb/modules/attr_filter
  attr_filter attr_filter.accounting_response {
        attrsfile = "/usr/local/etc/raddb/attrs.accounting_response"
        key = "%{User-Name}"
        relaxed = no
  }
reading pairlist file /usr/local/etc/raddb/attrs.accounting_response
 Module: Checking session {...} for more modules to load
 Module: Linked to module rlm_radutmp
 Module: Instantiating module "radutmp" from file /usr/local/etc/raddb/modules/radutmp
  radutmp {
        filename = "/usr/local/var/log/radius/radutmp"
        username = "%{User-Name}"
        case_sensitive = yes
        check_with_nas = yes
        perm = 384
        callerid = yes
  }
 Module: Checking post-proxy {...} for more modules to load
 Module: Checking post-auth {...} for more modules to load
 Module: Instantiating module "attr_filter.access_reject" from file /usr/local/etc/raddb/modules/attr_filter
  attr_filter attr_filter.access_reject {
        attrsfile = "/usr/local/etc/raddb/attrs.access_reject"
        key = "%{User-Name}"
        relaxed = no
  }
reading pairlist file /usr/local/etc/raddb/attrs.access_reject
 } # modules
} # server
server inner-tunnel { # from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
 modules {
 Module: Checking authenticate {...} for more modules to load
 Module: Checking authorize {...} for more modules to load
 Module: Checking session {...} for more modules to load
 Module: Checking post-proxy {...} for more modules to load
 Module: Checking post-auth {...} for more modules to load
 } # modules
} # server
radiusd: #### Opening IP addresses and Ports ####
listen {
        type = "auth"
        ipaddr = *
        port = 0
}
listen {
        type = "acct"
        ipaddr = *
        port = 0
}
listen {
        type = "control"
 listen {
        socket = "/usr/local/var/run/radiusd/radiusd.sock"
 }
}
listen {
        type = "auth"
        ipaddr = 127.0.0.1
        port = 18120
}
 ... adding new socket proxy address * port 60874
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on command file /usr/local/var/run/radiusd/radiusd.sock
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
Listening on proxy address * port 1814
Ready to process requests.























rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=32, length=221
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x0201000e01616e6f6e796d6f7573
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0xc34604c12727b836dce528343b15fc87
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 1 length 14
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] = updated
++[files] = noop
++[expiration] = noop
++[logintime] = noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] = noop
+} # group authorize = updated
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] EAP Identity
[eap] processing type md5
rlm_eap_md5: Issuing Challenge
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 32 to 172.26.200.21 port 32851
        EAP-Message = 0x010200160410d5c20885303bc572f4b0fe7932e73e26
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e24518a8de9e296d636f77a14
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=33, length=231
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020200060319
        State = 0x24538e0e24518a8de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x2f578b25eeecb9d3e96c848b0c0dbc9e
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 2 length 6
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] = updated
++[files] = noop
++[expiration] = noop
++[logintime] = noop
[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.
++[pap] = noop
+} # group authorize = updated
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP NAK
[eap] EAP-NAK asked for EAP-Type/peap
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 33 to 172.26.200.21 port 32851
        EAP-Message = 0x010300061920
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2550978de9e296d636f77a14
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=34, length=330
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x0203006919800000005f160301005a01000056030152fdff1ec04a477c4bf681074cd7520baf2e4930b75ecbc6100a1760e6ee346c000018002f00350005000ac013c014c009c00a003200380013000401000015ff01000100000a0006000400170018000b00020100
        State = 0x24538e0e2550978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0xaffb5d400baaca7e5972e8f750fcf67c
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 3 length 105
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
  TLS Length 95
[peap] Length Included
[peap] eaptls_verify returned 11
[peap]     (other): before/accept initialization
[peap]     TLS_accept: before/accept initialization
[peap] <<< TLS 1.0 Handshake [length 005a], ClientHello
[peap]     TLS_accept: SSLv3 read client hello A
[peap] >>> TLS 1.0 Handshake [length 0031], ServerHello
[peap]     TLS_accept: SSLv3 write server hello A
[peap] >>> TLS 1.0 Handshake [length 08d0], Certificate
[peap]     TLS_accept: SSLv3 write certificate A
[peap] >>> TLS 1.0 Handshake [length 0004], ServerHelloDone
[peap]     TLS_accept: SSLv3 write server done A
[peap]     TLS_accept: SSLv3 flush data
[peap]     TLS_accept: Need to read more data: SSLv3 read client certificate A
In SSL Handshake Phase
In SSL Accept mode
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 34 to 172.26.200.21 port 32851
        EAP-Message = 0x0104040019c00000091416030100310200002d030152fd8ec6d21d3f0452360db56a0d5db66cff172dad0210ef700378e2d02580a300002f000005ff0100010016030108d00b0008cc0008c90003de308203da308202c2a003020102020101300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c65204365727469666963617465204175
        EAP-Message = 0x74686f72697479301e170d3134303231343032323533375a170d3135303231343032323533375a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100d8456a8db1a2da7064576eeca5adb05c34b11b52ed902b583e387159afed353cc9883610d263c8f77bdaeca8ebbb7195b0ae1b53cf1c1a
        EAP-Message = 0xced3b3c60e04c610f15c0d39bbb88fac32ca9a8ce19cf407f25ca7398b8639fc4b3698c3f621882d0d4f57b6c87be55db0e442d94e8d2e63ef5c29a235c3b40fda353686306a188ffc80aced54f9b87d078d945c9814105082e047f282a50ff3f7cd604f93f8a503712e78de230c9fd061f828796ecdc865678efab10617408b359e7ac6b1b2f8de853eb1d790a6a453f61172b7f6a6489e1b8f1cbba1a7650199385df8cfe8a024c741070751dd3860b4f4906a79741788e85ea2ff95d5b09d11d27907f419afe2eb0203010001a34f304d30130603551d25040c300a06082b0601050507030130360603551d1f042f302d302ba029a0278625687474
        EAP-Message = 0x703a2f2f7777772e6578616d706c652e636f6d2f6578616d706c655f63612e63726c300d06092a864886f70d010105050003820101001c13d1f2346b27a981f3d733e55e15878839bcb6cdee0205a7ca71568c6df177b64f462425277e7e00fdab7781d9df21b99552be183a9e54baa6a65f0508a51053ac554ba048c66b0e8cf933659313f23d6f729317fc261ffbedba87c5792ac0d2c4fef42c2d064a6ad839542358a4e684be45aa158a7ed420d876a905c3c5b791a5a49722c5277effc20f1d303fff967476028df9285f02999bce81a7f09d15bc5e0d19d0d0364a7bbc057bc40d9bf5d206b3c7b42a553bec835ed7dcacb957eab6e899b89b4d
        EAP-Message = 0x0edc0ed85576b1de9acaed1f
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2657978de9e296d636f77a14
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=35, length=231
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020400061900
        State = 0x24538e0e2657978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x62447174d260874cfcd27775746a61eb
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 4 length 6
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake fragment handler
[peap] eaptls_verify returned 1
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 35 to 172.26.200.21 port 32851
        EAP-Message = 0x010503fc1940b3bff04ee8ae2e718e5d9b76a769a934de1aef7f7ca25a49a331f321ea3b49672754763fb30d690f46b16c93320004e5308204e1308203c9a003020102020900d9d5308d3b548c50300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d313430323134
        EAP-Message = 0x3032323533365a170d3135303231343032323533365a308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100a44d737f7193b8a92cca864979a173ae6ff6a8d17951b7d5af4c1614f554597de4f19e44f1a4034d335fa8d9ec34887d
        EAP-Message = 0x121d411d776e0012c5148ad8423ca57f0c64c1dfc702b5e4bc061b08e7a37c32e9633fc02a7bb4346b03002f4fca5201363a23d6d13c48513423627fd1a87adcabd9b1e74d772c629935c85cf9595e710c6ab5e16bde5a2ba113a66b352af77c37adf9347407a8f12d05d383e789c8ddcbf15bbb51e01ae76d7c94665f200ef883f821df5553a766638f71a6222a422db9f1722409768e65c011a4ca67350a37f65fd6af65f399aeea29ac49c8caa459bb550129153478b435b31ecbef5dc650cc98f65e6e793c4c3d739ac188f8eca30203010001a382013430820130301d0603551d0e0416041484dfb5805083348e8a754af4937634cd4c9b087530
        EAP-Message = 0x81c80603551d230481c03081bd801484dfb5805083348e8a754af4937634cd4c9b0875a18199a48196308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479820900d9d5308d3b548c50300c0603551d13040530030101ff30360603551d1f042f302d302ba029a0278625687474703a2f2f7777772e6578616d706c65
        EAP-Message = 0x2e636f6d2f657861
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2756978de9e296d636f77a14
Finished request 3.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=36, length=231
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020500061900
        State = 0x24538e0e2756978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x91ebecbbbf65c107eafae9ffdd524d58
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 5 length 6
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake fragment handler
[peap] eaptls_verify returned 1
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 36 to 172.26.200.21 port 32851
        EAP-Message = 0x0106012e19006d706c655f63612e63726c300d06092a864886f70d010105050003820101002b4b3b6f293b139b25f3c2795d5068c0ceb79233612564f0eea1026fb8f6181b1f5001756edeccfed340eedf36a9913432d9817ca54c9046a1637141d0fd928a7bb39c6199f6878e6ad41747a3154dea0981122da8ea7269b929150178106d0ca03f8cdb53d6f470d4014e7e03403fcb9dcf1949fa3b49823d38757f83fc88ea7529f9ffe4edaee4ad21bc22c893c0e7cda6259106d9af8ac5a6e884328afac638a1ffb02d9130ea11a27900fe188012b385dbb8310069de154bd5db2afc40ce7e8591870892b0ee591fb71c5c38f0280cfe97e754c6d4b4
        EAP-Message = 0x01dc399ce231a556808c86d2cbe3f28f82393f4fa6a4d2f8c78cf3652d442ba76bc6c39af11d972f16030100040e000000
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2055978de9e296d636f77a14
Finished request 4.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=37, length=563
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020601501980000001461603010106100001020100354711fecd4452ac3932024ca447dd3e280d5e7af4f0251846a835e36f1506e42e6200fcd7e8b74523d6ec67cc4a49a1cdfada3eacb8386b1c5a852e151d76681a9cbcaae920a4fe4eb371efd97d6ccd7e403b101a89be269e54ffc9e82d344acc87c1bd0557a555082c7095ceaf678892e2a3bb9733b4613f3322f3a001a863ba89e7f51709bdb1a6c33e8cda5b97f090ee0df95172c5dede809adcdd7258d1de7cad2a7407c70d30db10971802354a7998b2c0da310783b4bf0cb3a335a28e4f9922dc09aa134a2a01157437a21cc9dff8d3f6eac0153bc48a3eb7aa21b73c66622cef44cf69f1
        EAP-Message = 0xca4b447d4b6b3c42a5cb253a89c54441100bdce282bbe2081403010001011603010030370001e9c12443ec4e300efd36ff5e7ecb945514a7e8cd23ada70e49004b3eff4678a79dd37592aaf3cebf5708334b40
        State = 0x24538e0e2055978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x2f0e87896874f9da6d5964517a13947a
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 6 length 253
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
  TLS Length 326
[peap] Length Included
[peap] eaptls_verify returned 11
[peap] <<< TLS 1.0 Handshake [length 0106], ClientKeyExchange
[peap]     TLS_accept: SSLv3 read client key exchange A
[peap] <<< TLS 1.0 ChangeCipherSpec [length 0001]
[peap] <<< TLS 1.0 Handshake [length 0010], Finished
[peap]     TLS_accept: SSLv3 read finished A
[peap] >>> TLS 1.0 ChangeCipherSpec [length 0001]
[peap]     TLS_accept: SSLv3 write change cipher spec A
[peap] >>> TLS 1.0 Handshake [length 0010], Finished
[peap]     TLS_accept: SSLv3 write finished A
[peap]     TLS_accept: SSLv3 flush data
[peap]     (other): SSL negotiation finished successfully
SSL Connection Established
[peap] eaptls_process returned 13
[peap] EAPTLS_HANDLED
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 37 to 172.26.200.21 port 32851
        EAP-Message = 0x01070041190014030100010116030100308f8f34b324dcdb8f882a319eb431f5f2cd7a1d553bf8aa07364162334623c2d15fdce21192ecf619a4448ab6aab715ee
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2154978de9e296d636f77a14
Finished request 5.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=38, length=231
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020700061900
        State = 0x24538e0e2154978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x7fd2ece55e57bd7d7a4adf6acfdca1be
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 7 length 6
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] Received TLS ACK
[peap] ACK handshake is finished
[peap] eaptls_verify returned 3
[peap] eaptls_process returned 3
[peap] EAPTLS_SUCCESS
[peap] Session established.  Decoding tunneled attributes.
[peap] Peap state TUNNEL ESTABLISHED
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 38 to 172.26.200.21 port 32851
        EAP-Message = 0x0108002b19001703010020f5f9ef0d0f7d25a72bc4370b059c3cd441218047d35cfadb1b7941f9e53164c8
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e225b978de9e296d636f77a14
Finished request 6.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=39, length=268
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x0208002b190017030100207a3cbd5640d821be54022fe48b55af02f3fb199d4b5d31c0e63d05b3d05d9d78
        State = 0x24538e0e225b978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x0e7013abaab9e3211e6a53d348eeb27f
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 8 length 43
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established.  Decoding tunneled attributes.
[peap] Peap state WAITING FOR INNER IDENTITY
[peap] Identity - testing
[peap] Got inner identity 'testing'
[peap] Setting default EAP type for tunneled EAP session.
[peap] Got tunneled request
        EAP-Message = 0x0208000c0174657374696e67
server  {
[peap] Setting User-Name to testing
Sending tunneled request
        EAP-Message = 0x0208000c0174657374696e67
        FreeRADIUS-Proxied-To = 127.0.0.1
        User-Name = "testing"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
server inner-tunnel {
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authorize {
++[chap] = noop
++[mschap] = noop
[suffix] No '@' in User-Name = "testing", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
++update control {
++} # update control = noop
[eap] EAP packet type response id 8 length 12
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] = updated
[files] users: Matched entry testing at line 205
++[files] = ok
++[expiration] = noop
++[logintime] = noop
[pap] WARNING: Auth-Type already set.  Not setting to PAP
++[pap] = noop
+} # group authorize = updated
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authenticate {
[eap] EAP Identity
[eap] processing type mschapv2
rlm_eap_mschapv2: Issuing Challenge
++[eap] = handled
+} # group authenticate = handled
} # server inner-tunnel
[peap] Got tunneled reply code 11
        EAP-Message = 0x010900211a0109001c10a7fda796d72142ad78723596e507bdb474657374696e67
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xcaf9c3c8caf0d9b0f156d69438e0ecce
[peap] Got tunneled reply RADIUS code 11
        EAP-Message = 0x010900211a0109001c10a7fda796d72142ad78723596e507bdb474657374696e67
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xcaf9c3c8caf0d9b0f156d69438e0ecce
[peap] Got tunneled Access-Challenge
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 39 to 172.26.200.21 port 32851
        EAP-Message = 0x0109004b19001703010040b8fc62c1174d327471bdf0fd8f21bfc43f4929371abf580fd9c366d908b76b560d35cd4836de6fa0b56d0082587f4476521e0c83c1c7fd199ad3fc8170f771ed
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e235a978de9e296d636f77a14
Finished request 7.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=40, length=332
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x0209006b190017030100603cab2124382495dacb1f00715a468b657a05db6470604bbeeb8a8cc74b2f169ab73ae99716e91163ba2ebce90ecf0a11c0bcbaefe025761a502b13338ac2db09865ddebb7191dc65342c2eb7660cd4d2b4a6ee1c976035a782a002cd818b8161
        State = 0x24538e0e235a978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x20ea4a656bb00bf5c2961dc988e2cc6d
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 9 length 107
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established.  Decoding tunneled attributes.
[peap] Peap state phase2
[peap] EAP type mschapv2
[peap] Got tunneled request
        EAP-Message = 0x020900421a0209003d31c3834af38fbd1a3973a6abc87a168dda00000000000000004e5c9902e0dd1d5282922cb7e5614ff7bd8a9c46671a14130074657374696e67
server  {
[peap] Setting User-Name to testing
Sending tunneled request
        EAP-Message = 0x020900421a0209003d31c3834af38fbd1a3973a6abc87a168dda00000000000000004e5c9902e0dd1d5282922cb7e5614ff7bd8a9c46671a14130074657374696e67
        FreeRADIUS-Proxied-To = 127.0.0.1
        User-Name = "testing"
        State = 0xcaf9c3c8caf0d9b0f156d69438e0ecce
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
server inner-tunnel {
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authorize {
++[chap] = noop
++[mschap] = noop
[suffix] No '@' in User-Name = "testing", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
++update control {
++} # update control = noop
[eap] EAP packet type response id 9 length 66
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] = updated
[files] users: Matched entry testing at line 205
++[files] = ok
++[expiration] = noop
++[logintime] = noop
[pap] WARNING: Auth-Type already set.  Not setting to PAP
++[pap] = noop
+} # group authorize = updated
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/mschapv2
[eap] processing type mschapv2
[mschapv2] # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
[mschapv2] +group MS-CHAP {
[mschap] Creating challenge hash with username: testing
[mschap] Client is using MS-CHAPv2 for testing, we need NT-Password
[mschap] adding MS-CHAPv2 MPPE keys
++[mschap] = ok
+} # group MS-CHAP = ok
MSCHAP Success
++[eap] = handled
+} # group authenticate = handled
} # server inner-tunnel
[peap] Got tunneled reply code 11
        EAP-Message = 0x010a00331a0309002e533d45324139383238414134413235434332353034453132363738353637324646394646333833454131
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xcaf9c3c8cbf3d9b0f156d69438e0ecce
[peap] Got tunneled reply RADIUS code 11
        EAP-Message = 0x010a00331a0309002e533d45324139383238414134413235434332353034453132363738353637324646394646333833454131
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0xcaf9c3c8cbf3d9b0f156d69438e0ecce
[peap] Got tunneled Access-Challenge
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 40 to 172.26.200.21 port 32851
        EAP-Message = 0x010a005b19001703010050037faa2bb0424bd1d5ef42bd9a6163e25a8fb6e65939fc1d6b516c6238c9b3b7c73818be9323245a6146e2da8d46e2a953c7f6a1a8063c3e0a782c06dd492affb0bf280e771bb9ae1fd902527f703d66
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2c59978de9e296d636f77a14
Finished request 8.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=41, length=268
        User-Name = "anonymous"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020a002b19001703010020a5a51c0d432bcce3caf83f433a120053609b4cfd69ca210616bfef61bbe7f84c
        State = 0x24538e0e2c59978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0xae93bb6b0f4db080ed6b15e9fae82a65
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "anonymous", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 10 length 43
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/peap
[eap] processing type peap
[peap] processing EAP-TLS
[peap] eaptls_verify returned 7
[peap] Done initial handshake
[peap] eaptls_process returned 7
[peap] EAPTLS_OK
[peap] Session established.  Decoding tunneled attributes.
[peap] Peap state phase2
[peap] EAP type mschapv2
[peap] Got tunneled request
        EAP-Message = 0x020a00061a03
server  {
[peap] Setting User-Name to testing
Sending tunneled request
        EAP-Message = 0x020a00061a03
        FreeRADIUS-Proxied-To = 127.0.0.1
        User-Name = "testing"
        State = 0xcaf9c3c8cbf3d9b0f156d69438e0ecce
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
server inner-tunnel {
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authorize {
++[chap] = noop
++[mschap] = noop
[suffix] No '@' in User-Name = "testing", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
++update control {
++} # update control = noop
[eap] EAP packet type response id 10 length 6
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] = updated
[files] users: Matched entry testing at line 205
++[files] = ok
++[expiration] = noop
++[logintime] = noop
[pap] WARNING: Auth-Type already set.  Not setting to PAP
++[pap] = noop
+} # group authorize = updated
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group authenticate {
[eap] Request found, released from the list
[eap] EAP/mschapv2
[eap] processing type mschapv2
[eap] Freeing handler
++[eap] = ok
+} # group authenticate = ok
# Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
+group post-auth {
++update outer.reply {
        expand: %{request:User-Name} -> testing
++} # update outer.reply = noop
+} # group post-auth = noop
} # server inner-tunnel
[peap] Got tunneled reply code 2
        MS-MPPE-Encryption-Policy = 0x00000001
        MS-MPPE-Encryption-Types = 0x00000006
        MS-MPPE-Send-Key = 0x3e1929411cc388613d0f491241eb371d
        MS-MPPE-Recv-Key = 0xe644ea685a61f3571b4d9ea5b59cd75c
        EAP-Message = 0x030a0004
        Message-Authenticator = 0x00000000000000000000000000000000
        User-Name = "testing"
[peap] Got tunneled reply RADIUS code 2
        MS-MPPE-Encryption-Policy = 0x00000001
        MS-MPPE-Encryption-Types = 0x00000006
        MS-MPPE-Send-Key = 0x3e1929411cc388613d0f491241eb371d
        MS-MPPE-Recv-Key = 0xe644ea685a61f3571b4d9ea5b59cd75c
        EAP-Message = 0x030a0004
        Message-Authenticator = 0x00000000000000000000000000000000
        User-Name = "testing"
[peap] Tunneled authentication was successful.
[peap] SUCCESS
[peap] Saving tunneled attributes for later
++[eap] = handled
+} # group authenticate = handled
Sending Access-Challenge of id 41 to 172.26.200.21 port 32851
        User-Name = "testing"
        EAP-Message = 0x010b002b190017030100202bb9cd43944dfa8e1f9d007a536adca6741cf5b580a44ea14d5cee57931b8e18
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x24538e0e2d58978de9e296d636f77a14
Finished request 9.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 172.26.200.21 port 32851, id=42, length=266
        User-Name = "testing"
        NAS-IP-Address = 172.26.200.21
        NAS-IPv6-Address = ::1
        NAS-Port = 0
        NAS-Identifier = "172.26.200.21"
        NAS-Port-Type = Wireless-802.11
        Calling-Station-Id = "0A6801680168"
        Called-Station-Id = "000B866E65BC"
        Service-Type = Login-User
        Framed-MTU = 1100
        EAP-Message = 0x020b002b1900170301002070200b195449d83b7824ec475abee53a4dcb8675b4a39988dc1ef06d35c17458
        State = 0x24538e0e2d58978de9e296d636f77a14
        Aruba-Essid-Name = "WIFI"
        Aruba-Location-Id = "d8:c7:c8:c7:61:76"
        Aruba-AP-Group = "AP"
        Aruba-Device-Type = "Win 7"
        Message-Authenticator = 0x9a2734ed036f81ea56f3904a4c801750
# Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] No '@' in User-Name = "testing", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] = noop
[eap] EAP packet type response id 11 length 43
[eap] Continuing tunnel setup.
++[eap] = ok
+} # group authorize = ok
Found Auth-Type = EAP
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group authenticate {
[eap] Request found, released from the list
[eap] Identity does not match User-Name.  Authentication failed.
[eap] Failed in handler
++[eap] = invalid
+} # group authenticate = invalid
Failed to authenticate the user.
Using Post-Auth-Type REJECT
# Executing group from file /usr/local/etc/raddb/sites-enabled/default
+group REJECT {
[attr_filter.access_reject]     expand: %{User-Name} -> testing
attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] = updated
+} # group REJECT = updated
Delaying reject of request 10 for 1 seconds
Going to the next request
Waking up in 0.9 seconds.
Sending delayed reject for request 10
Sending Access-Reject of id 42 to 172.26.200.21 port 32851
Waking up in 3.8 seconds.
Cleaning up request 0 ID 32 with timestamp +14
Cleaning up request 1 ID 33 with timestamp +14
Cleaning up request 2 ID 34 with timestamp +14
Cleaning up request 3 ID 35 with timestamp +14
Cleaning up request 4 ID 36 with timestamp +14
Cleaning up request 5 ID 37 with timestamp +14
Cleaning up request 6 ID 38 with timestamp +14
Cleaning up request 7 ID 39 with timestamp +14
Cleaning up request 8 ID 40 with timestamp +14
Cleaning up request 9 ID 41 with timestamp +14
Waking up in 1.0 seconds.
Cleaning up request 10 ID 42 with timestamp +14
Ready to process requests.

