<div dir="ltr">ok, I followed your process. i make a file with User-Name and NAS-IP-Address attribute. and issue the following command<div style>radclient -c 10 -p 1000 -f radrequest.txt 192.168.0.112 auth testing123</div>
<div style>But i only receive 10 "access-accept" packets. So what does it mean?? If upper command issues 1000 requests 10 times, so their should be 10000 "access-accept" packets?? So please tell me where things are going worse :(</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 13, 2013 at 2:37 PM, Olivier Beytrison <span dir="ltr"><<a href="mailto:olivier@heliosnet.org" target="_blank">olivier@heliosnet.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13.02.2013 09:38, Muhammad Nadeem wrote:<br>
> I used -c 10000, and omit -p,, result was the same . 10000 users were<br>
> authenticated in 23 seconds :) . So i think no difference of using -p<br>
> and -c together ?? M I right??????<br>
><br>
</div>Well yeah -p works only with a file (-f)<br>
<br>
so, feed your request multiple time to a file :<br>
for d in {1..10000} ; do echo -e<br>
"User-Name=001AAD3F8165\nNAS-IP-Address=10.192.100.4\n" >><br>
rad-requests.txt ; done<br>
<br>
(there need to be a empty line between request, hence the extra \n at<br>
the end)<br>
<br>
Send the requests, 100 at a time, and repeat 10 times<br>
<br>
radclient -c 10 -p 100 -f rad-requests.txt server:port auth secret<br>
<br>
Tested it here and works very well<br>
<div class="HOEnZb"><div class="h5"><br>
Olivier<br>
--<br>
<br>
 Olivier Beytrison<br>
 Network & Security Engineer, HES-SO Fribourg<br>
 Mobile: <a href="tel:%2B41%20%280%2978%20619%2073%2053" value="+41786197353">+41 (0)78 619 73 53</a><br>
 Mail: <a href="mailto:olivier@heliosnet.org">olivier@heliosnet.org</a><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best Regards<br>Muhammad Nadeem<br>Muhammad Ali Jinnah University
</div>