Dear all:

                I have encountered following issue when using windows XP client to do PEAP test.

Client side’s connection will drop in 5 seconds after passing authentication. The client side

prompt that no usable wireless device can be found and the connection drop immediately.

                Following is my configuration in “eap.conf” and “radiusd.conf”

               

In “eap.conf” file  

eap {

                default_eap_type = peap

                timer_expire     = 60

                ignore_unknown_eap_types = no

                cisco_accounting_username_bug = no

 

                # Supported EAP-types

                md5 {

                }

                leap {

                }

                gtc {

                        auth_type = PAP

                }

                tls {

                        private_key_password = 123456

                        private_key_file = /test/server.pem

                        certificate_file = /test/server.pem

                        CA_file = /test/oot.pem

                        dh_file = /test/DH

                        random_file = /test/random

                        fragment_size = 1024

                        include_length = yes

                #       check_crl = yes

               #       check_cert_cn = %{User-Name}

                }

                ttls {

                        default_eap_type = md5

                        copy_request_to_tunnel = no

                        use_tunneled_reply = no   

                }

                peap {

                        default_eap_type = mschapv2

                }

                mschapv2 {

                }

        }

 

In “radiusd.conf” file

authorize {

        preprocess

#       auth_log

#       attr_filter

        chap

        mschap

#       digest

#       IPASS

        suffix

#       ntdomain

        files

#       sql

#       etc_smbpasswd

#       ldap

#       daily

#       checkval

}

                Any one can help me?

Thanks

Joe

  

 

Reply via email to