Reduce debug output in eapol_test

2010-03-17 Thread R C
hi, does any one know how to reduce or completely remove debug output when an eapol_test is run? this is for performance reasons. thanks in advance for your help. rc. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RADIUS_CLIENT_MAX_WAIT does not work

2010-03-17 Thread R C
Hi, I am testing my radius server with eapol_test that comes with the wpa_supplicant. If the radius server is down, I want the eapol_test to not give up trying to talk to the radius server. So, i set the parameter RADIUS_CLIENT_MAX_WAIT to 9 seconds and the eapol_test timeout to 1.

Re: eapol_test retransmits 10 times

2010-03-15 Thread R C
13, 2010 1:47:17 AM Subject: Re: eapol_test retransmits 10 times On Thu, Mar 11, 2010 at 12:16 AM, R C rc_w...@yahoo.com wrote: My eapol_test retransmits 10 times even though i set the RADIUS_CLIENT_MAX_RETRIES to 0. How can i avoid it retransmitting 10 times? It retransmits 10 times every 150

Determine number of client requests sent to the free radius server

2010-03-10 Thread R C
Hi, Is there a way to determine how many client requests are being received by the free radius server? thanks, rc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Determine number of client requests sent to the free radius server

2010-03-10 Thread R C
thanks all, for your response. i will try them out. rc. From: Alexandre Chapellon alexandre.chapel...@mana.pf To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wed, March 10, 2010 12:51:51 PM Subject: Re: Determine number of client

eapol_test retransmits 10 times

2010-03-10 Thread R C
Hi, My eapol_test retransmits 10 times even though i set the RADIUS_CLIENT_MAX_RETRIES to 0. How can i avoid it retransmitting 10 times? It retransmits 10 times every 150 seconds. /* Defaults for RADIUS retransmit values (exponential backoff) */ #define

License for radperf

2010-03-04 Thread R C
Hi, In the README for radperf tool, the following gives information about Licensing. I downloaded the tool but am not sure if i can run it without the license as per the highlighted red sections below. Please advise. I just want to run this tool on my machine to load test my radius server.

Re: License for radperf

2010-03-04 Thread R C
Sorry about the spam :( From: Alan DeKok al...@deployingradius.com To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Thu, March 4, 2010 2:35:27 PM Subject: Re: License for radperf R C wrote: In the README for radperf tool

FAILURE at the end of eapol test

2010-03-04 Thread R C
Hi, What does teh FAILURE at the end of the eapol test result mean? But, the eap authentication is successful as shown in green color below. RADIUS packet matching with station MS-MPPE-Send-Key (sign) - hexdump(len=32): 11 57 03 9f b7 b4 cb ef 7a

FAILURE at the end of eapol test result

2010-03-04 Thread R C
Resending in a plain text format... Hi, What does the FAILURE at the end of the eapol test result mean? But, the eap authentication is successful as shown below. Why is there a failure at the end of the result when the eap authentication is successful? Thanks for your help.

Re: Can a wpa_supplicant talk to a Free Radius server without a NAS in between?

2010-03-03 Thread R C
, 2010 6:36:03 PM Subject: Re: Can a wpa_supplicant talk to a Free Radius server without a NAS in between? R C wrote: Sorry about the multiple questions. But, I really didnt get what tool to use for the following question :( I said: See eapol_test. It's included with wpa_supplicant. 4

Re: Can a wpa_supplicant talk to a Free Radius server without a NAS in between?

2010-03-03 Thread R C
Hi, I ran eapol_test with reauthentication = 100. It went through fine. Thanks for that. 1. But, since these reauthentications are serial and not parallel, and even if i run 5-6 eapol_test processes at the same time, there will be only 5-6 parallel sessions at any given time. 2. Since there

Re: Can a wpa_supplicant talk to a Free Radius server without a NAS in between?

2010-03-02 Thread R C
Thank you very much for you response Alan. Here is my requirement in more detail: I want to test the scalability of my server software. This server software and a Free Radius Server sit on the same linux box. I want to see how many client requests the Radius server can handle via EAP-TLS. And,

Re: Can a wpa_supplicant talk to a Free Radius server without a NAS in between?

2010-03-02 Thread R C
server without a NAS in between? R C wrote: Here is my requirement in more detail: It was pretty clear what you wanted to do. 1. Considering the limitation of the resources, I was thinking about how i can get so many (100,000) wpa supplicant sessions up and running at the same time. Do you

WPA supplicant

2010-03-01 Thread R C
hi, is there any wpa supplicant out there that can generate multiple seperate sessions at the same time? i have wpa_supplicant, but it will generate only 1 session per interface. I need to generate 1000's of such wpa client requests going to the free radius server. Any help is appreciated.