Hi everybody,<br><br>thanks to Daniil and Yvan who helped me, but unfortunalety, my problem still alive.<br><br>First , I want to explain again what I want to do, because may be there is a missunderstanding. I have a wireless system wich need EAP and my users are allready known in a Radius system (Radius n°2) wich don't know that protocol. <br>
The idea is to use in between a freeradius (Radius n°1) wich will convert EAP-Response/Identity from Access Point and will forward  Radius Access-Request without EAP message inside to my existing Radius server (Radius n°2).<br>
My problem IS NOT to manage some requests with EAP and some without. May be some of you understood that ?<br><br>This weekend, i updated frreradius to the last version 2.1.7. I changed configuration files too. But problem didn't change : Radius n°2 receive EAP request that it don't know how to manage them. <br>
This is the last modifications I did :<br>Supplicant is configuring for PEAP MSCHAPv2 (I tryied with TTLS but main problem is the same)<br><b>raddb/proxy.conf</b><br>realm <a href="http://jacques.net">jacques.net</a> {<br>
       authhost        = <a href="http://192.168.0.252:1812">192.168.0.252:1812</a><br>       accthost        = <a href="http://192.168.0.252:1813">192.168.0.252:1813</a><br>       secret          = secret<br>}<br><b>raddb/</b><b>eap.conf</b><br>
                peap {<br>                        default_eap_type = mschapv2<br>                        copy_request_to_tunnel = yes<br>                        use_tunneled_reply = yes<br>                        proxy_tunneled_request_as_eap = no<br>
                        virtual_server = "proxy-inner-tunnel"<br>                }<br><br>                mschapv2 {<br>                }<br>        }<br><br><br><b>raddb/</b><b>sites-enabled/proxy-inner-tunnel</b><br>
server proxy-inner-tunnel {<br>authorize {<br>        update control {<br>                Proxy-To-Realm := "<a href="http://jacques.net">jacques.net</a>"<br>        }<br>}<br>authenticate {<br>        eap<br>}<br>
post-proxy {<br>        eap<br>}<br>}<br><br>I have a "big" answer. When i configure an external radius server in proxy.conf . Is eap.conf is use ? Because it is like it was not.<br><br>Best regards<br>