Hi to all, I have a problem using freeradius 2.1.8. I have an auth server that is a Communigate 5.3 mail server. I'd want my windows clients can use a PEAP/MSCHAPv2 default auth schema but it seems not working. With TTLS/PAP-MSCHAPv1 it works fine (but I have to install SecureW2 software). This is my configuration and the response when I try to connect FreeRADIUS Version 2.1.8, for host x86_64-pc-linux-gnu, built on Jan 5 2010 at 02:56:18 Copyright (C) 1999-2009 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 /etc/freeradius/radiusd.conf including configuration file /etc/freeradius/proxy.conf including configuration file /etc/freeradius/clients.conf including files in directory /etc/freeradius/modules/ including configuration file /etc/freeradius/modules/perl including configuration file /etc/freeradius/modules/ldap including configuration file /etc/freeradius/modules/ntlm_auth including configuration file /etc/freeradius/modules/krb5 including configuration file /etc/freeradius/modules/wimax including configuration file /etc/freeradius/modules/detail.example.com including configuration file /etc/freeradius/modules/realm including configuration file /etc/freeradius/modules/echo including configuration file /etc/freeradius/modules/exec including configuration file /etc/freeradius/modules/digest including configuration file /etc/freeradius/modules/etc_group including configuration file /etc/freeradius/modules/unix including configuration file /etc/freeradius/modules/counter including configuration file /etc/freeradius/modules/attr_rewrite including configuration file /etc/freeradius/modules/smbpasswd including configuration file /etc/freeradius/modules/logintime including configuration file /etc/freeradius/modules/mschap including configuration file /etc/freeradius/modules/mac2vlan including configuration file /etc/freeradius/modules/chap including configuration file /etc/freeradius/modules/inner-eap including configuration file /etc/freeradius/modules/cui including configuration file /etc/freeradius/modules/expiration including configuration file /etc/freeradius/modules/passwd including configuration file /etc/freeradius/modules/always including configuration file /etc/freeradius/modules/expr including configuration file /etc/freeradius/modules/checkval including configuration file /etc/freeradius/modules/mac2ip including configuration file /etc/freeradius/modules/ippool including configuration file /etc/freeradius/modules/policy including configuration file /etc/freeradius/modules/sradutmp including configuration file /etc/freeradius/modules/attr_filter including configuration file /etc/freeradius/modules/radutmp including configuration file /etc/freeradius/modules/acct_unique including configuration file /etc/freeradius/modules/detail.log including configuration file /etc/freeradius/modules/preprocess including configuration file /etc/freeradius/modules/pap including configuration file /etc/freeradius/modules/linelog including configuration file /etc/freeradius/modules/files including configuration file /etc/freeradius/modules/sql_log including configuration file /etc/freeradius/modules/pam including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login including configuration file /etc/freeradius/modules/otp including configuration file /etc/freeradius/modules/detail including configuration file /etc/freeradius/modules/smsotp including configuration file /etc/freeradius/eap.conf including configuration file /etc/freeradius/policy.conf including files in directory /etc/freeradius/sites-enabled/ including configuration file /etc/freeradius/sites-enabled/default including configuration file /etc/freeradius/sites-enabled/inner-tunnel main { user = "freerad" group = "freerad" allow_core_dumps = no } including dictionary file /etc/freeradius/dictionary main { prefix = "/usr" localstatedir = "/var" logdir = "/var/log/freeradius" libdir = "/usr/lib/freeradius" radacctdir = "/var/log/freeradius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 1024 pidfile = "/var/run/freeradius/freeradius.pid" checkrad = "/usr/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 = no 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 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 { } realm mail.sns.it { authhost = LOCAL accthost = LOCAL } realm mail.sns.it.veramente { authhost = mail.sns.it:1812 secret = XXXXX } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" } client test { ipaddr = 192.168.0.0 netmask = 0 require_message_authenticator = no secret = "pulcinella" shortname = "private-network-2" } 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 = yes } 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 = "/var/log/freeradius/radwtmp" } Module: Linked to module rlm_eap Module: Instantiating eap 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 pem_file_type = yes private_key_file = "/etc/freeradius/certs/server.key" certificate_file = "/etc/freeradius/certs/server.pem" CA_file = "/etc/freeradius/certs/ca.pem" private_key_password = "whatever" dh_file = "/etc/freeradius/certs/dh" random_file = "/etc/freeradius/certs/random" fragment_size = 1024 include_length = yes check_crl = no cipher_list = "DEFAULT" make_cert_command = "/etc/freeradius/certs/bootstrap" 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" include_length = yes } Module: Linked to sub-module rlm_eap_peap Module: Instantiating eap-peap peap { default_eap_type = "mschapv2" 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: Instantiating ntdomain realm ntdomain { format = "prefix" delimiter = "\" ignore_default = no ignore_null = no } Module: Linked to module rlm_files Module: Instantiating files files { usersfile = "/etc/freeradius/users" acctusersfile = "/etc/freeradius/acct_users" preproxy_usersfile = "/etc/freeradius/preproxy_users" compat = "no" } Module: Checking session {...} for more modules to load Module: Linked to module rlm_radutmp Module: Instantiating radutmp radutmp { filename = "/var/log/freeradius/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 = "/etc/freeradius/attrs.access_reject" key = "%{User-Name}" } } # modules } # server server { 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 = "/etc/freeradius/huntgroups" hints = "/etc/freeradius/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 = "/var/log/freeradius/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 = "/etc/freeradius/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 } # modules } # server 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. RESPONSE: rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=163 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x0200001e01726f736172696f2e6c756d6961406d61696c2e736e732e6974 Message-Authenticator = 0x0c44b3e602345e27cab38b80d83a991a +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 0 length 30 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated ++[unix] returns notfound ++[files] returns noop ++[expiration] returns noop ++[logintime] returns noop [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. ++[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 Sending Access-Challenge of id 0 to 192.168.71.131 port 2048 EAP-Message = 0x010100160410b147c10c4e418d94bf9e40ea36334bb3 Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf9dd58457068c8abbb9608c64 Finished request 0. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=157 Cleaning up request 0 ID 0 with timestamp +233 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf9dd58457068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x020100060319 Message-Authenticator = 0x1c396e46a4c5ea98691a8ff91ce87893 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 1 length 6 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated ++[unix] returns notfound ++[files] returns noop ++[expiration] returns noop ++[logintime] returns noop [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. ++[pap] returns noop Found Auth-Type = EAP +- entering 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] returns handled Sending Access-Challenge of id 0 to 192.168.71.131 port 2048 EAP-Message = 0x010200061920 Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf9cd69957068c8abbb9608c64 Finished request 1. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=255 Cleaning up request 1 ID 0 with timestamp +233 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf9cd69957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x0202006819800000005e16030100590100005503014e830888e4b3dfeb276293e107afeaa97e182e6a27ec167de337a9456efa4c3500002800390038003500160013000a00330032002f000500040015001200090014001100080006000300ff0100000400230000 Message-Authenticator = 0x0d05314c94d184903b362c2994aefa68 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 2 length 104 [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 94 [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 0059], ClientHello [peap] TLS_accept: SSLv3 read client hello A [peap] >>> TLS 1.0 Handshake [length 0035], ServerHello [peap] TLS_accept: SSLv3 write server hello A [peap] >>> TLS 1.0 Handshake [length 01b7], Certificate [peap] TLS_accept: SSLv3 write certificate A [peap] >>> TLS 1.0 Handshake [length 018d], 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 0 to 192.168.71.131 port 2048 EAP-Message = 0x01030397190016030100350200003103014e8308897223b8a42ad452c65b3bc45a8754be6be442843c649385e3abf2b522000039000009ff010001000023000016030101b70b0001b30001b00001ad308201a930820112020900d44947c0dcd0eb3c300d06092a864886f70d01010505003019311730150603550403130e726164697573412e736e732e6974301e170d3131303530353131353934325a170d3231303530323131353934325a3019311730150603550403130e726164697573412e736e732e697430819f300d06092a864886f70d010101050003818d0030818902818100b247a3028058771448a2f7ace2fbd0c0bb43a72f8996b69702 EAP-Message = 0x336484343830376222b43eb81ede99cb93e11f172c584cb57b822f25037d2eb039605e72057dc5659d67c295424c0270830885c9ecab83cd0cd240182aa3db9e11384cdbb094f39913a56dd860a2888a6c819b1bb1a618dc8ff67f32c949b871d8e654444610710203010001300d06092a864886f70d0101050500038181004e536e5b917bfb2ae61aafdb3bbb46906a5408076ddc26729794ccfb07ce7ae21ce18ccf11aee0163e113128c643d33dd96ea2fcb2b5acf6c0b15d445f299f2b33a88edd94899acd0f886f9f08b87f68f12d290b028312d3b72b42de49e97a08d97331e666468f7d7a2070a5f4e8409ec2776cac410a45871647fa00adb9 EAP-Message = 0x2239160301018d0c0001890080cc3c1d7bd03f8d9e95e3e8382bd2cac235f89eeaa794094b683d1b4d086f2bfb8a9ed7297d8b9b25d7d9f6b65e3a0b4807e9860ca296982a5a9ec05f73a356ba247d3eaa3c0fdaaa88e4a55d50275a645a6c7845cb9c73ca2d47dad3ac0c756c48f511166ad738bb0c7c9221fe59c58e260e7b00f285de34927a4f678ad23efb0001020080032d3a5627399b74e33a2a437bd31b491ad6251cb3584aedf53c797cfccd48fc6eb39953cc483fa276a9585150a9b4309220c410f36951689be392b93b17365cacf41ebb75ee208643d817dfb01fbace0b7d9df93cd84931198f11007eb35d41a9d5b5da0d01d6d0d78ad0 EAP-Message = 0xc30bc4c2e9889f3169916942c23a694e787a53c31200803b92d558849d014ad5eb0f41e499c1bfc87336cacddfb5bb02eb846266d0a07a4857a9ce1d952f977a59d18cebacaa1c174d5134d37253b02d82a58a19375b5c90e960ef16829acff3d9c18d24c08a120f5054838c5628e14327751aaff77ee8b0b16e1025dae4abd47bf3d7701bee69a283342f2d428bfdd27b9951e5d4305816030100040e000000 Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf9fd79957068c8abbb9608c64 Finished request 2. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=359 Cleaning up request 2 ID 0 with timestamp +233 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf9fd79957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x020300d01980000000c616030100861000008200806a764749631adc4da713999ef8db804827d1c44fab41d538a3a2755368cebb4f54ca1c87884a37f408c640e4a9a0b93c46c4c683753e3885cacb11c4bdec114b6779981368d4eed97846df5ed9edf392ca2b12c513f9f050a3517cb8b045947207cf052910ad8c41de9b86133e84880f574391d990734cf7f5f1202c5d6fc5121403010001011603010030e1ae24ab53d88f46abc276c57ca5d7a3463ecd8d1cbf242dfed051afd9cd411952a9856ae7b0eccaf6d1bd8b57937e48 Message-Authenticator = 0x1f33307e5bbeb0bf6fb6ea4bc86a2e9f +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 3 length 208 [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 198 [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 Handshake [length 00aa]??? [peap] TLS_accept: SSLv3 write session ticket 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 0 to 192.168.71.131 port 2048 EAP-Message = 0x010400f0190016030100aa040000a60000000000a00a5ac7005d9fb7fd360f0698407d4c96c4a45ea1c55004f204bdaf79ca75e4230e9186bb5edc0458bd88c153d4ced453a03e24db5c1444dc34abeb1b660e674950a83e1052aea8fe5d5988abeb7f6beac2c3a2de36ce3cab2d7c67a8d55bbee5aa5c9641b950975651dcd5fb3d62af93725ef13d87166e6c02770265b65bbc391850c49a64c4eb6b355492eff70d12f32ef2994142b0bf3f4740608e8c32eb5a14030100010116030100301c75d8374b982475d21bbdb68c05936c0fc1f364bdcf1ded90bb9c9d8f6b7f1a8b8a57822fc7dcdca101726fe126403a Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf9ed09957068c8abbb9608c64 Finished request 3. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=157 Cleaning up request 3 ID 0 with timestamp +234 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf9ed09957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x020400061900 Message-Authenticator = 0xef939c3535dd70c46519b41cb657d39c +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 4 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 0 to 192.168.71.131 port 2048 EAP-Message = 0x0105002b19001703010020a865949ad5d50b0e2da3b601d836a5db44849d139e7ac2e4fadbd2a84436eef3 Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf99d19957068c8abbb9608c64 Finished request 4. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=247 Cleaning up request 4 ID 0 with timestamp +234 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf99d19957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x020500601900170301002060829614464804e6e47711ef807c4797ffb45a90d923aad46b5e053af710abd717030100306542c1b399f1c075966c709f1364fed0c304601c766d2e908354fee852e9c633744f560aa615550abb254e8f6acfe76c Message-Authenticator = 0x17699948626c902751f348054ed7f05c +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 5 length 96 [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 - rosario.lumia@mail.sns.it [peap] Got tunneled request EAP-Message = 0x0205001e01726f736172696f2e6c756d6961406d61696c2e736e732e6974 server { PEAP: Got tunneled identity of rosario.lumia@mail.sns.it PEAP: Setting default EAP type for tunneled EAP session. PEAP: Setting User-Name to rosario.lumia@mail.sns.it Sending tunneled request EAP-Message = 0x0205001e01726f736172696f2e6c756d6961406d61696c2e736e732e6974 FreeRADIUS-Proxied-To = 127.0.0.1 User-Name = "rosario.lumia@mail.sns.it" server inner-tunnel { +- entering group authorize {...} ++[chap] returns noop ++[mschap] returns noop ++[unix] returns notfound [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok ++[control] returns ok [eap] EAP packet type response id 5 length 30 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated ++[files] returns noop ++[expiration] returns noop ++[logintime] returns noop ++[pap] returns noop Found Auth-Type = EAP +- entering group authenticate {...} [eap] EAP Identity [eap] processing type mschapv2 rlm_eap_mschapv2: Issuing Challenge ++[eap] returns handled } # server inner-tunnel [peap] Got tunneled reply code 11 EAP-Message = 0x010600331a0106002e103025f88867b6177e20681b72680d2759726f736172696f2e6c756d6961406d61696c2e736e732e6974 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xf3b625d1f3b03f960f179937a5f9e80a [peap] Got tunneled reply RADIUS code 11 EAP-Message = 0x010600331a0106002e103025f88867b6177e20681b72680d2759726f736172696f2e6c756d6961406d61696c2e736e732e6974 Message-Authenticator = 0x00000000000000000000000000000000 State = 0xf3b625d1f3b03f960f179937a5f9e80a [peap] Got tunneled Access-Challenge ++[eap] returns handled Sending Access-Challenge of id 0 to 192.168.71.131 port 2048 EAP-Message = 0x0106005b1900170301005022bda37f6a7e8eb3bb9d8a945baaafcf72404ca8b67395735c749d53527e3c149e7067addbdbd3df1d788a7257f491271545022ebc4295906bf2f2518880881ac04f0dff9d6852640ccae739f0c49155 Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf98d29957068c8abbb9608c64 Finished request 5. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=311 Cleaning up request 5 ID 0 with timestamp +234 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf98d29957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x020600a019001703010020f38b245f8a4ba2c32c11d311a30ec5468f90a3e93b949d95fe62f6245a8e2fdf17030100705d20747f5666db6644551bdb05c49f5d386b9a33e685b2ba9d5bb5f1fad85716c350c2f470171ecc4b318ef39c623c100d584d4c7a05aae14f25ee4799a730e73d57f5028ebccf9812ed150573069f4873fffac3e8c77408b541eb103166b7ae0ad38ae356d6dadb1ecef633c05b174b Message-Authenticator = 0xb698d82a5c553ea8ce3aa6df65d772cf +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [eap] EAP packet type response id 6 length 160 [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 mschapv2 [peap] Got tunneled request EAP-Message = 0x020600541a0206004f313b4861962778fb4f6155136de4c9ee6900000000000000004b32d3bb55eb0f1b839631b8af05b76b74d60b6070c49e4600726f736172696f2e6c756d6961406d61696c2e736e732e6974 server { PEAP: Setting User-Name to rosario.lumia@mail.sns.it Sending tunneled request EAP-Message = 0x020600541a0206004f313b4861962778fb4f6155136de4c9ee6900000000000000004b32d3bb55eb0f1b839631b8af05b76b74d60b6070c49e4600726f736172696f2e6c756d6961406d61696c2e736e732e6974 FreeRADIUS-Proxied-To = 127.0.0.1 User-Name = "rosario.lumia@mail.sns.it" State = 0xf3b625d1f3b03f960f179937a5f9e80a server inner-tunnel { +- entering group authorize {...} ++[chap] returns noop ++[mschap] returns noop ++[unix] returns notfound [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok ++[control] returns ok [eap] EAP packet type response id 6 length 84 [eap] No EAP Start, assuming it's an on-going EAP conversation ++[eap] returns updated ++[files] returns noop ++[expiration] returns noop ++[logintime] returns noop ++[pap] returns noop Found Auth-Type = EAP +- entering group authenticate {...} [eap] Request found, released from the list [eap] EAP/mschapv2 [eap] processing type mschapv2 [mschapv2] +- entering group MS-CHAP {...} [mschap] No Cleartext-Password configured. Cannot create LM-Password. [mschap] No Cleartext-Password configured. Cannot create NT-Password. [mschap] Told to do MS-CHAPv2 for rosario.lumia@mail.sns.it with NT-Password [mschap] FAILED: No NT/LM-Password. Cannot perform authentication. [mschap] FAILED: MS-CHAP2-Response is incorrect ++[mschap] returns reject [eap] Freeing handler ++[eap] returns reject Failed to authenticate the user. } # server inner-tunnel [peap] Got tunneled reply code 3 MS-CHAP-Error = "\006E=691 R=1" EAP-Message = 0x04060004 Message-Authenticator = 0x00000000000000000000000000000000 [peap] Got tunneled reply RADIUS code 3 MS-CHAP-Error = "\006E=691 R=1" EAP-Message = 0x04060004 Message-Authenticator = 0x00000000000000000000000000000000 [peap] Tunneled authentication was rejected. [peap] FAILURE ++[eap] returns handled Sending Access-Challenge of id 0 to 192.168.71.131 port 2048 EAP-Message = 0x0107002b1900170301002014144525592c90d11a4fffed6af1b8a86fbd0f0aa4e1183beec57a73002d68df Message-Authenticator = 0x00000000000000000000000000000000 State = 0x9dd480bf9bd39957068c8abbb9608c64 Finished request 6. Going to the next request Waking up in 4.9 seconds. rad_recv: Access-Request packet from host 192.168.71.131 port 2048, id=0, length=231 Cleaning up request 6 ID 0 with timestamp +234 User-Name = "rosario.lumia@mail.sns.it" NAS-IP-Address = 192.168.71.131 Called-Station-Id = "00236929d1a4" Calling-Station-Id = "e8e5d6d76775" NAS-Identifier = "00236929d1a4" NAS-Port = 5 Framed-MTU = 1400 State = 0x9dd480bf9bd39957068c8abbb9608c64 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x02070050190017030100209504be9fbeeaf7e9938c4381f5a2c07d40e9fc9329c858bfa8290dbaece688cc170301002059a912cbd613fdf127f5994477421b08aa7ed0b1754001f54b31ad2faf777dfe Message-Authenticator = 0x93d185379d826e86b0379af4a516b144 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] Looking up realm "mail.sns.it" for User-Name = " rosario.lumia@mail.sns.it" [suffix] Found realm "mail.sns.it" [suffix] Adding Stripped-User-Name = "rosario.lumia" [suffix] Adding Realm = "mail.sns.it" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok [ntdomain] Request already proxied. Ignoring. ++[ntdomain] returns ok [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] 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} -> rosario.lumia@mail.sns.it attr_filter: Matched entry DEFAULT at line 11 ++[attr_filter.access_reject] returns updated Delaying reject of request 7 for 1 seconds Going to the next request Waking up in 0.9 seconds. Sending delayed reject for request 7 Sending Access-Reject of id 0 to 192.168.71.131 port 2048 EAP-Message = 0x04070004 Message-Authenticator = 0x00000000000000000000000000000000 Waking up in 4.9 seconds. Cleaning up request 7 ID 0 with timestamp +234 Ready to process requests. -- Rosario L.