Re: Problem with sending challenge response

2004-05-18 Thread Alan DeKok
=?iso-8859-1?q?SANDEEP=20KHANNA?= [EMAIL PROTECTED] wrote: Sir, I read radclient file . Its usage says Usage: radclient [options] server[:port] command [secret] Uh... yes. Do you think I didn't know that? and I have come to know through the rfc'c that I should include the state received

Re: Problem with sending challenge response

2004-05-17 Thread Alan DeKok
=?iso-8859-1?q?SANDEEP=20KHANNA?= [EMAIL PROTECTED] wrote: Now I want to know how this freh request will be sent .If I sent it the same way , server takes it as a normal password and send me a challenge again. Please read the RADIUS RFC's. Specifically, the use of the State attribute.

Re: Problem with sending challenge response

2004-05-17 Thread SANDEEP KHANNA
Sir thanks ver much for your response, but I have already read the rfc before sending my question. Could u please tell me the exact syntax on sending request with State attribute like I am using radtest username password server ip:port NAS port shared secret key to send the original request .

Re: Problem with sending challenge response

2004-05-17 Thread SANDEEP KHANNA
Sir thanks very much for your response, but I have already read the rfc before sending my question. Could u please tell me the exact syntax on sending request with State attribute like I am using radtest username password server ip:port NAS port shared secret key to send the original request .

Re: Problem with sending challenge response

2004-05-17 Thread Alan DeKok
=?iso-8859-1?q?SANDEEP=20KHANNA?= [EMAIL PROTECTED] wrote: Could u please tell me the exact syntax on sending request with State attribute like I am using radtest Don't use radtest. Use radclient. READ radtest. It's just a shell script. Alan DeKok. - List

Re: Problem with sending challenge response

2004-05-17 Thread SANDEEP KHANNA
Sir, I read radclient file . Its usage says Usage: radclient [options] server[:port] command [secret] and I have come to know through the rfc'c that I should include the state received from radius server as it is in my request.So how I will add this and also the encrypted password which I got

Re: Problem with sending challenge response

2004-05-17 Thread SANDEEP KHANNA
Sir, I read radclient file . Its usage says Usage: radclient [options] server[:port] command [secret] and I have come to know through the rfc'c that I should include the state received from radius server as it is in my request.So how I will add this and also the encrypted password which I got

Re: Problem with sending challenge response

2004-05-16 Thread SANDEEP KHANNA
Hello Sir, I am using freeradius to test a RADIUS server. When I give radtest command at a port where the server is listening for challenge handshake, it return me the challenge and the PIN as it should .Now I need to encrypt the password with this pin and state through my offline client and I

Problem with sending challenge response

2004-05-15 Thread SANDEEP KHANNA
Hello All, I am using freeradius-0.9.3 and it is working very fine. I have tested Access-Request for accounting purpose with no problem at all. But when i send request for challenge handshake, server returns me the PIN and the state . but I think i cant use the original request

Re: Problem with sending challenge response

2004-05-15 Thread Alan DeKok
=?iso-8859-1?q?SANDEEP=20KHANNA?= [EMAIL PROTECTED] wrote: But when i send request for challenge handshake, server returns me the PIN and the state . The server doesn't do challenge-response. The X99 module does, but it doesn't return PINs. It wouild be good for you to explain in