Wimax with Free radius

Iliya Peregoudov iperegudov at cboss.ru
Tue Mar 6 13:42:17 CET 2012


> +- entering group authenticate {...}
> [eap] EAP Identity
> [eap] processing type md5
> rlm_eap_md5: Issuing Challenge
> ++[eap] returns handled
> Sending Access-Challenge of id 249 to 196.0.4.18 port 1812

You're still have EAP-MD5 as default EAP method.

Look thoroughly into eap.conf. There is default_eap_type setting in eap 
{...} section. This is default outer EAP method. You should set it to 
ttls. There is default_eap_type setting in ttls {...} subsection of eap 
{...} section. This is default inner EAP method for EAP-TTLS. You should 
set it to gtc.

Restart freeradius after the change. You should see something like this 
when processing first Access-Request:

[eap] EAP Identity
[eap] processing type tls
[tls] Initiate
[tls] Start returned 1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6269 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120306/06d065b4/attachment.bin>


More information about the Freeradius-Users mailing list