Re: Radtest problem

2005-02-06 Thread Lyle Giese
Who/What is doing the NAT and where is that in relation to the wireless
access point and the radius server?

Lyle

- Original Message - 
From: "Peeyush sharma" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, February 05, 2005 7:35 PM
Subject: Radtest problem


> Hi all,
>I am a new user here. Infact this is my first
> email as I am just beginning to use freeradius. I am
> trying to run the Radius server and client in the same
> system but the server on wired LAN and the client on
> wireless. I am having some problem which I am
> mentioning below. It should be something very basic
> that I am ignoring. For any help many thanks in
> advance.
>
>   So here is the problem. The Radius server(wired) is
> running on 152.15.103.195 and the client I am using
> has the address 192.168.13.22.
>
>   I made the server run on the 152... address by
> changing the radiusd.conf file and added the entry for
> wireless client 192... in the clients.conf file.
>
>   My default route is set through wireless so that a
> request can be sent out. Now I give the following
> command. 'radtest123' is the user's password and the
> 'testing123-1' is the shared secret defined for the
> client in the client.conf file.
>
> *
> Command Prompt# radtest someone radtest123
> 152.15.103.195 10 testing123-1
> Sending Access-Request of id 232 to
> 152.15.103.195:1812
> User-Name = "someone"
> User-Password = "radtest123"
> NAS-IP-Address = something
> NAS-Port = 10
> Re-sending Access-Request of id 232 to
> 152.15.103.195:1812
> User-Name = "someone"
> User-Password =
> "gB>\021\3642M\251\363\027\376\212\364\237\267\315"
> NAS-IP-Address = something
> NAS-Port = 10
> *
> and this Re-sending keeps repeating until time-out
> occurs.
>
> Following is the server's output in radiusd -X.
> *
> Listening on authentication 152.15.103.195:1812
> Listening on accounting 152.15.103.195:1813
> Listening on proxy 152.15.103.195:1814
> Ready to process requests.
> rad_recv: Access-Request packet from host
> 152.15.103.195:32775, id=232, length=59
> Ignoring request from unknown client
> 152.15.103.195:32775
> **
>
>  I understand that this error is coming becuase of
> address 152.15... not being defined in the
> clients.conf file. But in that file we define the
> address of the client and not the server and IP
> address in the radtest command stands for the server
> not the client.
>  Now what I am failing to understand is that if my
> wireless client is sending the request then the server
> should have 192.168.13.22 as the host from which the
> request has been received, then why it is having
> 152.15 as the sender's address.
>  I am sure becuase of the tcpdump command output
> that the wireless client is the default outgoing
> source and thus the request must come from the
> 192.168... and not from 152.15
>
>Something very basic is wrong, any help will be
> wonderful.
>
>  Thanks.
> --Peeyush
>
>
>
>
>
> __
> Do you Yahoo!?
> All your favorites on one personal page - Try My Yahoo!
> http://my.yahoo.com
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Radtest problem

2005-02-05 Thread Alan DeKok
Peeyush sharma <[EMAIL PROTECTED]> wrote:
> rad_recv: Access-Request packet from host
> 152.15.103.195:32775, id=232, length=59
> Ignoring request from unknown client
> 152.15.103.195:32775
> **

  That's the address the client is sending from.

>  I understand that this error is coming becuase of
> address 152.15... not being defined in the
> clients.conf file. But in that file we define the
> address of the client and not the server and IP
> address in the radtest command stands for the server
> not the client. 

The RADIUS client is sending packets from 152.15.103.195.

  I don't know what you mean by "wireless client".  Is it sending
RADIUS packets?

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Radtest problem

2005-02-05 Thread Peeyush sharma
Hi all,
   I am a new user here. Infact this is my first
email as I am just beginning to use freeradius. I am
trying to run the Radius server and client in the same
system but the server on wired LAN and the client on
wireless. I am having some problem which I am
mentioning below. It should be something very basic
that I am ignoring. For any help many thanks in
advance.

  So here is the problem. The Radius server(wired) is
running on 152.15.103.195 and the client I am using
has the address 192.168.13.22. 

  I made the server run on the 152... address by
changing the radiusd.conf file and added the entry for
wireless client 192... in the clients.conf file. 

  My default route is set through wireless so that a
request can be sent out. Now I give the following
command. 'radtest123' is the user's password and the
'testing123-1' is the shared secret defined for the
client in the client.conf file.
 
*
Command Prompt# radtest someone radtest123
152.15.103.195 10 testing123-1
Sending Access-Request of id 232 to
152.15.103.195:1812
User-Name = "someone"
User-Password = "radtest123"
NAS-IP-Address = something
NAS-Port = 10
Re-sending Access-Request of id 232 to
152.15.103.195:1812
User-Name = "someone"
User-Password =
"gB>\021\3642M\251\363\027\376\212\364\237\267\315"
NAS-IP-Address = something
NAS-Port = 10
*
and this Re-sending keeps repeating until time-out
occurs.

Following is the server's output in radiusd -X.
*
Listening on authentication 152.15.103.195:1812
Listening on accounting 152.15.103.195:1813
Listening on proxy 152.15.103.195:1814
Ready to process requests.
rad_recv: Access-Request packet from host
152.15.103.195:32775, id=232, length=59
Ignoring request from unknown client
152.15.103.195:32775
**

 I understand that this error is coming becuase of
address 152.15... not being defined in the
clients.conf file. But in that file we define the
address of the client and not the server and IP
address in the radtest command stands for the server
not the client. 
 Now what I am failing to understand is that if my
wireless client is sending the request then the server
should have 192.168.13.22 as the host from which the
request has been received, then why it is having
152.15 as the sender's address. 
 I am sure becuase of the tcpdump command output
that the wireless client is the default outgoing
source and thus the request must come from the
192.168... and not from 152.15
  
   Something very basic is wrong, any help will be
wonderful. 
 
 Thanks.
--Peeyush

  



__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: radtest problem

2004-06-04 Thread RH List Account








Looked fine to me… (although I don’t
have a good answer to the question)

 

Ernesto, try running radiusd in debug mode
(-X) in another session, and watching the output for hints when you run
radtest.

 

Rob

 









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thor Spruyt
Sent: Friday, June 04, 2004 12:13
PM
To:
[EMAIL PROTECTED]
Subject: Re: radtest problem



 



Ernesto, send your mail in plain text, then you'll probably
get a response :)







- Original Message - 





From: Ernesto
Freyre 





To: [EMAIL PROTECTED]






Sent: Friday, June 04,
2004 12:39 PM





Subject: radtest problem





 





Hi List, please I am facing the following  problem:





 





when I attempt to use the radtest tool withe args.:





 





radtest [EMAIL PROTECTED] 
wilma 172.16.10.5:1645 123 MYSECRET





 





I have the message:






radclient:failed to get value





 





I am working with FreeBSD  4.9,  freeradius
0.93





 





Please, could some one to have some hint about this issue?





 





thank you  in advance





Ernesto
Freyre.












Re: radtest problem

2004-06-04 Thread Thor Spruyt



Ernesto, send your mail in plain text, then you'll 
probably get a response :)

  - Original Message - 
  From: 
  Ernesto 
  Freyre 
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, June 04, 2004 12:39 
PM
  Subject: radtest problem
  
  Hi List, please I am facing the following 
   problem:
   
  when I attempt to use the radtest tool withe 
  args.:
   
  radtest [EMAIL PROTECTED]  wilma 172.16.10.5:1645 123 
  MYSECRET
   
  I have the message:
  radclient:failed to get value
   
  I am working with FreeBSD  4.9,  freeradius 0.93
   
  Please, could some one to have some hint about this issue?
   
  thank you  in advance
  
  Ernesto 
Freyre.


radtest problem

2004-06-04 Thread Ernesto Freyre



Hi List, please I am facing the following 
 problem:
 
when I attempt to use the radtest tool withe 
args.:
 
radtest [EMAIL PROTECTED]  wilma 172.16.10.5:1645 123 
MYSECRET
 
I have the message:
radclient:failed to get value
 
I am working with FreeBSD  4.9,  freeradius 0.93
 
Please, could some one to have some hint about this issue?
 
thank you  in advance

Ernesto Freyre.