PEAP version 1 is supported in freeradius?
Hi, Does latest snapshot release of freeradius supports PEAP versions 0 and 1 ? or only 0 is supported? -- Regards & Thanks Raghavendra. S
Raghavendra. S wrote:
Does latest snapshot release of freeradius supports PEAP versions 0 and 1 ? or only 0 is supported?
Peapv0. Peapv1 *may* be supported in rlm_eap2, but it's up to you to configure and build it. The module is experimental, and is NOT for production use. See raddb/experimental.conf Alan DeKok.
Hi, I want to setup freeradius server to test peap version 1. For that configured freeradius-server-snapshot-20071217, as below ./configure --prefix=/usr/local/radius-latest --with-openssl-includes=/usr/local/openssl/include --with-openssl-libraries=/usr/local/openssl/lib --with-modules=rlm_eap2 and compiled to get radiusd. Added following block in eap.conf, eap2 { default_eap_type=peap peap { default_eap_type=mschapv2 } mschapv2 { } } Also added following lines in users jbibe User-Password := "whatever" #jbibe Cleartext-Password := "whatever" (Tried individually commenting one of the above lines at time) I have following lines in clients.conf clients 10.89.49.1 { secret=raghu123456 shortname=3com } At wpa supplicant said it is failing, and also it says that, server peap version=0. and wpa peap version=1. Whether I have to do something extra to enable peap version 1 in freeradius? -Raghu. On 12/18/07, Alan DeKok <aland@deployingradius.com> wrote:
Raghavendra. S wrote:
Does latest snapshot release of freeradius supports PEAP versions 0 and 1 ? or only 0 is supported?
Peapv0.
Peapv1 *may* be supported in rlm_eap2, but it's up to you to configure and build it. The module is experimental, and is NOT for production use.
See raddb/experimental.conf
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards & Thanks Raghavendra. S
Raghavendra. S wrote:
I want to setup freeradius server to test peap version 1. For that configured freeradius-server-snapshot-20071217, as below ... Added following block in eap.conf,
Did you READ the text in "experimental.conf" as I said? It appears not, because the "eap2" configuration you posted shows you using configuration items that are documented as NOT WORKING.
At wpa supplicant said it is failing, and also it says that, server peap version=0. and wpa peap version=1.
Whether I have to do something extra to enable peap version 1 in freeradius?
Read the documentation you were told to read. And if you have any more questions about it not working.... go read the documentation about the module in experimental.conf. ALL of your questions are answered there, including what kind of questions to NOT ask on this list. The module is experimental, it is documented as being experimental, and the documentation says what you need to do to make it NOT experimental. Follow the instructions, because I see no point in re-posting them here. Alan DeKok.
participants (2)
-
Alan DeKok -
Raghavendra. S