On Mar 9, 2017, at 8:44 AM, mustafa mujahid <mustafa.mujahid@outlook.com> wrote:
Please see below complete Debug. (it's pretty long)
It's a little opaque, but the problem is here:
(8) # Executing group from file /etc/raddb/sites-enabled/inner-tunnel (8) authenticate { (8) eap: Expiring EAP session with state 0x102bfd681022e731 (8) eap: Finished EAP session with state 0x102bfd681022e731 (8) eap: Previous EAP request found for state 0x102bfd681022e731, released from the list (8) eap: Peer sent packet with method EAP MSCHAPv2 (26) (8) eap: Calling submodule eap_mschapv2 to process data (8) eap_mschapv2: Auth-Type sub-section not found. Ignoring.
It looks like you edited the configuration files and broke them. Don't do that. The eap_mschapv2 module calls "Auth-Type mschap" in order to do the actual MS-CHAP calculations. If that subsection isn't found... eap_mschapv2 can't work. Use 3.0.13. And start with the default configuration files. It works. Alan DeKok.