eap: Freeradius proxy doesn't work with EAP PEAP auth

Danilo Raspa danilo.raspa at gmail.com
Wed Jul 12 17:27:33 CEST 2017


Hi Alan,
I solved my problem.
The "nostrip" is just a part of the correct configuration.
Below the steps that I followed to reach the goal, I hope this might help
someone in the future:
1. proxy.conf
specify "nostrip" in realm as Alan suggested
2. in mods-enabled/eap
eap {
       ...
       default_eap_type = ttls
       ...
       ttls {
              ...
              ##default_eap_type = md5
              ...
              copy_request_to_tunnel = yes
              ...
              use_tunneled_reply = yes
              ...
       }
       ...
       peap {
              ...
              copy_request_to_tunnel = yes
              ...
              use_tunneled_reply = yes
       }
       ...
}

Thanks for your time

Danilo Raspa

2017-07-06 14:17 GMT+02:00 Danilo Raspa <danilo.raspa at gmail.com>:

> Thank you Alan,
> I will try to resolve my problem.
>
> have a good day
>
> Danilo
>
> 2017-07-06 14:02 GMT+02:00 Alan DeKok <aland at deployingradius.com>:
>
>> On Jul 6, 2017, at 7:57 AM, Danilo Raspa <danilo.raspa at gmail.com> wrote:
>> >
>> > Alan,
>> >> Now when I tried to login I can read the folling lines from Radius
>> server
>> > log:
>> > The partial log is from RADIUS SERVER And no Radius proxy.
>>
>>   Even with that... the documentation describes how to authenticate a
>> user.  The examples show how to configure modules.
>>
>>   And the documentation says to post the FULL debug log.
>>
>>   The issue is you're not following instructions.  You're not reading the
>> documentation that comes with the server.  You're not reading the comments
>> in the default configuration files.  And you're not reading the debug
>> output you post to the list.
>>
>>   Correcting any one of those issues would let you fix the problem on
>> your own.
>>
>>   Alan DeKok.
>>
>>
>> -
>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list
>> /users.html
>>
>
>


More information about the Freeradius-Users mailing list