Re: radexample.c

2007-03-25 Thread Alan DeKok
Ibrar Ahmed wrote: Hi, Any body tells me how I can get working radexample with freeradius. I am getting this packat one server User-Name = test User-Password = [EMAIL PROTECTED] NAS-IP-Address = 255.255.255.255 NAS-Port = 0 Read the debug output. It

Re: some doubts, im newbie, radius authentication and mysql.

2007-03-25 Thread Alan DeKok
alex wrote: Only the first query looks to have a valid result. SELECT id, UserName, Attribute, Value, op FROM radcheck WHERE Username = '00:09:5b:65:98:b0' ORDER BY id After that the other queries doesnt have a valid answer, so the user uis rejected. My

Re: radexample.c

2007-03-25 Thread Ibrar Ahmed
Thanks DeKok, I have read the debug output it says auth: Failed to validate the user. But when I have tried same user/pass combination with radclient it works fine Here is my debug output. [EMAIL PROTECTED]:freeradius-1.1.4$ src/main/radiusd -AXf Starting - reading configuration files ...

Re: freeradius-1.1.5 and FC4

2007-03-25 Thread Goke Aruna
Ronaldo Zhou wrote: I encountered the problem, too. On 3/21/07, *Goke Aruna* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I installed freeradius-1.1.4 in FC4 and i got all the compilation without error. However, when i tried to run the radiusd in debug mode i got the

Re: radexample.c

2007-03-25 Thread Ibrar Ahmed
Thanks DeKok, I have read the debug output it says auth: Failed to validate the user. But when I have tried same user/pass combination with radclient it works fine Here is my debug output. [EMAIL PROTECTED]:freeradius-1.1.4$ src/main/radiusd -AXf Starting - reading configuration files ...

Re: freeradius problem : need help

2007-03-25 Thread Goke Aruna
satish patel wrote: check radwatch is runing or not is runing then kill radwatch it is for watching radiusd deamon for monitoring radius process */elmalhi abdelghani [EMAIL PROTECTED]/* wrote: what means plaese this : There appears to be another RADIUS server running on the

Re: radexample.c

2007-03-25 Thread Alan DeKok
Ibrar Ahmed wrote: Thanks DeKok, I have read the debug output it says auth: Failed to validate the user. But when I have tried same user/pass combination with radclient it works fine Here is my debug output. I know it's a lot of information, but reading it is the ONLY way you will

Re: radexample.c

2007-03-25 Thread Ibrar Ahmed
--- Alan DeKok [EMAIL PROTECTED] wrote: Ibrar Ahmed wrote: Thanks DeKok, I have read the debug output it says auth: Failed to validate the user. But when I have tried same user/pass combination with radclient it works fine Here is my debug output. I know it's a lot of

Re: radexample.c

2007-03-25 Thread Ibrar Ahmed
I have read the debug output it says auth: Failed to validate the user. But when I have tried same user/pass combination with radclient it works fine I know it's a lot of information, but reading it is the ONLY way you will solve the problem. I have read all the information care

Re: freeradius unistalling

2007-03-25 Thread fadli
or may be, when configuring the installation, use --prefix, to install the server in location other than default # ./configure --prefix=/opt/freeradius I will ease use to remove freeradius using command # rm -rf /opt/freeradius On 3/24/07, Thor Spruyt [EMAIL PROTECTED] wrote: There is no

Re: radexample.c

2007-03-25 Thread Alan DeKok
Ibrar Ahmed wrote: ... I was thinking this was a secret issue. But I have cross checked it on my client and server side both. Then the RADIUS code in radiusclient is buggy. Can you say which version of radiusclient you are using? What CPU you are running this on? Alan DeKok. --

Re: bandwidth and volume limit

2007-03-25 Thread fadli
A) bandwidth limit You can use WISPr-Bandwidth-Max-Down and WISPr-Bandwidth-Max-Up attribute to limit the bandwidth. they should be inserted in radreply or groupradreply table. But you need to modify NAS firewall to force the attribute to user. I use chillispot. In the NAS I force all user

Re: Questions about Freeradius counter

2007-03-25 Thread fadli
On 3/22/07, guest01 [EMAIL PROTECTED] wrote: Hi guys! I have two minor problems with the radius counter. I am using the radius counter for counting the sessiontimeout, which works quite good. counter sessiontimeout { filename = ${logdir}/db.sessiontimeout key = User-Name

freeradius + postgresql + realms + different databases for each realm

2007-03-25 Thread trol anon
I was wondering if anyone might be able to point me in the right direction with regard to setting up freeradius with postgres so that each realm is authenticated out of a separate database (on the same postgres server). I understand that this might not be the best way to handle things, but for

Re: freeradius + postgresql + realms + different databases for each realm

2007-03-25 Thread Alan DeKok
trol anon wrote: I was wondering if anyone might be able to point me in the right direction with regard to setting up freeradius with postgres so that each realm is authenticated out of a separate database (on the same postgres server). The SQL queries are configurable. Just replace the