FreeRADIUS Version 2.1.1, for host i686-pc-linux-gnu, built on Oct 15 2008 at 03:59:11 Copyright (C) 1999-2008 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 v2. Starting - reading configuration files ... including configuration file /usr/local/radius/etc/raddb/radiusd.conf including configuration file /usr/local/radius/etc/raddb/proxy.conf including configuration file /usr/local/radius/etc/raddb/clients.conf including files in directory /usr/local/radius/etc/raddb/modules/ including configuration file /usr/local/radius/etc/raddb/modules/preprocess including configuration file /usr/local/radius/etc/raddb/modules/krb5 including configuration file /usr/local/radius/etc/raddb/modules/counter including configuration file /usr/local/radius/etc/raddb/modules/unix including configuration file /usr/local/radius/etc/raddb/modules/mschap including configuration file /usr/local/radius/etc/raddb/modules/always including configuration file /usr/local/radius/etc/raddb/modules/expiration including configuration file /usr/local/radius/etc/raddb/modules/policy including configuration file /usr/local/radius/etc/raddb/modules/mac2vlan including configuration file /usr/local/radius/etc/raddb/modules/sql_log including configuration file /usr/local/radius/etc/raddb/modules/acct_unique including configuration file /usr/local/radius/etc/raddb/modules/chap including configuration file /usr/local/radius/etc/raddb/modules/pap including configuration file /usr/local/radius/etc/raddb/modules/checkval including configuration file /usr/local/radius/etc/raddb/modules/smbpasswd including configuration file /usr/local/radius/etc/raddb/modules/sradutmp including configuration file /usr/local/radius/etc/raddb/modules/radutmp including configuration file /usr/local/radius/etc/raddb/modules/files including configuration file /usr/local/radius/etc/raddb/modules/ippool including configuration file /usr/local/radius/etc/raddb/modules/attr_rewrite including configuration file /usr/local/radius/etc/raddb/modules/mac2ip including configuration file /usr/local/radius/etc/raddb/modules/expr including configuration file /usr/local/radius/etc/raddb/modules/logintime including configuration file /usr/local/radius/etc/raddb/modules/pam including configuration file /usr/local/radius/etc/raddb/modules/passwd including configuration file /usr/local/radius/etc/raddb/modules/linelog including configuration file /usr/local/radius/etc/raddb/modules/inner-eap including configuration file /usr/local/radius/etc/raddb/modules/digest including configuration file /usr/local/radius/etc/raddb/modules/attr_filter including configuration file /usr/local/radius/etc/raddb/modules/echo including configuration file /usr/local/radius/etc/raddb/modules/detail.example.com including configuration file /usr/local/radius/etc/raddb/modules/detail.log including configuration file /usr/local/radius/etc/raddb/modules/etc_group including configuration file /usr/local/radius/etc/raddb/modules/realm including configuration file /usr/local/radius/etc/raddb/modules/wimax including configuration file /usr/local/radius/etc/raddb/modules/exec including configuration file /usr/local/radius/etc/raddb/modules/detail including configuration file /usr/local/radius/etc/raddb/modules/ldap including configuration file /usr/local/radius/etc/raddb/eap.conf including configuration file /usr/local/radius/etc/raddb/sql.conf including configuration file /usr/local/radius/etc/raddb/sql/mysql/dialup.conf including configuration file /usr/local/radius/etc/raddb/sql/mysql/counter.conf including configuration file /usr/local/radius/etc/raddb/policy.conf including files in directory /usr/local/radius/etc/raddb/sites-enabled/ including configuration file /usr/local/radius/etc/raddb/sites-enabled/inner-tunnel including configuration file /usr/local/radius/etc/raddb/sites-enabled/default including dictionary file /usr/local/radius/etc/raddb/dictionary main { prefix = "/usr/local/radius" localstatedir = "/usr/local/radius/var" logdir = "/usr/local/radius/var/log/radius" libdir = "/usr/local/radius/lib" radacctdir = "/usr/local/radius/var/log/radius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 1024 allow_core_dumps = no pidfile = "/usr/local/radius/var/run/radiusd/radiusd.pid" checkrad = "/usr/local/radius/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 } } client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" } client 192.168.5.0/24 { require_message_authenticator = no secret = "testing123" shortname = "WLAN" } 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 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 } home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } radiusd: #### Instantiating modules #### instantiate { Module: Linked to module rlm_exec Module: Instantiating exec exec { wait = no input_pairs = "request" shell_escape = yes } Module: Linked to module rlm_expr Module: Instantiating expr Module: Linked to module rlm_expiration Module: Instantiating expiration expiration { reply-message = "Password Has Expired " } Module: Linked to module rlm_logintime Module: Instantiating logintime logintime { reply-message = "You are calling outside your allowed timespan " minimum-timeout = 60 } } radiusd: #### Loading Virtual Servers #### server inner-tunnel { modules { Module: Checking authenticate {...} for more modules to load Module: Linked to module rlm_pap Module: Instantiating pap pap { encryption_scheme = "auto" auto_header = no } Module: Linked to module rlm_chap Module: Instantiating chap Module: Linked to module rlm_mschap Module: Instantiating mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = no } Module: Linked to module rlm_unix Module: Instantiating unix unix { radwtmp = "/usr/local/radius/var/log/radius/radwtmp" } Module: Linked to module rlm_eap Module: Instantiating eap eap { default_eap_type = "peap" timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no max_sessions = 2048 } 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 pem_file_type = yes private_key_file = "/usr/local/radius/etc/raddb/certs/server.pem" certificate_file = "/usr/local/radius/etc/raddb/certs/server.pem" CA_file = "/usr/local/radius/etc/raddb/certs/ca.pem" private_key_password = "whatever" dh_file = "/usr/local/radius/etc/raddb/certs/dh" random_file = "/usr/local/radius/etc/raddb/certs/random" fragment_size = 1024 include_length = yes check_crl = no cipher_list = "DEFAULT" cache { enable = no lifetime = 24 max_entries = 255 } } Module: Linked to sub-module rlm_eap_ttls Module: Instantiating eap-ttls ttls { default_eap_type = "md5" copy_request_to_tunnel = no use_tunneled_reply = no virtual_server = "inner-tunnel" } Module: Linked to sub-module rlm_eap_peap Module: Instantiating eap-peap peap { default_eap_type = "md5" copy_request_to_tunnel = no use_tunneled_reply = no proxy_tunneled_request_as_eap = yes virtual_server = "inner-tunnel" } Module: Linked to sub-module rlm_eap_mschapv2 Module: Instantiating eap-mschapv2 mschapv2 { with_ntdomain_hack = no } Module: Checking authorize {...} for more modules to load Module: Linked to module rlm_realm Module: Instantiating suffix realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } Module: Linked to module rlm_files Module: Instantiating files files { usersfile = "/usr/local/radius/etc/raddb/users" acctusersfile = "/usr/local/radius/etc/raddb/acct_users" preproxy_usersfile = "/usr/local/radius/etc/raddb/preproxy_users" compat = "no" } Module: Checking session {...} for more modules to load Module: Linked to module rlm_radutmp Module: Instantiating radutmp radutmp { filename = "/usr/local/radius/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: Linked to module rlm_attr_filter Module: Instantiating attr_filter.access_reject attr_filter attr_filter.access_reject { attrsfile = "/usr/local/radius/etc/raddb/attrs.access_reject" key = "%{User-Name}" } } } modules { Module: Checking authenticate {...} for more modules to load Module: Checking authorize {...} for more modules to load Module: Linked to module rlm_preprocess Module: Instantiating preprocess preprocess { huntgroups = "/usr/local/radius/etc/raddb/huntgroups" hints = "/usr/local/radius/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 } Module: Checking preacct {...} for more modules to load Module: Linked to module rlm_acct_unique Module: Instantiating acct_unique acct_unique { key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port" } Module: Checking accounting {...} for more modules to load Module: Linked to module rlm_detail Module: Instantiating detail detail { detailfile = "/usr/local/radius/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" header = "%t" detailperm = 384 dirperm = 493 locking = no log_packet_header = no } Module: Instantiating attr_filter.accounting_response attr_filter attr_filter.accounting_response { attrsfile = "/usr/local/radius/etc/raddb/attrs.accounting_response" key = "%{User-Name}" } 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 } radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 } listen { type = "acct" ipaddr = * port = 0 } Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on proxy address * port 1814 Ready to process requests. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=160, length=169 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x0200000b01636c69656e74 Message-Authenticator = 0xa33e25c5667521a5f32fdeda211d575c +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 0 length 11 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated ++[unix] returns notfound [files] users: Matched entry client at line 96 ++[files] returns ok ++[expiration] returns noop ++[logintime] returns noop [pap] Found existing Auth-Type, not changing it. ++[pap] returns noop Found Auth-Type = EAP +- entering group authenticate {...} [eap] EAP Identity [eap] processing type tls [tls] Initiate [tls] Start returned 1 ++[eap] returns handled Sending Access-Challenge of id 160 to 192.168.5.199 port 1028 Reply-Message = "Hello, client" EAP-Message = 0x010100061920 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b4dd34f0aa3252abf87ba12f Finished request 0. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=161, length=276 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x0201006419800000005a1603010055010000510301490edfd14efdce5be1299ba14a2767edafe3125e92eb72f9adcc3463e073124300002a00160013006600150012000a0005000400070009006300650060006200610064001400110003000600080100 State = 0xb4dc2dc8b4dd34f0aa3252abf87ba12f Message-Authenticator = 0x029ba024cf615edc9587808a9354e6ec +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 1 length 100 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP/peap [eap] processing type peap [peap] processing EAP-TLS TLS Length 90 [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 0055], ClientHello [peap] TLS_accept: SSLv3 read client hello A [peap] >>> TLS 1.0 Handshake [length 002a], ServerHello [peap] TLS_accept: SSLv3 write server hello A [peap] >>> TLS 1.0 Handshake [length 085e], Certificate [peap] TLS_accept: SSLv3 write certificate A [peap] >>> TLS 1.0 Handshake [length 020d], ServerKeyExchange [peap] TLS_accept: SSLv3 write key exchange 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] returns handled Sending Access-Challenge of id 161 to 192.168.5.199 port 1028 EAP-Message = 0x0102040019c000000aad160301002a020000260301490e84f09784264a77f3977f0ac1372dbc7933087749c70ad117acc6000ace7e00001600160301085e0b00085a0008570003a6308203a23082028aa003020102020101300d06092a864886f70d0101040500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479 EAP-Message = 0x301e170d3038313031343232333334365a170d3039313031343232333334365a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100dafe6cffec28472f8235792f34da8866ee3a05eb5495478eb170f3e316886f86ed9163b571d1fefe8c23f9ab52d7fe3cf78fb57eec2a5c422e4bcc9ad0e8 EAP-Message = 0x25b6cecb691d5d9a8e76977ee1f9ebece572c7bad2c25d0bed2be00913b0e1f9ca7e21d35265d22a2d6bd0b116dcba9586344395ae4bce9b87c6c84f4180f7dae3fb28863e7006092ee1ab51e1cf2b9d34262ea7a711b2a2f41498a99b26dae643b195500d7c84eb35743ec1941fbc065b281781c49a355b7a7b373778485425f0c3d488fccbebd95b1b95c5963259eaa36916b028c79c4046ec1a46f5a82b578cd1b0679d911cbab8ae7895eba49bd821e3804fe05485b339f5dd3549bfb5a681e10203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d010104050003820101004091d2fd0b833224be EAP-Message = 0x9764348b7c0808171b5cfe2c509ba90817a4a4fe8a1f59c135b9171cc8c5e06d62cd7a1dd0e38f4d05c6e293654d36a4a3307568cc00a3abe3d954d6ed0e2f073ee44ac699775221b0f7b6a15d9f0f7e28057c01580129736864bedc411f922e613b62633e7d87d5b2304ac3a37d4264e3e2c0a71ab85e0f1ef4afe882bd3dba184ce8d372b39afcfe5491bcbfc935829b68c9ddb5b891878faac48dd138719cafcc32062a0f3dd1706211bc2ce5ffaf7947971a0e046534a9aa5102c554e071b9121159a74326b1db8b199b2db6d9059baa2772857fab6eed7ab2cdde4c66430724856a660969008cf43df2ba8e5ce7eb2f22eb0ab87e0004ab308204 EAP-Message = 0xa73082038fa0030201020209 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b5de34f0aa3252abf87ba12f Finished request 1. Going to the next request Waking up in 4.8 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=162, length=182 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020200061900 State = 0xb4dc2dc8b5de34f0aa3252abf87ba12f Message-Authenticator = 0x517921a010aaa22b561d894467c187f6 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 2 length 6 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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] returns handled Sending Access-Challenge of id 162 to 192.168.5.199 port 1028 EAP-Message = 0x010303fc194000e358ff266427a3dd300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d3038313031343232333334365a170d3038313131333232333334365a308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504 EAP-Message = 0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100cf5fdd85362a3a7e80cb6fc1a86f2c2e601caa332276f16ca874929e964562f4a7fea4be42cddc7e48509dec567663524213a73c969c51049339c031cd1ac21e6c06b83bd7e59e87f77c149d73da327990fc6e2c78dc0871437430ee71e46da79fc449eebe003e0f973a4b68a9833e EAP-Message = 0x242a80ca24d0b4f3cce7fab54fa02fb31070be439159b3982b115f7d3250b7e512e5220827aacff9d5036dfb0ab4277fa250607fd3923ce5bfd561573c5ccc8b15613ce45cad9ccad3336d3d6c865f08a18504bb2e7c5fd3699e48ce2e7140abf2407fb38212fac658d1a27e8f9e0341c50754b42cd3f6e6fc528e7d277139ea4e36e51fb0b2d2216fce33a2e585857f550203010001a381fb3081f8301d0603551d0e04160414b1ca5a2d8c6d48cbaa188a838ee32984bea6da053081c80603551d230481c03081bd8014b1ca5a2d8c6d48cbaa188a838ee32984bea6da05a18199a48196308193310b3009060355040613024652310f300d06035504 EAP-Message = 0x0813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479820900e358ff266427a3dd300c0603551d13040530030101ff300d06092a864886f70d01010505000382010100cb030668f187cc6027eb2ec47f0a386ea477bc775193fa62c6fb6182facf6cbc8861060373101b13ad13284195f045b1730c69782ef6765b57c897199cd64ae1b9110e4d7748ea3b3b62bef8d4ca9cc0fe4e EAP-Message = 0xf7da5014e426f0a6 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b6df34f0aa3252abf87ba12f Finished request 2. Going to the next request Waking up in 4.8 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=163, length=182 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020300061900 State = 0xb4dc2dc8b6df34f0aa3252abf87ba12f Message-Authenticator = 0xbf4fb37006e9bb797b565a2f1938669b +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 3 length 6 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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] returns handled Sending Access-Challenge of id 163 to 192.168.5.199 port 1028 EAP-Message = 0x010402c719004e071ea95e3d7726e47f44c7cada8299cb134d5f0fbc491f7a1b8dcf8b014cc36f95a4d15cddcc861f2fa61c5433d2f417cdceda75620bd687128300957c99c8e8a1ed728f992ad98187abb16d10be7f4728242a89d18cf3b909fc50ea7b0044e32483860426732d83c107bc648fa7326fc71665dfa6cf60108aaaa8713b4f36b9a942fdf56e5ca530bace2a81b8db083bc3015d0cd19db23d09c59b765f3bf182ac28b46327160301020d0c0002090080ca6b6b090d42dbd654e500e15188e1f8db31d77b18d37bae34d299d06c5e6b5a59b670a81389f7101ee8b070444fb8587b8d26e797175d316e46411dbd7d700ac3fbe0b85496 EAP-Message = 0xcae6ec2286040c046c79931d291755387e002808e0d95d2c0276f20623955173768285a1e80665364ff7971f05d91421dbcac745d421f74d287300010200802fcfc24aeee27e88e2d4c4b290e9771625e293bfaaeb2947d41354cef08bfbe077bb7c0c69e45fc7d1e638ed600a100a8eaa974ec905634b32c7eace92971331476998c916e59dd5a12f4ee242765b928fb58600e29f1d338d2e7e15d450dc71cb2db7720f9c8a15712fdf77d2414d2521db37e62f7207a3c0510e0d6be2583d0100d54dc6ce1dd13ebfe41e42d06c6b03f775380068bea9a46b692a99b16bfbf69ff19722b0c2d9461fcf8754fb45d423550e125474530638280eb55713 EAP-Message = 0x7263029f77eab60c8c20838777f0dee679686f16da0f3439dad873c21d289db4ec8065a663ec88ca78cee358f3ac2748c293ec49aada5bfc34dc142c77183e1c05aa3b27ce298fe8357aae5b16380eaf026b35bbf218a2389f530fb84a275bf27d63da281f747f9f6c72043d5379b0890e7fa8d1a30059b2ecb53f2224c52a888ed68a6f509ce1792ec767285effbb51b9e49173f89f2db8b068df8ea788534bad381ac4aaece49e575e311b835ec0668ca2b904dbd948b345cd90edf10be2df57b97d4416030100040e000000 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b7d834f0aa3252abf87ba12f Finished request 3. Going to the next request Waking up in 4.8 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=164, length=376 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020400c81980000000be16030100861000008200809c378ca3d165c068a66c01c0b32195a958a6f9534eb90fe708e1efea1d21fc1b45528081d9b726819fd6af737f7dd99747b52b23e73480e20cc4517028d63ca78f130f213bacd6516dc65332ebe2f058d422850be78efbfdf2979409030b9cd5efb98af285981b210765e0068803d846b2dc619dfb41462c64ec730f0dc810cc1403010001011603010028c1dc97f4bc5e2ebe1c4d5f087a1f4c29f9e579e24a66eba87efdfe54747fe42e292498a9469a95c5 State = 0xb4dc2dc8b7d834f0aa3252abf87ba12f Message-Authenticator = 0x86a43c07ac1b4a787e125f2961eb7bc8 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 4 length 200 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP/peap [eap] processing type peap [peap] processing EAP-TLS TLS Length 190 [peap] Length Included [peap] eaptls_verify returned 11 [peap] <<< TLS 1.0 Handshake [length 0086], 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] returns handled Sending Access-Challenge of id 164 to 192.168.5.199 port 1028 EAP-Message = 0x01050039190014030100010116030100280b2b9ee381945add52947759847dcf6cb01264df44ebaac39b805680f316435fb8a0f2f06191fcdb Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b0d934f0aa3252abf87ba12f Finished request 4. Going to the next request Waking up in 4.6 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=165, length=182 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020500061900 State = 0xb4dc2dc8b0d934f0aa3252abf87ba12f Message-Authenticator = 0xb59699ba47422b60ba457c9f5b1c79f3 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 5 length 6 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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 ++[eap] returns handled Sending Access-Challenge of id 165 to 192.168.5.199 port 1028 EAP-Message = 0x0106002b190017030100204f87d0391b8c51e210c49c74239861dbadbdbaae112bcbde2d78142f19c3ef7d Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b1da34f0aa3252abf87ba12f Finished request 5. Going to the next request Waking up in 4.6 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=166, length=248 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020600481900170301001894beaf86349fd6110d763ef0a99d5216220ac3962f7bf4d317030100207b3d39d9ae75a51376d86033656e04d31ee839f26d2d61ae0c681b93b65ea5c3 State = 0xb4dc2dc8b1da34f0aa3252abf87ba12f Message-Authenticator = 0x2dd6a70f1b3d44a68fc72d6bcb74380a +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 6 length 72 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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] Identity - client [peap] Got tunnled request EAP-Message = 0x0206000b01636c69656e74 server (null) { PEAP: Got tunneled identity of client PEAP: Setting default EAP type for tunneled EAP session. PEAP: Setting User-Name to client Sending tunneled request EAP-Message = 0x0206000b01636c69656e74 FreeRADIUS-Proxied-To = 127.0.0.1 User-Name = "client" server inner-tunnel { +- entering group authorize {...} ++[chap] returns noop ++[mschap] returns noop ++[unix] returns notfound [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop ++[control] returns noop [eap] EAP packet type response id 6 length 11 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated [files] users: Matched entry client at line 96 ++[files] returns ok ++[expiration] returns noop ++[logintime] returns noop [pap] Found existing Auth-Type, not changing it. ++[pap] returns noop Found Auth-Type = EAP +- entering group authenticate {...} [eap] EAP Identity [eap] processing type md5 rlm_eap_md5: Issuing Challenge ++[eap] returns handled } # server inner-tunnel [peap] Got tunneled reply code 11 Reply-Message = "Hello, client" EAP-Message = 0x0107001604105a01ea4466c731d8052af0e549017ddc Message-Authenticator = 0x00000000000000000000000000000000 State = 0xadc091c0adc7957d1bbee5778092b49d [peap] Got tunneled reply RADIUS code 11 Reply-Message = "Hello, client" EAP-Message = 0x0107001604105a01ea4466c731d8052af0e549017ddc Message-Authenticator = 0x00000000000000000000000000000000 State = 0xadc091c0adc7957d1bbee5778092b49d [peap] Got tunneled Access-Challenge ++[eap] returns handled Sending Access-Challenge of id 166 to 192.168.5.199 port 1028 EAP-Message = 0x010700331900170301002828af05644b240de6d3dfe33a113141c54d263a9cdbee545015db304d6bbc632540a60b408f071da0 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b2db34f0aa3252abf87ba12f Finished request 6. Going to the next request Waking up in 4.6 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=167, length=256 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x020700501900170301001801a4d52c86236b4c6da030de3ff1b9ed81a368d6430868c61703010028655a51d9a742dec003f7c0fd1a2434d0c1b21f6a44e4d08bdfe93d75907154a76e5e1e67632ce31c State = 0xb4dc2dc8b2db34f0aa3252abf87ba12f Message-Authenticator = 0x4678d73ad4ba3c69fd6d9aa2fe1cdac4 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 7 length 80 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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] EAP type md5 [peap] Got tunnled request EAP-Message = 0x02070016041024aa7336cce1ecfa7c951d2e1b1972b5 server (null) { PEAP: Setting User-Name to client Sending tunneled request EAP-Message = 0x02070016041024aa7336cce1ecfa7c951d2e1b1972b5 FreeRADIUS-Proxied-To = 127.0.0.1 User-Name = "client" State = 0xadc091c0adc7957d1bbee5778092b49d server inner-tunnel { +- entering group authorize {...} ++[chap] returns noop ++[mschap] returns noop ++[unix] returns notfound [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop ++[control] returns noop [eap] EAP packet type response id 7 length 22 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated [files] users: Matched entry client at line 96 ++[files] returns ok ++[expiration] returns noop ++[logintime] returns noop [pap] Found existing Auth-Type, not changing it. ++[pap] returns noop Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP/md5 [eap] processing type md5 [eap] Freeing handler ++[eap] returns reject Failed to authenticate the user. } # server inner-tunnel [peap] Got tunneled reply code 3 Reply-Message = "Hello, client" EAP-Message = 0x04070004 Message-Authenticator = 0x00000000000000000000000000000000 [peap] Got tunneled reply RADIUS code 3 Reply-Message = "Hello, client" EAP-Message = 0x04070004 Message-Authenticator = 0x00000000000000000000000000000000 [peap] Tunneled authentication was rejected. [peap] FAILURE ++[eap] returns handled Sending Access-Challenge of id 167 to 192.168.5.199 port 1028 EAP-Message = 0x0108002b1900170301002057e0218b512506204d08f7cb9007d575c6d755a575e71c2d34637b830f4fe250 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xb4dc2dc8b3d434f0aa3252abf87ba12f Finished request 7. Going to the next request Waking up in 4.6 seconds. rad_recv: Access-Request packet from host 192.168.5.199 port 1028, id=168, length=248 User-Name = "client" NAS-IP-Address = 192.168.5.199 NAS-Identifier = "test.5gwireless.com" NAS-Port = 0 Called-Station-Id = "00-0B-6B-87-01-BD:test" Calling-Station-Id = "00-1C-F0-9B-64-E5" Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 Connect-Info = "CONNECT 0Mbps 802.11" EAP-Message = 0x02080048190017030100186ff560e559e876ad452fc99c16a34fe801506f3aef42b8511703010020890af471c96f9e6af72acd7887bbb73df39760e2054b028362f0b6b90548c40a State = 0xb4dc2dc8b3d434f0aa3252abf87ba12f Message-Authenticator = 0xbb363fc4b6d3197f00e81ec2d801c720 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "client", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] EAP packet type response id 8 length 72 [eap] Continuing tunnel setup. ++[eap] returns ok Found Auth-Type = EAP +- entering 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] Received EAP-TLV response. [peap] Had sent TLV failure. User was rejected earlier in this session. [eap] Handler failed in EAP/peap [eap] Failed in EAP select ++[eap] returns invalid Failed to authenticate the user. Using Post-Auth-Type Reject +- entering group REJECT {...} [attr_filter.access_reject] expand: %{User-Name} -> client attr_filter: Matched entry DEFAULT at line 11 ++[attr_filter.access_reject] returns updated Delaying reject of request 8 for 1 seconds Going to the next request Waking up in 0.9 seconds. Sending delayed reject for request 8 Sending Access-Reject of id 168 to 192.168.5.199 port 1028 EAP-Message = 0x04080004 Message-Authenticator = 0x00000000000000000000000000000000 Waking up in 3.6 seconds. Cleaning up request 0 ID 160 with timestamp +28 Waking up in 0.1 seconds. Cleaning up request 1 ID 161 with timestamp +28 Cleaning up request 2 ID 162 with timestamp +29 Cleaning up request 3 ID 163 with timestamp +29 Waking up in 0.1 seconds. Cleaning up request 4 ID 164 with timestamp +29 Cleaning up request 5 ID 165 with timestamp +29 Cleaning up request 6 ID 166 with timestamp +29 Cleaning up request 7 ID 167 with timestamp +29 Waking up in 1.0 seconds. Cleaning up request 8 ID 168 with timestamp +29 Ready to process requests.