(RADIATOR) Accounting error

1999-02-22 Thread Richard Hawley
I am using radiator right now simply for accouting at the moment. Im using mysql on a RH 5.2 box. I started doing the accounting today and about 20 minutes after I started, this error appeared on the console. Can anyone tell me if this is a configuration error on my part or an error in the scrip

(RADIATOR) Bad Authenticator

1999-03-01 Thread Richard Hawley
Mon Mar 1 13:38:47 1999: WARNING: Bad authenticator in request from DEFAULT (xxx.xxx.xxx.xxx) Im not sure what this means. I assume it means the NAS is passing something to radiator that it does not recognize? The authentication is working. I have users dialing in, but my log is getting fille

(RADIATOR) Simultaneous Use checking not working

1999-03-09 Thread Richard Hawley
I have radiator running on a linux server using a mysql database. I have Simultaneous-Use checking enabled but it is not working. What do I need to add to enable the sim use checking? Thanks. The database is as follows: DBSourcedbi:mysql:dbname DBUsername dbname

(RADIATOR) SQL help

1999-03-11 Thread Richard Hawley
How would I go about having separate Radius Accounting logs for say, each day of the month, using an SQL database? I know I can do the following, but what I'm not sure about is if Radiator can create the tables or if the tables for each day have to be created already? AccountingTable ACCT%m%d Th

(RADIATOR) Simultaneous Use checking

1999-03-16 Thread Richard Hawley
Simultaneous Use checking does not seem to be working. I am not sure exactly why. I am using an SQL database with the following table AuthColumnDef 0, User-Password, check AuthColumnDef 1, Idle-Timeout, reply AuthColumnDef 2, Session-Timeout, reply AuthColumnDef 3, S

Re: (RADIATOR) Simultaneous Use checking

1999-03-17 Thread Richard Hawley
As far as what SQL I am using. I am using MySQL. I will send the log files later on today. ..Rich Mike McCauley wrote: > Hi Rich. > > On Mar 16, 9:47am, Richard Hawley wrote: > > Subject: (RADIATOR) Simultaneous Use checking > > Simultaneous Use checking does not seem

(RADIATOR) Custom dictionaries

1999-03-19 Thread Richard Hawley
Where can I get more information on creating custom dictionaries? I am having problems with receiving accounting information from one of our cisco boxes. Also, we have an Ascend box that will be authenticating off of Radiator soon. Does anyone have any dictionaries for these types of NAS's? ..

(RADIATOR) mysql create statement

1999-03-22 Thread Richard Hawley
Maybe this list isn't the proper place to ask this, but I'm sure someone here can help me :). I have a pre-existing database that was already setup when I started working on the system. It has a username column as shown below. I am trying to duplicate the table into monthly tables for the accou

Re: (RADIATOR) Console errors

1999-03-22 Thread Richard Hawley
Sun Mar 21 21:44:12 1999: WARNING: SessSQL do failed for 'insert into RadiusSessions (UserName, NASIdent, NASPort, AcctSessionID, TimeStamp, FramedAddress, NASPortType, ServiceType) values ('gut', '209.150.6.3', 517, '33817274', 922070652, '209.150.16.71', '', 'Framed-User')': Got error -1 from ta

Re: (RADIATOR) Console errors

1999-03-22 Thread Richard Hawley
Forgot to list the revisions. MySQL is 3.21.33c, for pc-linux-gnu (i686) DBI is 1.02 DBD-mysql is 1.2009 ..Rich Mike McCauley wrote: > Is it happening all the time, or just occasionally? > What revisions of mysql, DBI and DBD-mysql are you running? > > Cheers. > === To unsubscribe, email '[E

(RADIATOR) Re: Couple of things

1999-03-22 Thread Richard Hawley
Mike McCauley wrote: > Hi Richard, > > On Mar 19, 11:56am, Richard Hawley wrote: > > Subject: Couple of things > > You mentioned that you needed to know what kind of database I ran before > > you could help me configure it for human readable dates. I run MySQL. >

(RADIATOR) Re: Couple of things

1999-03-22 Thread Richard Hawley
Thats what I do have. I'm new to SQL, but I'm not that new :). So, is there anything else that could be causing the blank fields? ..Rich Mike McCauley wrote: > On Mar 22, 2:02pm, Richard Hawley wrote: > > Subject: Re: Couple of things > > > > > > Mike

(RADIATOR) MySQL config file

1999-03-23 Thread Richard Hawley
I am having numerous problems with my config file using MySQL. If you are using MySQL for your users and for accounting, could you send me a copy of your radius.cfg file so I can see a working copy. Maybe that would help me troubleshoot mine. Thanks alot. ..Rich -- ---

(RADIATOR) New radiator setup

1999-04-02 Thread Richard Hawley
I am setting up Radiator 2.13 on a new box and I am getting the following error. The accounting is working fine. I checked the select statement in my radius.cfg file by loading mysql and typing it in by hand and it works. sending Access-Request... DBD::mysql::st execute failed: You have an erro

(RADIATOR) Auth-Type triggers

1999-04-08 Thread Richard Hawley
Auth-type triggers seem a little vague (to me anyway :). If I had a Subscribers database in mysql, how would I configure a field of a record to be a reject message? For example, I want the user to be rejected if something is in that field and have the contents of that field be the rejection reas

Re: (RADIATOR) Caller ID

1999-04-14 Thread Richard Hawley
So if I want to reject one particular phone number and I am using an SQL Subscribers table, how would I go about that without using handlers? I have a feeling I would be forced to use a handler, no? ..Rich Mike McCauley wrote: > Hi Anton, > > Yes, you can set up Radiator to authenticate or rej

Re: (RADIATOR) Caller ID

1999-04-15 Thread Richard Hawley
use a handler, no? ..Rich Mike McCauley wrote: > On Apr 14, 10:29am, Richard Hawley wrote: > > Subject: Re: (RADIATOR) Caller ID > > So if I want to reject one particular phone number and I am using an SQL > > Subscribers table, how would I go about that without using

(RADIATOR) Authentication with multiple RADIUS servers

1999-04-16 Thread Richard Hawley
We have an old Steel-Belted radius server. Our radiator server is just now going into full production use. I have it configured now with a ContinueUntilAccept clause, however, this is getting around the Simultaneous-Use checking. The concern is that not every user was added to the SQL database

(RADIATOR) Flatfile format

1999-04-20 Thread Richard Hawley
I'm using a flatfile as a backup to an SQL database. What can I put in the field of a check or reply item in a flatfile if the corresponding field is blank in the SQL database. Will NULL or NONE work? ..Rich -- Richard W. Hawley - Network Engineer CyberZone

(RADIATOR) RewriteUsername

1999-04-22 Thread Richard Hawley
Will RewriteUsername work for a specific realm if I specify it within the clause or do I have to use RewriteFunction? I have four realms (three of which simply proxy to other radius servers). The main realm has users who may or may not specify the realm in their PPP dialer. I only want radiato

(RADIATOR) RewriteUsername

1999-04-22 Thread Richard Hawley
Totally ignore my last message. I found the section in the manual. Make fun of me if you wish, I deserve it! :) ..Rich -- Richard W. Hawley - Network Engineer CyberZone Internet Services http://www.cyberzone.net [EMAIL PROTECTED] === To unsubscribe, email

(RADIATOR) Session database not being updated

1999-04-28 Thread Richard Hawley
I have had several instances since putting Radiator into production where the session database does not get updated. When I check the accounting files, I notice that the accounting database never received a stop request for that session. My question is, what would cause the stop request to eithe

(RADIATOR) Weird error in logs

1999-05-03 Thread Richard Hawley
Thu Apr 29 00:12:32 1999: WARNING: Malformed request packet: Attribute 26 with l ength 2: ignored What does this mean? It happens a lot. ..Rich -- Richard W. Hawley - Network Engineer CyberZone Internet Services http://www.cyberzone.net [EMAIL PROTECTED]

(RADIATOR) pmwho that supports 3com HiPer ARC

1999-05-03 Thread Richard Hawley
Anyone know where I can get a version of pmwho that supports the HiPer ARC? Or is there a better way of doing the simultaneous use checking for the HiPer ARC's? ..Rich -- Richard W. Hawley - Network Engineer CyberZone Internet Services http://www.cyberzone.n

(RADIATOR) radwho.cgi and radacct.cgi

1999-05-03 Thread Richard Hawley
Slightly off topic, but... [Mon May 3 14:07:25 1999] [error] (2)No such file or directory: exec of /home/httpd/cgi-bin/radacct.cgi failed [Mon May 3 14:07:25 1999] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /home/httpd/cgi-bin/radacct.cgi The directory exists and so does

Re: (RADIATOR) Wanted: all-patches.tar.gz

1999-05-17 Thread Richard Hawley
I'd like that too. When I download the pm files thru windows, it adds the carriage returns and I have to tr them out :(. But, tolerance is the key to laziness. :) ..Rich On Mon, 17 May 1999 16:53:33 +0200, Ingvar Berg (ERA) wrote: >Wouldn't it be nice to have all the patches in a single file

(RADIATOR) ODBC drivers for linux

1999-06-03 Thread Richard Hawley
We are switching our billing package to Platypus. I've been going through the Emerald and Platypus sections of the radiator manual and it mentions needing an ODBC driver to connect to MS SQL. I downloaded and installed iODBC. Is that all I need? There was no documentation that came with iOD

Re: (RADIATOR) ODBC drivers for linux

1999-06-04 Thread Richard Hawley
ts interesting. we have not used that one. >Can you send more details about where to get it and the setup you used, so we >can document it for others? > >Cheers. > >> >> Kevin >> Sofnet, Inc. >> -Original Message- >> From: Richard Hawley <[EM

Re: (RADIATOR) ODBC drivers for linux

1999-06-04 Thread Richard Hawley
;Sofnet, Inc. >-----Original Message- >From: Richard Hawley <[EMAIL PROTECTED]> >To: Kevin Wormington <[EMAIL PROTECTED]>; Mike McCauley <[EMAIL PROTECTED]>; >[EMAIL PROTECTED] <[EMAIL PROTECTED]> >Date: Friday, June 04, 1999 9:54 AM >Subject: Re: (RADIATOR

(RADIATOR) Converting mysql to Platypus

1999-06-07 Thread Richard Hawley
In my ongoing struggle to setup radiator to authenticate off a SQL Server and Platypus, I have the following questions: I'm using the Authby EMERALD because we do have the Radius package add-on for platypus. However, I was looking at AuthbyEMERALD.pm. Can I not specify a custom select statem

(RADIATOR) SNMP errors update

1999-07-01 Thread Richard Hawley
I think I fixed the SNMP errors. I downloaded the patches-2.13.1.tar.gz file and installed that in the source directory and reinstalled. The SNMP errors stopped. However, I'm getting another error/warning now. Every couple of minutes, I get this error: Timeout: No Response from xxx.xxx.xxx

(RADIATOR) New problem - External session database not working

1999-07-01 Thread Richard Hawley
During the week I was on vacation, the session database decided to stop working. And I am having trouble troubleshooting it because of the following: 1) The database is a MySQL database. The database server is working perfectly. The authentication and accounting work off of the same database

Re: (RADIATOR) New problem - External session database not working

1999-07-02 Thread Richard Hawley
ichard, > >I cant immediately think of a reason for this. > >To investigate closer, we will need to see your configuration file (no >secrets), plus your log file at trace level 4, showing what happens during >accounting requests. > >Cheers. > > >On Jul 1, 3:21

Fwd: Re: (RADIATOR) New problem - External session database not working

1999-07-02 Thread Richard Hawley
Let's try this again, but this time we will actually attach the files. :) ==BEGIN FORWARDED MESSAGE== >From: "Richard Hawley" <[EMAIL PROTECTED]> >To: "Mike McCauley" <[EMAIL PROTECTED]>, > "[EMAIL PROTECTE

Re: (RADIATOR) Radiator "eats" my machine!

1999-07-15 Thread Richard Hawley
I still get that error too. My simultaneous use checking has been flakey every since that error started. I even tried reinstalling Radiator with the tarball patch archive and I still get it. I was almost convinced it was not radiator and something with snmpget on RedHat but if you are getti