Re: Configuring Freeradius to authenticate with MySQL

2004-12-01 Thread bhalchandra sawant
Hi, After editing clients.conf I again started radius in debugging mode i.e. radiusd -X. The exact radtest line is as follows : radtest root 123456 spacecable 1812 omeya Regards, -bs sawant --- Jason Frisvold [EMAIL PROTECTED] wrote: On Tue, 30 Nov 2004 01:40:15 -0800 (PST),

Re: Configuring Freeradius to authenticate with MySQL

2004-12-01 Thread Jason Frisvold
On Wed, 1 Dec 2004 02:44:23 -0800 (PST), bhalchandra sawant [EMAIL PROTECTED] wrote: Hi, After editing clients.conf I again started radius in debugging mode i.e. radiusd -X. The exact radtest line is as follows : radtest root 123456 spacecable 1812 omeya Hrm... Can you post all of the

Re: Configuring Freeradius to authenticate with MySQL

2004-12-01 Thread Thor Spruyt
bhalchandra sawant wrote: Hi, After editing clients.conf I again started radius in debugging mode i.e. radiusd -X. The exact radtest line is as follows : radtest root 123456 spacecable 1812 omeya Use 127.0.0.1 instead of spacecable, since spacecable probably isn't resolving to 127.0.0.1! --

Re: Configuring Freeradius to authenticate with MySQL

2004-12-01 Thread bhalchandra sawant
Hi Jason, Yes, I had made mistake in $INCLUDE ${confdir}/clients.conf. It was commented. Now Freeradius started accepting requests. Thanks, -bs sawant --- Jason Frisvold [EMAIL PROTECTED] wrote: On Wed, 1 Dec 2004 02:44:23 -0800 (PST), bhalchandra sawant [EMAIL PROTECTED] wrote: Hi,

Re: Configuring Freeradius to authenticate with MySQL

2004-12-01 Thread Jason Frisvold
On Wed, 1 Dec 2004 09:30:37 -0800 (PST), bhalchandra sawant [EMAIL PROTECTED] wrote: Hi Jason, Yes, I had made mistake in $INCLUDE ${confdir}/clients.conf. It was commented. Now Freeradius started accepting requests. Cool! Thanks, No problem. Happy to help :) -bs sawant -- Jason

Re: Configuring Freeradius to authenticate with MySQL

2004-11-30 Thread bhalchandra sawant
Hi, In clients.conf there is 127.0.0.1. I give below clients.conf file -- # clients.conf - client configuration directives # # This file is included by default. To disable it, you will need # to modify the CLIENTS CONFIGURATION section of radiusd.conf. #

Re: Configuring Freeradius to authenticate with MySQL

2004-11-29 Thread bhalchandra sawant
Hi, Yes it is there. -bs sawant --- Mohammed Petiwala [EMAIL PROTECTED] wrote: Hi: Based on the error message - check whether your clients.conf file has local host 127.0.0.1 setup as a valid client and also check the shared-secret used is the correct client 127.0.0.1 { secret

Re: Configuring Freeradius to authenticate with MySQL

2004-11-29 Thread Alan DeKok
bhalchandra sawant [EMAIL PROTECTED] wrote: I am configuring Freeradius with Mysql. I think I have configured correctly, as I am not getting any error message in debugging mode. The result is as below : No, it isn't. You've shown the debug log from the server starting up, and information

Re: Configuring Freeradius to authenticate with MySQL

2004-11-29 Thread bhalchandra sawant
Hi, The debug log from server side is as below: rad_recv: Access-Request packet from host 127.0.0.1:1137, id=67, length=56 Ignoring request from unknown client 127.0.0.1:1137 --- Walking the entire request list --- Nothing to do. Sleeping until we see a request. rad_recv: Access-Request packet

Re: Configuring Freeradius to authenticate with MySQL

2004-11-29 Thread Jason Frisvold
On Mon, 29 Nov 2004 10:34:14 -0800 (PST), bhalchandra sawant [EMAIL PROTECTED] wrote: Hi, The debug log from server side is as below: rad_recv: Access-Request packet from host 127.0.0.1:1137, id=67, length=56 Ignoring request from unknown client 127.0.0.1:1137 Looks like 127.0.0.1 is not

Configuring Freeradius to authenticate with MySQL

2004-11-28 Thread bhalchandra sawant
Hello, I am configuring Freeradius with Mysql. I think I have configured correctly, as I am not getting any error message in debugging mode. The result is as below : [EMAIL PROTECTED] root]# radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config:

Re: Configuring Freeradius to authenticate with MySQL

2004-11-28 Thread Mohammed Petiwala
Hi: Based on the error message - check whether your clients.conf file has local host 127.0.0.1 setup as a valid client and also check the shared-secret used is the correct client 127.0.0.1 { secret = omeya shortname = spacecable nastype = other }

Configuring Freeradius to authenticate with MySQL

2004-11-09 Thread andremail82-radius
Hello folks I'm trying to configure freeradius to authenticate with MySQL. I made tests without MySQL and works fine. But With MySQL I'm having problems. I create the database radius and create the tables with the mysql file that come in the tgzof the sources usingthecommand mysql -root radius

Re: Configuring Freeradius to authenticate with MySQL

2004-11-09 Thread Alan DeKok
[EMAIL PROTECTED] wrote: But With MySQL I'm having problems. I create the database radius and create the tables with the mysql file that come in the tgz of the sources using the command mysql -root radius db_mysql.sql I have edited the file sql.conf ajusting it to connect in my mysql