Hi,<br><br>I&#39;ve just found out about the eapol_tool that can be used against freeradius server.<br>I want to test EAP-TTLS using mutual authentication in phase1 (client authenticates also with an certificate).<br><br>First i tried one way authentication and it worked. I was using this configuration file:<br>
<br><pre style="font-family: arial,sans-serif;">network={<br>eap=TTLS<br>eapol_flags=0<br>key_mgmt=IEEE8021X<br>identity=&quot;testuser&quot;<br>password=&quot;password&quot;<br>anonymous_identity=&quot;anonymous&quot;<br>
ca_cert=&quot;/usr/local/etc/raddb/certs/my_cacert.pem&quot;<br>phase2=&quot;auth=CHAP&quot;<br>}<br><br>My question: what do I have to add to this file in order to have two way authentication?<br><br>Thank you for your assistance on this.<br>
</pre><br>