How To Create Authentication Request Packet to pass as input to RADCLIENT
Hi, Does anyone know where can I find documentation about radclient? I am trying to figure out how to test EAP-MD5 using radclient. I want to use it to send Authentication Request packets to my AAA server where the authentication method is EAP-MD5. But I don't know how to create these packets (what attributes and values should be included). The EAP-Message attribute should be included but how do I emulate the correct value for it? Please help me with this. Thanks. Dana
Dana Blanaru wrote:
Does anyone know where can I find documentation about radclient?
$ man radclient
I am trying to figure out how to test EAP-MD5 using radclient. I want to use it to send Authentication Request packets to my AAA server where the authentication method is EAP-MD5.
radclient doesn't do EAP.
But I don't know how to create these packets (what attributes and values should be included).
The EAP-Message attribute should be included but how do I emulate the correct value for it?
For EAP testing, use the eapol_test program from wpa_supplicant. Alan DeKok.
Thanks a lot, Alan! I am kind of beginner in this, so can you please give me more details about eapol_test program (it's a freeradius tool? where do I find it?) Dana On Wed, May 21, 2008 at 6:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
Dana Blanaru wrote:
Does anyone know where can I find documentation about radclient?
$ man radclient
I am trying to figure out how to test EAP-MD5 using radclient. I want to use it to send Authentication Request packets to my AAA server where the authentication method is EAP-MD5.
radclient doesn't do EAP.
But I don't know how to create these packets (what attributes and values should be included).
The EAP-Message attribute should be included but how do I emulate the correct value for it?
For EAP testing, use the eapol_test program from wpa_supplicant.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Dana Blanaru wrote:
Thanks a lot, Alan! I am kind of beginner in this, so can you please give me more details about eapol_test program (it's a freeradius tool? where do I find it?)
Google? As I said, it's part of the wpa_supplicant project. They're NOT hard to find.
For EAP testing, use the eapol_test program from wpa_supplicant.
Alan DeKok.
participants (2)
-
Alan DeKok -
Dana Blanaru