Hi,<br><br>I'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="testuser"<br>password="password"<br>anonymous_identity="anonymous"<br>
ca_cert="/usr/local/etc/raddb/certs/my_cacert.pem"<br>phase2="auth=CHAP"<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>