<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.5pt;
        font-family:Consolas;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:Consolas;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal>Hello all,<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                I
am using EAP-TTLS/EAP-MSCHAPv2 to authenticate clients with a FR 2.1.10 backend
AAA server. Requests go over an Access Point (playing the role of the NAS),
then get forwarded to a Proxy AAA FR 2.1.10 server and finally get routed to my
backend server. My client is using wpa_supplicant with “EAP=TTLS”
and “Phase2=”autheap=mschapv2”” options in the
configuration file.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                The
problem I am having is that when the FR sends the final Accept-Accept to the
client, I end up having two MS-MPPE-Send-Key and MS-MPPE-Recv-Key keys of
different length, one added by the mschap module and one added by the eap
module, as seen here : <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoPlainText>Sending Access-Accept of id 52 to 2001:db95::100 port
1814<o:p></o:p></p>

<p class=MsoPlainText>      Reply-Message =
"Hello, bob-mr1"<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Encryption-Policy
= 0x00000001<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Encryption-Types =
0x00000006<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Send-Key =
0x8566119a6066e8eb7c1663dea8d1629b<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Recv-Key =
0xc1f99bac753248c48db73fd5585bf810<o:p></o:p></p>

<p class=MsoPlainText>      Message-Authenticator =
0x00000000000000000000000000000000<o:p></o:p></p>

<p class=MsoPlainText>      User-Name =
"bob-mr1"<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Recv-Key = 0x2eb89da2ac20179cb2b99391f94ca2bddf1701c67c524badad98ce56f09873dc<o:p></o:p></p>

<p class=MsoPlainText>      MS-MPPE-Send-Key = 0x0cf013411cfcea14ae9dee56baaf5467e55caed80fa83ffbbdf0f5998ce7fe62<o:p></o:p></p>

<p class=MsoPlainText>      EAP-Message = 0x03cf0004<o:p></o:p></p>

<p class=MsoPlainText>      Proxy-State = 0x3130<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                (if
someone wants a full debug output of the server it is posted here : <a
href="http://pastebin.com/aXFMXXbT">http://pastebin.com/aXFMXXbT</a> )<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                Having
two MS-MPPE key pairs is wrong and does not allow the end-client to properly finish
its key exchange with the Access Point, but restarts the EAP-TTLS communication.
 I figured out that I could remove one pair of keys, by either doing this at
the end of my post-auth section of my inner-tunnel : <o:p></o:p></p>

<p class=MsoNormal style='text-indent:36.0pt'>update reply {<o:p></o:p></p>

<p class=MsoNormal style='margin-left:36.0pt;text-indent:36.0pt'>MS-MPPE-Send-Key
!* 0x00<o:p></o:p></p>

<p class=MsoNormal style='margin-left:36.0pt;text-indent:36.0pt'>MS-MPPE-Recv-Key
!* 0x00<o:p></o:p></p>

<p class=MsoNormal style='text-indent:36.0pt'>}<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                ..or
if I set “use_mppe=no” to the mschap module although this means
that I will be loosing the MS-MPPE-Encryption-Policy and MS-MPPE-Encryption-Types
attributes as well. Which one do you think is the best approach and has less
impact for other authentication methods (e.g. straightforward mschapv2 or
others)?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                By
the way, I also tried using PEAP and mschapv2 for phase 2 but it didn’t
have the above problem (it had just one pair of MS-MPPE keys). Isn’t that
weird since mschapv2 in PEAP is also eap-mschapv2 so it would expect to get exactly
the same phase 2 with EAP-TTLS.. What am I missing here?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>                Thanks
a lot in advance,<o:p></o:p></p>

<p class=MsoNormal>                Panos<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>