"Bilal Ahmed" <[EMAIL PROTECTED]> wrote: > I have only been able to initialize FreeRADIUS for EAP-TTLS with Phase 2 > type "md5" and "mschapv2".
No. Those "phase 2 types" are sub-types of EAP. > Setting the Phase 2 type to any other type such pap, chap etc gives out > an error message to the effect "Unknown EAP type". Exactly. Those are not EAP types. > How can I enable the other Phase 2 types? You don't. The server figures it out for itself. What you're talking about is the "default_eap_type" entry in the "ttls" sub-section of the "eap" module. The comments above that configuration entry TELL YOU that it's only used for tunneled EAP types, and is ignored for non-EAP types in the tunnel. Configure a username && clear-text password for the tunneled user, and pap/chap, eap-md5, eap-mschapv2 will all work in the tunnel. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

