Re: dialup admin and pptp

2005-05-24 Thread Neil Craig
I think this depends if your NAS supports it or not - Freeradius just sends the request and the NAS deals with it >>> [EMAIL PROTECTED] 24/05/2005 12:36 >>> from dialup_admin web interface i can clear sessions but i cannot disconnect users. when i press disconnect user nothing happens. i use late

Re: radius crash

2005-05-14 Thread Neil Craig
radius -x > file>>> [EMAIL PROTECTED] 13/05/2005 15:07:52 >>> you mean radiusd -X?Can this full debug information somehow be saved in a file instead of dirrectly on the console?EdgarsSebastian Wild wrote:> Edgars wrote:>>> Hello, is there any debug/error file where I could searh for the reason

Re: redirect

2005-04-16 Thread Neil Craig
I believe Radius can only return the message - you would need to use another means to display it - web server script etc..>>> [EMAIL PROTECTED] 04/17 12:37 am >>> Question about re-directing? I have a friend who uses radius who wants pop-up a message to everyone who signs in through his radio

Radiusd Restart - any side affects

2005-02-23 Thread Neil Craig
If I was to run a /etc/init.d/radiusd restart would it stop accounting or affect users logged in? Or would the only effect be that it wouldn't be reachable for a few seconds? /etc/init.d/radiusd reload appears to not unload Radius but when I use it, it says it's sucessful but has unloaded radius.

Re: MD5 Password into SQL

2005-02-08 Thread Neil Craig
I have resolved this..it..that..whatever On Tue, 08 Feb 2005 12:56:00 -0500, Alan DeKok <[EMAIL PROTECTED]> wrote: > Neil Craig <[EMAIL PROTECTED]> wrote: > > I have entered a MD5 password into SQL created using PHP MD5 function > > - it never authenticates to this -

Re: MD5 Password into SQL

2005-02-08 Thread Neil Craig
I have entered a MD5 password into SQL created using PHP MD5 function - it never authenticates to this - do I need to use the secret as the key for the encryption? On Tue, 08 Feb 2005 17:00:56 +0100 (CET), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Neil Craig schrieb: > > D

MD5 Password into SQL

2005-02-08 Thread Neil Craig
Does anyone know how to create the MD5 password using the secret to insert into MySQL? I will be using a PHP frontend to do this and have tried PHP's md5() function but can't get it to create the correct hash using the secret. Any help appreciated :) - List info/subscribe/unsubscribe? See http:/

Re: PAP + MD5 problems

2005-02-08 Thread Neil Craig
On Mon, 07 Feb 2005 18:59:39 -0500, Alan DeKok <[EMAIL PROTECTED]> wrote: > Neil Craig <[EMAIL PROTECTED]> wrote: > > WARNING: Unprintable characters in the password. ? Double-check the > > shared secret on the server and the NAS! > > That is a pretty de

PAP + MD5 problems

2005-02-07 Thread Neil Craig
Trying to get PAP authentication working with Chillispot and Freeradius. I use the line - print"http://".$_SESSION[uamip].":".$_SESSION['uamport']."/logon?username=".$_SESSION['username']."&password=$pappassword&userurl=".$_SESSION[userurl].">"; to send the details to Chilli Entered a MD5 passw

Re: badusers?

2005-01-31 Thread Neil Craig
I think this is for Dialup Admin...not actually used by Freeradius? >>> [EMAIL PROTECTED] 31/01/2005 10:16:04 >>> Hi list, what is the badusers table in the radius db good for? Didn't find any usefull info bout it on the freeradius page or via google :( cheers Sebastian - List info/subscribe/u

Re: (no subject)

2005-01-21 Thread Neil Craig
is successfully finished. So i cannot config freeradius and cannot use dialup-admin. My installed dialupadmin hasn't sql, and more folders. Neil Craig writes: > What platform are you running it on? Easiest way is to use rpm or > yum/apt etc to install (on Linux). > Have a look

Re: (no subject)

2005-01-21 Thread Neil Craig
What platform are you running it on? Easiest way is to use rpm or yum/apt etc to install (on Linux). Have a look at http://www.frontios.com/freeradius.html and also search the list archives - the notes are also included in all the conf files which are pretty handy >>> [EMAIL PROTECTED] 21/01/2005

RE: NAS from db - add without restart

2005-01-21 Thread Neil Craig
Could use cron to HUP server every so often >>> [EMAIL PROTECTED] 21/01/2005 00:05:09 >>> Just floating an idea... Is it worth considering adding a "periodic" section to radiusd.conf and the radius server? Rather than retrofitting reload this, reload that, functionality into existing functions th

NAS from db - add without restart

2005-01-19 Thread Neil Craig
Hi Is it possible to add a NAS to SQL and have Freeradius recognise and use it without restarting radius? The only way I can get this to work is by adding in the entry and restarting, otherwise it thinks it's an invalid NAS Thanks in advance Neil - List info/subscribe/unsubscribe? See http://ww

Re: MySQL and FreeRadius

2005-01-17 Thread Neil Craig
I think you need MySQl development package installed>>> [EMAIL PROTECTED] 17/01/2005 16:52:48 >>> --- Alan DeKok <[EMAIL PROTECTED]> wrote:> "Mike-Olumide, Johnson" <[EMAIL PROTECTED]>> wrote:> > rlm_sql (sql): Could not link driver> rlm_sql_mysql:> > file not found> > rlm_sql (sql): Make su

Re: AW: MySQL and FreeRadius

2005-01-17 Thread Neil Craig
As mentioned before - you can install the RPM or get Freeradius source and compile the module from there>>> [EMAIL PROTECTED] 17/01/2005 15:48:43 >>> Hello yes you canUnder Debian you must install the Packet  freeradius-mysql for your Linux idon't know it> -Ursprüngliche Nachricht->

Re: Is it possible to authenticate RADIUS users just on Username with no password?

2005-01-17 Thread Neil Craig
Hi Why not have the form break the code into a username and password then send it to the NAS. On Mon, 17 Jan 2005 10:41:40 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using radius for my personal wireless ISP venture. > I got some pre-paid cards used for long distan

Re: Exec-Program-Wait Problem

2005-01-17 Thread Neil Craig
Hi I am using a MySQL DB to store the list of NAS's - if I add one to the nas table, is there a way to get Freeradius to read it without having to restart radiusd? Thanks in advance Neil - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius Logs

2005-01-14 Thread Neil Craig
In radiusd.conf it specifies the log directory :) On Fri, 14 Jan 2005 10:59:30 -0600, Michael A Cooper <[EMAIL PROTECTED]> wrote: > Hey Guys, > > I have a question wher do I look for my logs for FreeRadius? I > am very new to this process and haven't learned where to look for those > ye

Re: Suggestion

2005-01-14 Thread Neil Craig
On Fri, 14 Jan 2005 13:14:47 +, Neil Craig <[EMAIL PROTECTED]> wrote: > Good idea - I could create a forum on my webspace which may be better - > if anyone thinks it's a good idea I will set it up tonight > > >>> [EMAIL PROTECTED] 01/14/05 8:09 AM >

Re: Suggestion

2005-01-14 Thread Neil Craig
Good idea - I could create a forum on my webspace which may be better - if anyone thinks it's a good idea I will set it up tonight >>> [EMAIL PROTECTED] 01/14/05 8:09 AM >>> I have suggestion. We can create on online community at Yahoo/MSN messengers for fast resolution of problems. Am

Re: secondary freeradius server if the first fallback is itpossible ?

2005-01-11 Thread Neil Craig
The NAS should have a setting to specify Radius 1 and 2 or similar - if the 1st isn't contactable then it will look to the second. >>> [EMAIL PROTECTED] 11/01/2005 09:47:42 >>> hello, i'm french and i don't talk very well english. exuse for my mistakes. I had installed a FreeRadius Server with

Re: Primary Radius + Seconadary and NAS

2005-01-11 Thread Neil Craig
What software are you running on your PC to give the NAS functionality? >>> [EMAIL PROTECTED] 11/01/2005 11:19:21 >>> hello and thank you a lot for your quick reply. i have undersatnd your reply but : is my real NAS can be a PC ? if yes,how to configure a NAS which is a pc ? ( if a nomade mach

Re: dependent libraries

2004-12-30 Thread Neil Craig
If you use rpm then you could use rpm -qa | grep mysql...but then you could use rpm to install freeradius :/>>> [EMAIL PROTECTED] 30/12/2004 15:41:16 >>> On Thu, 30 Dec 2004 15:23:50 +, Neil Craig <[EMAIL PROTECTED]> wrote:>  > I'm guessing they aren&#

Re: dependent libraries

2004-12-30 Thread Neil Craig
I'm guessing they aren't - install them via rpm or whatever method you choose. Not sure how to check if the development headers are installed but you need to specify at install time >>> [EMAIL PROTECTED] 30/12/2004 14:22:01 >>> And how can i check if they are already installed?> I think you

RE: NAS from MYSQL

2004-12-30 Thread Neil Craig
Thanks for the reply!   Freeradius has been restarted - when I run -X it doesn't mention the nas table - reads from clients.conf ok. I have all SQL accounting etc working and changed it to read from nas in SQL.conf - not sure what else I need to do/change to get this to work. Regards Neil>>> [

Re: dependent libraries

2004-12-30 Thread Neil Craig
I think you need the MySQL development libraries installed if your compiling>>> [EMAIL PROTECTED] 30/12/2004 13:45:12 >>> I am trying to compile freeradius 0.9.1, I know tha this is not the last version,but i can't change it...I configured with ./configure --disable-shared  and then make

NAS from MYSQL

2004-12-28 Thread Neil Craig
I'm trying to set Freeradius to read the NAS list from MySQL but not having much luck. All SQL is working for user auth etc and line in sql.conf is set to yes to have it read the nas list from the nas table. If I have the entry in clients.conf then it works fine but never seems to read from the db.

Groups and individual attributes

2004-12-09 Thread Neil Craig
Is it possible to use both group and individual user attributes? When a user is part of a group it applies all the attribs for that but also the ones listed in radcheck? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius >=1.0 uses clients.conf forauthenticatingdevicesor 'nas' table in database can serve

2004-12-09 Thread Neil Craig
>> Thanks...any idea why it doesn't read from SQL?>>No idea. Run it in debug mode to see what happens. I have - just complains of unknown NAS...checked IP/secret etc all ok

Clients & SQL

2004-12-09 Thread Neil Craig
Hi   I'm having a strange problem with reading the NAS list from SQL - I have uncommented the appropriate line in sql.conf and made the entry in the db - I assumed this was working until I added another to the db - it doesn't recognise the NAS - if I put it in clients.conf then all is fine. Is th

Re: freeradius >=1.0 uses clients.conf for authenticatingdevicesor 'nas' table in database can serve

2004-12-09 Thread Neil Craig
>>> [EMAIL PROTECTED] 09/12/2004 12:36:07 >>> On Thu, 9 Dec 2004, Neil Craig wrote:>>>> [EMAIL PROTECTED] 09/12/2004 10:12:55 >>>>> I have one confusion.  freeradius >=1.0 uses clients.conf  for>> authenticating devices  or 'nas'

Re: freeradius >=1.0 uses clients.conf for authenticating devicesor 'nas' table in database can serve sa

2004-12-09 Thread Neil Craig
>>> [EMAIL PROTECTED] 09/12/2004 10:12:55 >>> >I have one confusion.  freeradius >=1.0 uses clients.conf  for >authenticating devices  or 'nas' table in database can serve same purpose. They should both do the same. I'm trying to use NAS table but even with the line in sql.conf uncommented it is s

Login and Max-All-Session

2004-12-09 Thread Neil Craig
Hello all Running Freeradius 1.0.1 & MySQL & Chillispot 0.98 I have sucessfully setup accounting and authorisation via MySQL - all is working fine until I add an sqlcounter (Max-All-Session) - when this is active Freeradius throws up an error saying that the password supplied contains unprintable

Re: Freeradius installation problem

2004-12-08 Thread Neil Craig
Hi all I'm looking to implement a prepaid card type service - I plan on using Session-Timeout to disconnect the users. How does freeradius keep track of the time elapsed while connected? I am holding all the info in SQL - I guess when a user connects it counts down until 0 then sends the signal to

Re: Max-Monthly-Session

2004-12-07 Thread Neil Craig
>>> [EMAIL PROTECTED] 07/12/2004 21:34:20 >>> "Neil Craig" <[EMAIL PROTECTED]> wrote: > If I use Max-Monthly-Session - does it reset on the 1st of every month > or a month from when applied? > > The first of every month. > > Alan DeKok. Thank

Max-Monthly-Session

2004-12-07 Thread Neil Craig
Hi If I use Max-Monthly-Session - does it reset on the 1st of every month or a month from when applied? Sorry if the answer is really obvious :/ Thanks Neil - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Experience of use

2004-12-07 Thread Neil Craig
Hi Can anyone who has Freeradius running in a production environment comment on how stable it is with 100's (1000's?) of users? Do you see a marked degradation of service when lots of people are authenticating and accounting being sent? I have a system set up in a test environment which is running

Session-Timeout

2004-12-06 Thread Neil Craig
Hi I'm having some problems getting Session_Timeout to function - when the time limit is reached nothing happens (I assume it is suposed to send some sort of disconnect message). Is there anything else that needs set alongside this to have it function? Using - Freeradius 1.0.1 and Chillispot (whic

Re: NAS - Authentication by MAC address

2004-12-05 Thread Neil Craig
>>> [EMAIL PROTECTED] 05/12/2004 13:32:26 >>> Neil Craig wrote: > For places that have a non static IP then I thought MAC auth would > make > sense - so no matter what the IP changed to I could still authenticate > them... >You can do that by defining all

Re: NAS - Authentication by MAC address

2004-12-05 Thread Neil Craig
>>> [EMAIL PROTECTED] 12/05/04 9:40 AM >>> Neil Craig wrote: > Is it possible for Freeradius to accept a NAS by the MAC address > instead > of the IP? I'm using sql to authenticate my NAS's and I haven't read > of > any way of doing this...

NAS - Authentication by MAC address

2004-12-05 Thread Neil Craig
Hi all Is it possible for Freeradius to accept a NAS by the MAC address instead of the IP? I'm using sql to authenticate my NAS's and I haven't read of any way of doing this Thanks in advance Neil - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Ignoring request from unknown client

2004-12-03 Thread Neil Craig
... >client 10.192.1.11 { >secret = testing123 >shortname = mbasso >} > >STILL NO LUCK. Is this a problem with secrets not matching? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: (no subject)

2004-12-03 Thread Neil Craig
>>> [EMAIL PROTECTED] 03/12/2004 17:37:45 >>> >I am testing my freeradius using NTRadPing Utility. I am running radius >in debugger mode and I get this: > >rad_recv: Access-Request packet from host 10.192.1.11:3628, id=1, >length=44 >Ignoring request from unknown client 10.192.1.11:3628 > >In clien

rlm_sqlcounter - segmentation error

2004-12-03 Thread Neil Craig
Hi all I'm using Freeradius 1.0.1 on a Fedoura Core 3 box. Everything is working fine apart from the sqlcounter module. radiusd starts up and sits waiting for connections. As soon as an authentication request is sent it dies with an error - segmentation fault in module sqlcounter. I had installed