MS-CHAP cannot login

Sanhenra Sinaga if06071 at students.del.ac.id
Thu Aug 13 07:07:31 CEST 2009


Dear all,

I have configure freeradius with MSCHAP
but, access point cannot connect
Can someone help me please?


w.regards,


sanhenra




FreeRADIUS Version 2.1.3, for host i686-pc-linux-gnu, built on Aug  7 2009 at 00:48:57
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/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/expiration
including configuration file /usr/local/etc/raddb/modules/expr
including configuration file /usr/local/etc/raddb/modules/etc_group
including configuration file /usr/local/etc/raddb/modules/sqlcounter_expire_on_login
including configuration file /usr/local/etc/raddb/modules/exec
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/detail
including configuration file /usr/local/etc/raddb/modules/files
including configuration file /usr/local/etc/raddb/modules/mschap
including configuration file /usr/local/etc/raddb/modules/attr_rewrite
including configuration file /usr/local/etc/raddb/modules/chap
including configuration file /usr/local/etc/raddb/modules/krb5
including configuration file /usr/local/etc/raddb/modules/checkval
including configuration file /usr/local/etc/raddb/modules/attr_filter
including configuration file /usr/local/etc/raddb/modules/mac2vlan
including configuration file /usr/local/etc/raddb/modules/preprocess
including configuration file /usr/local/etc/raddb/modules/always
including configuration file /usr/local/etc/raddb/modules/sql_log
including configuration file /usr/local/etc/raddb/modules/detail.example.com
including configuration file /usr/local/etc/raddb/modules/sradutmp
including configuration file /usr/local/etc/raddb/modules/perl
including configuration file /usr/local/etc/raddb/modules/detail.log
including configuration file /usr/local/etc/raddb/modules/unix
including configuration file /usr/local/etc/raddb/modules/acct_unique
including configuration file /usr/local/etc/raddb/modules/mac2ip
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/policy
including configuration file /usr/local/etc/raddb/modules/passwd
including configuration file /usr/local/etc/raddb/modules/echo
including configuration file /usr/local/etc/raddb/modules/digest
including configuration file /usr/local/etc/raddb/modules/inner-eap
including configuration file /usr/local/etc/raddb/modules/pap
including configuration file /usr/local/etc/raddb/modules/pam
including configuration file /usr/local/etc/raddb/modules/realm
including configuration file /usr/local/etc/raddb/modules/linelog
including configuration file /usr/local/etc/raddb/modules/smbpasswd
including configuration file /usr/local/etc/raddb/modules/ippool
including configuration file /usr/local/etc/raddb/modules/wimax
including configuration file /usr/local/etc/raddb/eap.conf
including configuration file /usr/local/etc/raddb/sql.conf
including configuration file /usr/local/etc/raddb/sql/mysql/dialup.conf
including configuration file /usr/local/etc/raddb/sql/mysql/counter.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/inner-tunnel
including configuration file /usr/local/etc/raddb/sites-enabled/default
including dictionary file /usr/local/etc/raddb/dictionary
main {
        prefix = "/usr/local"
        localstatedir = "/usr/local/var"
        logdir = "/usr/local/var/log/radius"
        libdir = "/usr/local/lib"
        radacctdir = "/usr/local/var/log/radius/radacct"
        hostname_lookups = no
        max_request_time = 30
        cleanup_delay = 5
        max_requests = 1024
        allow_core_dumps = no
        pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
        checkrad = "/usr/local/sbin/checkrad"
        debug_level = 0
        proxy_requests = no
 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 10.1.0.0/16 {
        require_message_authenticator = no
        secret = "testing123"
        shortname = "tk03"
 }
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 = no
        require_encryption = yes
        require_strong = yes
        with_ntdomain_hack = no
  }
 Module: Linked to module rlm_unix
 Module: Instantiating unix
  unix {
        radwtmp = "/usr/local/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/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"
        random_file = "/usr/local/etc/raddb/certs/random"
        fragment_size = 1024
        include_length = yes
        check_crl = no
        make_cert_command = "/usr/local/etc/raddb/certs/bootstrap"
    cache {
        enable = no
        lifetime = 24
        max_entries = 255
    }
   }
 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
   }
 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/etc/raddb/users"
        acctusersfile = "/usr/local/etc/raddb/acct_users"
        preproxy_usersfile = "/usr/local/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/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/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/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
  }
 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/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/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
Ready to process requests.

rad_recv: Access-Request packet from host 10.1.0.6 port 1026, id=0, length=177
        User-Name = "anonymous at myabc.com"
        NAS-IP-Address = 10.1.0.6
        NAS-Port = 0
        Called-Station-Id = "00-1E-E5-9D-64-B1:TK_03"
        Calling-Station-Id = "00-19-D2-70-08-2B"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 11Mbps 802.11b"
        EAP-Message = 0x0200001801616e6f6e796d6f7573406d796162632e636f6d
        Message-Authenticator = 0x110e4163a62ce3abf65b337f2e05cbd4
+- entering group authorize {...}
++[preprocess] returns ok
++[mschap] returns noop
[suffix] Looking up realm "myabc.com" for User-Name = "user"
[suffix] No such realm "myabc.com"
++[suffix] returns noop
[eap] EAP packet type response id 0 length 24
[eap] No EAP Start, assuming it's an on-going EAP conversation
++[eap] returns updated
++[files] 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 0 to 10.1.0.6 port 1026
        EAP-Message = 0x010100061920
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8d84cdac8d85d49d7d142920e89fc0d6
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host 10.1.0.6 port 1026, id=1, length=273
        User-Name = "anonymous at myabc.com"
        NAS-IP-Address = 10.1.0.6
        NAS-Port = 0
        Called-Station-Id = "00-1E-E5-9D-64-B1:TK_03"
        Calling-Station-Id = "00-19-D2-70-08-2B"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 11Mbps 802.11b"
        EAP-Message = 0x020100661900160301005b0100005703014a839a34df0167a8634667662e83cfe285386fe662fbfd6c5649649633e7a4a600003000390038003500160013000a00330032002f0066000500040065006400630062006000150012000900140011000800030100
        State = 0x8d84cdac8d85d49d7d142920e89fc0d6
        Message-Authenticator = 0xbdc03befd1b9693416b2d8af238f6150
+- entering group authorize {...}
++[preprocess] returns ok
++[mschap] returns noop
[suffix] Looking up realm "myabc.com" for User-Name = "user"
[suffix] No such realm "myabc.com"
++[suffix] returns noop
[eap] EAP packet type response id 1 length 102
[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]     (other): before/accept initialization 
[peap]     TLS_accept: before/accept initialization 
[peap] <<< TLS 1.0 Handshake [length 005b], 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 1 to 10.1.0.6 port 1026
        EAP-Message = 0x0102040019c000000aad160301002a0200002603014a7c61bdb86192b4665e77116f9d70d6d63a69e6b029fe8b25600b4088c9be7d00003900160301085e0b00085a0008570003a6308203a23082028aa003020102020101300d06092a864886f70d0101040500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479
        EAP-Message = 0x301e170d3039303830373135333033385a170d3130303830373135333033385a307c310b3009060355040613024652310f300d0603550408130652616469757331153013060355040a130c4578616d706c6520496e632e312330210603550403131a4578616d706c65205365727665722043657274696669636174653120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100f4f7554d96b68c28d08f20fe8c4aeaf485901add31d376b60614fc6d199a39417b511fb646ab99ab98092dabf42032664808e5176fdac33c9a6d80ce969d
        EAP-Message = 0x8b8cd4722c5b285b6c7010acd41448a9f67e40e0874653a5d9bc6a293f936c8571b16710ff8167c14d696c50f70ab5b347455d4ade920dc72a171e226f8a28c2c37bad8263570733029466c88046e725aa3b1dd2fadc03ca0b0f66d834abdbe48808169bbff4dc21ec6803cad76a1f60cc2af2b54980c490a3bf66fca712bb7dbdc3cd9b27c959d6ec9e015eac3f004825338d0d649dd6c0da4dd01c524b890e80e4104b30a5eca858da534a136320f2eb1d347caf9156b9c209985e17136268df690203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d010104050003820101003f3cd0e7cffdead4da
        EAP-Message = 0x7bc82ad0d3b816bee2345d836bc4b50553b0dc71fb7a08aab0c29a2b5fc16d2fdbb68b57bb43007100d7680ef3f1e122aa8e895a42061870966b0c9a62c8a81b8b6b6173f0b23a0b700b360ad23765a3ca9e10266a8da89c7c44db360154cc6ad88cfc59ab7633695fec225e75f3e4f3a85bd8ec9d3d580d9c9a176f4b150e42b2890e2d61365fd14f749ae60f530859deadd761785421feef0b7464365cf7792cfd6da1cbaeb44529559b096a683cc0cf784c623a83c5bf2454fca6bc9fb09e1ccf98a165b7cc7a3e3ccbd87f21a08462a3531bcd23d330d2d86f67e59a3e5b1410a5d9869703ff317f8f6710c447a2cbf40007d324030004ab308204
        EAP-Message = 0xa73082038fa0030201020209
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8d84cdac8c86d49d7d142920e89fc0d6
Finished request 1.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 10.1.0.6 port 1026, id=2, length=177
        User-Name = "anonymous at myabc.com"
        NAS-IP-Address = 10.1.0.6
        NAS-Port = 0
        Called-Station-Id = "00-1E-E5-9D-64-B1:TK_03"
        Calling-Station-Id = "00-19-D2-70-08-2B"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 11Mbps 802.11b"
        EAP-Message = 0x020200061900
        State = 0x8d84cdac8c86d49d7d142920e89fc0d6
        Message-Authenticator = 0xaf1d69f5dcafbd63b81a62ca05b78514
+- entering group authorize {...}
++[preprocess] returns ok
++[mschap] returns noop
[suffix] Looking up realm "myabc.com" for User-Name = "user"
[suffix] No such realm "myabc.com"
++[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 2 to 10.1.0.6 port 1026
        EAP-Message = 0x010303fc194000b9fd1ba4bb10bece300d06092a864886f70d0101050500308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479301e170d3039303830373135323931365a170d3130303830373135323931365a308193310b3009060355040613024652310f300d060355040813065261646975733112301006035504
        EAP-Message = 0x071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f7269747930820122300d06092a864886f70d01010105000382010f003082010a0282010100e6802b0a258ceb479d70667cb1479725d5a642f2762669cb02bde1279df272527a685a01a7b507abe05d0eb637ac7d98dde9bf95b86b5510d233f11467f96d906c864e8a0b6a583a3fe6779198aa431cc40f5aa72b1d9e28ba20351895ea53fb1561399ede30aaa276b5075ece9b2a
        EAP-Message = 0xf174b9155e9fd2c4126b59583c8b3b6e6f83ef15555971669d352c8c0ddd86a00b187019ec68db2314b6c5ebf3b9275293a39386ae2dbe252837d1b865568918ca3d6deed78807b4933a60309cd9fe2948fca1be4b152685328caf6787caa45b3300789f11111e166bf765fa77501b1db616f665bd8d7d6b19a6f25f7b62d99a4c173ba82bd92879e0c0975494feb770f10203010001a381fb3081f8301d0603551d0e041604145f7337d65e14639cff59e73d837c59af9e4420833081c80603551d230481c03081bd80145f7337d65e14639cff59e73d837c59af9e442083a18199a48196308193310b3009060355040613024652310f300d06035504
        EAP-Message = 0x0813065261646975733112301006035504071309536f6d65776865726531153013060355040a130c4578616d706c6520496e632e3120301e06092a864886f70d010901161161646d696e406578616d706c652e636f6d312630240603550403131d4578616d706c6520436572746966696361746520417574686f72697479820900b9fd1ba4bb10bece300c0603551d13040530030101ff300d06092a864886f70d01010505000382010100c14f22a918fef7588d3498336eda0d13b0302858ed33e6a67a82d077bf449864da9028f246a41cfb80564b08d3560160aa0c0cfe63531d181026475145129cf15e77093dc9654a263e24ead865e32b6a9fe0
        EAP-Message = 0xb9274f65eec7e2df
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8d84cdac8f87d49d7d142920e89fc0d6
Finished request 2.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 10.1.0.6 port 1026, id=3, length=177
        User-Name = "anonymous at myabc.com"
        NAS-IP-Address = 10.1.0.6
        NAS-Port = 0
        Called-Station-Id = "00-1E-E5-9D-64-B1:TK_03"
        Calling-Station-Id = "00-19-D2-70-08-2B"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 11Mbps 802.11b"
        EAP-Message = 0x020300061900
        State = 0x8d84cdac8f87d49d7d142920e89fc0d6
        Message-Authenticator = 0xfcb3ad5d3cd92cea16a30413df67748a
+- entering group authorize {...}
++[preprocess] returns ok
++[mschap] returns noop
[suffix] Looking up realm "myabc.com" for User-Name = "user"
[suffix] No such realm "myabc.com"
++[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 3 to 10.1.0.6 port 1026
        EAP-Message = 0x010402c719005150f237184e6fa1c6141a1ce4d69263b3ae49314836f58f9314a93a4e3e27c1f609b499bc5820f6b49f389d3458700083201dffaba83a15803ed755d15e95386eb34b3dacb87b1de51abcd53a9ff5b91827d87b77f02bd97a41b8d5c687854dc11dda9dca985758821843a088797cc25a65ca4834afd5d414d497372886e0e1ae089119f8fd4f6a3e9e39a8536aab8648b935709054546ddd6f6c2593cb4ea809258d6a4a2d160301020d0c0002090080a223f662135e788597859fda12d27e93466cfa2c637aa1006994a051e671701ca34d895f3d9863a75cb986c48597a7e2c3db9cc3a80238573c0e0fd59aec1174530932693b59
        EAP-Message = 0xd734d1526eedefcd40e3ccb7f4195f273cb1251df59434a21a80c70f63475e57ddbc4ff2c6f05a66a170f6c7026a126c8c1fe4cc3364b75369f3000102008055452bdcabc92319551c3b20fb2e5c08384335e73076630e571f864bf1d7af1c2015bdc01e1e0a27b789ce10eab86f9ca8c43c80d20d1a5fee04197142bf2d82634fd4437b0ef6aaddaa30ef5d6a316769b85b248b58510167320b974b5c587f7850d169dae4accfb99a0ffc9911fa9fb9e8ac3b11cba3d93e8308b9c1606142010098fe473014df2531224ff78bb4eaaa67cc18ebb338bf2261e2a92e33899f7301683c04861be050705db6657aa7a425079cb1badab308147cd464cd2c
        EAP-Message = 0x509c8560ddd977adc6a1656de5d9eaac11a6ade86886394b37a4d2b8ce2b28006380e201219433f560414e50edbb417f8d39676e871aceb34752f6694f2b63ebed5bb5ea307a5d40cb630f0cd81aa7d671823fdfba795dffff6f9c568070feec72d605181d758edd6c12a43ddeebd1ba1e90328b9117597e8af2717bbf8609ee6c9625a8aa769d654b65767816e998fd25dd2cb7c6b40bb358c3a132b0287ef3a2c88f27f61ed2a572524ecd3eaefd076ffcfbdd3824c590d84fec1c021bd26b6c84925f16030100040e000000
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8d84cdac8e80d49d7d142920e89fc0d6
Finished request 3.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host 10.1.0.6 port 1026, id=4, length=184
        User-Name = "anonymous at myabc.com"
        NAS-IP-Address = 10.1.0.6
        NAS-Port = 0
        Called-Station-Id = "00-1E-E5-9D-64-B1:TK_03"
        Calling-Station-Id = "00-19-D2-70-08-2B"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 11Mbps 802.11b"
        EAP-Message = 0x0204000d19001503010002022a
        State = 0x8d84cdac8e80d49d7d142920e89fc0d6
        Message-Authenticator = 0x42af6cb33ca2efc174909d180290b109
+- entering group authorize {...}
++[preprocess] returns ok
++[mschap] returns noop
[suffix] Looking up realm "myabc.com" for User-Name = "user"
[suffix] No such realm "myabc.com"
++[suffix] returns noop
[eap] EAP packet type response id 4 length 13
[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] <<< TLS 1.0 Alert [length 0002], fatal bad_certificate  
TLS Alert read:fatal:bad certificate 
    TLS_accept:failed in SSLv3 read client certificate A 
rlm_eap: SSL error error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate
SSL: SSL_read failed inside of TLS (-1), TLS session fails.
TLS receive handshake failed during operation
[peap] eaptls_process returned 4 
[peap] EAPTLS_OTHERS
[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} -> user
 attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 4 for 1 seconds
Going to the next request
Waking up in 0.8 seconds.
Sending delayed reject for request 4
Sending Access-Reject of id 4 to 10.1.0.6 port 1026
        EAP-Message = 0x04040004
        Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 3.7 seconds.
Cleaning up request 0 ID 0 with timestamp +5462
Waking up in 0.1 seconds.
Cleaning up request 1 ID 1 with timestamp +5462
Cleaning up request 2 ID 2 with timestamp +5462
Cleaning up request 3 ID 3 with timestamp +5462
Waking up in 1.0 seconds.
Cleaning up request 4 ID 4 with timestamp +5462
Ready to process requests.



More information about the Freeradius-Users mailing list