<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
    I have configured a freeradius + mysql server and i would like to
use the PEAP authentication. I have tried the EAP-TTLS and it worked
fine, but when i have tested the PEAP authentication all my requests
were rejected by freeradius. I saw that both of PEAP and EAP-TTLS used
TLS and i thought that there was no need to make big configuration to
migrate from EAP-TTLS to PEAP. Can someone help me, please? I use
freeradius 2.1.10 and here is my eap.conf  configuration: <br>
<br>
eap {<br>
        default_eap_type = ttls<br>
<br>
        timer_expire     = 60<br>
<br>
        ignore_unknown_eap_types = no<br>
<br>
        cisco_accounting_username_bug = no<br>
<br>
        max_sessions = 4096<br>
<br>
<br>
        md5 {<br>
        }<br>
<br>
        leap {<br>
        }<br>
<br>
        gtc {<br>
<br>
            auth_type = PAP<br>
        }<br>
<br>
        tls {<br>
            certdir = ${confdir}/certs<br>
            cadir = ${confdir}/certs<br>
<br>
            private_key_password = madaoil452<br>
            private_key_file = ${certdir}/server.key<br>
<br>
            certificate_file = ${certdir}/server.pem<br>
<br>
            CA_file = ${cadir}/ca.pem<br>
<br>
            dh_file = ${certdir}/dh<br>
            random_file = /dev/urandom<br>
<br>
<br>
<br>
            CA_path = ${cadir}<br>
<br>
<br>
            cipher_list = "DEFAULT"<br>
<br>
<br>
<br>
            cache {<br>
                  enable = no<br>
<br>
<br>
                  max_entries = 255<br>
            }<br>
<br>
            verify {<br>
<br>
            }<br>
        }<br>
<br>
        ttls {<br>
            default_eap_type = md5<br>
<br>
            copy_request_to_tunnel = no<br>
<br>
            use_tunneled_reply = no<br>
<br>
            virtual_server = "inner-tunnel"<br>
<br>
        }<br>
<br>
<br>
        peap {<br>
            default_eap_type = mschapv2<br>
<br>
            copy_request_to_tunnel = no<br>
            use_tunneled_reply = no<br>
<br>
<br>
            virtual_server = "inner-tunnel"<br>
        }<br>
<br>
        mschapv2 {<br>
        }<br>
    }<br>
<br>
thx<br>
<div class="moz-signature">-- <br>
<img src="cid:part1.05010005.06000008@bbs.mg" border="0"></div>
</body>
</html>