how to use RSA instead of DH?

2010-01-04 Thread kachin Agarwal
Hi,     I m using freeradius-server 2.1.7. I ve created an openssl engine for doing all the RSA calculations and it is quite fast. But when i use the try to authenticate something it uses DH algorithm also. so how can i make use of only RSA so that my authentication rate is high. What part of t

Re: radiusd -X

2009-12-16 Thread kachin Agarwal
Hey, I am new to this.. wat does this hardware SSL accelerator card do???  where do u get this??? Thanks & Regards, Kachin The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user

Re: radiusd -X

2009-12-16 Thread kachin Agarwal
Hi, After a lot of investigation, i have found the reason for my low auth-rate. The auth-rate i m gettin now is 3/sec. so approx. 330 ms per authentication. this is a radiusd -X : eap] processing type peap [peap] processing EAP-TLS [peap] eaptls_verify returned 7 [peap] Done initial handsha

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Hi, radiusd -Xx does not work in my case. It shows the timestamp but before it authenticates it gets timed out. It takes a hell lot of time to authenticate when i use radiusd -X. So i itself included all the timestamp code.. Thanx & Regards, Kachin The INTERNET now has a personality. Y

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Ok. 1 last thing. I have done some experiments bcoz my auth-rate is low. i ve included timestamps in the freeradius code and in some modules. and i found out -  Finished Request 0  : Tue, 15 Dec 2009 07:08:35  0.788477  Going to the next Request  : Tue, 15 Dec 2009 07:08:35  0.788649  Wakin

Re: radiusd -X

2009-12-15 Thread kachin Agarwal
Hi,  I have a doubt. If  the entire authentication ends in milli seconds then how can it wait for about 4.9 seconds in each handshake.??? Thanks & Regards, Kachin The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/- List info/subscribe/unsubscrib

radiusd -X

2009-12-14 Thread kachin Agarwal
Hi, Whenever i use radiusd -X i get the following  : This is a part of radiusd -X Sending Access-Challenge of id 8 to 127.0.0.1 port 10004     Tunnel-Type:0 = VLAN     Tunnel-Medium-Type:0 = IEEE-802     Tunnel-Private-Group-Id:0 = "2"     Symbol-User-Group = "moto"     Symbol-Downlink-Limit-Kbp

Re: Problem with rlm_realm

2009-12-02 Thread kachin Agarwal
Hey i m new to freeradius-server.  i m quiet confused with it.  so i dont know wat configuration files u r talking about. wat should i edit in the configuration files? my authenticatoin rate is low. so i thought there might be some problem with the radius-server.   The INTERNET now has

Re: Problem with rlm_realm

2009-12-02 Thread kachin Agarwal
Hi,   I ve not edited any configuration files. I m just using this radius-server on the switch for authentication. i m buliding it without these modules :                  --without-rlm_attr_filter --without-rlm_digest \   --without-rlm_expr --without-rlm_krb5 --without-rlm

Re: Problem with rlm_realm

2009-12-02 Thread kachin Agarwal
Hi,   I ve not edited any configuration files. I m just using this radius-server on the switch for authentication. i m buliding it without these modules :                  --without-rlm_attr_filter --without-rlm_digest \   --without-rlm_expr --without-rlm_krb5 --without-rlm

Re: Problem with rlm_realm

2009-12-01 Thread kachin Agarwal
Hi,     Ya i tried to build it using --without-rlm_realm, but then too it is building. wat might be the problem?? and ya it takes a very long time when i run the radius server in debugging mode.. what might be the problem for the low authentication rate? how much auth rate approx should i ge

Problem with rlm_realm

2009-12-01 Thread kachin Agarwal
Hi, I M using freeradius-server 2.1.7. The authentication rate i m getting is just 4 or 5. when i put a timestamp in each of the modules, i found out that the module "rlm_realm" is called about 12 times in each authentication. That is in each handshake between the mobile unit and the radius serv

Re: Authentication

2009-11-22 Thread kachin Agarwal
Hi, What is the approx authentication rate u get on a good standard hardware using freeradius-server 2.1.7...? Thanx & Regards, Kachin --- On Fri, 20/11/09, kachin Agarwal wrote: From: kachin Agarwal Subject: Authentication To: freeradius-users@lists.freeradius.org Date: Friday

Authentication

2009-11-20 Thread kachin Agarwal
Hi,    I m currently using freeradius-server 2.1.7.    when i try to authenticate it takes abt 400 millisec to authenticate. i use peap-mschapv2 for authentication.  So in 1 sec the number of devices  i can authenticate is jus 4 to 5.   so wat to do? should i modify anything in the freeradius co

Compiling freeradius server with static libraries

2009-11-13 Thread kachin Agarwal
Hi, How to compile the freeradius server using static library function?? Thanx & Regards, kachin Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Learning Freeradius Server

2009-11-12 Thread kachin Agarwal
Hi all,   I m new to freeradius server. I jus want to understand the flow of freeradius server and how does it run. So somebody could help me start with it on how to read the code. which is the program code to start with. Thanx & Regards, Kachin The INTERNET now has a personality.

Cannot upgade to 2.1.7

2009-11-10 Thread kachin Agarwal
Hi, I think i vefound the problem. it is not able to find the gdbm.h file from /usr/include. configuring in src/modules/rlm_counter configure: running /bin/sh ./configure '--prefix=/usr'  '--build' 'i686-pc-linux-gnu' '--host' 'mips-xlr-linux-gnu' '--target' 'mips-xlr-linux-gnu' '--enable-str

Cannot upgade to 2.1.7

2009-11-09 Thread kachin Agarwal
: *** [/*/*/*/*/*//freeradius-server-2.1.7/src/main/radiusd] Error 1 if i remove this rlm_counter , it shows an error in rlm_eap_peap. wat to do?? --- On Mon, 9/11/09, kachin Agarwal wrote: From: kachin Agarwal Subject: Cannot upgade to 2.1.7 To: freeradius-users@lists.freeradius.org Date: Monday, 9

Cannot upgade to 2.1.7

2009-11-09 Thread kachin Agarwal
Hi,     Ya i need the rlm_counter module. so how can i rectify it..? plz give me a solution.. Thanks & Regards, Kachin --- On Mon, 9/11/09, kachin Agarwal wrote: From: kachin Agarwal Subject: Cannot upgade to 2.1.7 To: freeradius-users@lists.freeradius.org Date: Monday, 9 November, 200

Cannot upgade to 2.1.7

2009-11-09 Thread kachin Agarwal
Hi, I m trying to upgrade the freeradius server to 2.1.7. But when i build i get the following error : configure: error: set --without-rlm_counter to disable it explicitly. configure: error: ./configure failed for src/modules/rlm_counter make: *** [*/*/*/*/*/*/*/radius/freeradius-server-2.1.7/src

cannot upgrade 2.1.6 to 2.1.7

2009-10-22 Thread kachin Agarwal
Hi, If i dont ve pthread.h in my system.. then how did the 2.1.6 build work.? but i remove the line callback=wait_for_child_to_die; there is no error. can i remove this line and build or is there any other solution to fix it Thanx & Regards, kachin Keep up with people you care about w

cannot upgrade 2.1.6 to 2.1.7

2009-10-22 Thread kachin Agarwal
Hi,  i m trying to upgrade my radius server from 2.1.6 to 2.1.7 but when ever i try to make the build i m getting the following error xlat.c:548: warning: passing argument 3 of 'xlat_register' discards qualifiers from pointer target type xlat.c:557: warning: passing argument 3 of 'xlat_register'

Re: Improving Auth-Rate

2009-10-13 Thread kachin Agarwal
Hi, I m trying to improve the auth rate. the auth-rate i m getting now is 3 i.e number of mobile units that can authenticate per minute is 3. So how can i increase it to 5 or something? Which part of the code should i focus on? Thanx From cricket scores to your friends. Try the Yahoo

Improving Auth-Rate..

2009-10-13 Thread kachin Agarwal
hi,    If i want to improve the auth-rate which part of the code should i focus on? Keep up with people you care about with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/connectmore- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Cannot upgrade 2.1.4 to 2.1.6

2009-09-16 Thread kachin Agarwal
m trying to upgrade freeradius-server from 2.1.4 to 2.1.6. i ve created some patches and applied it. but while compiling, it patches all the files and then gives me an error as below : /opt/wios/gcc-4.2.2-glibc-2.7- p2/mips-xlr-linux-gnu/lib/gcc/ mips-xlr-linux-gnu/4.2.2/../.. /../../mips-xlr-