Re: (RADIATOR) Concurrent Connecions

2000-06-16 Thread Hugh Irvine
Hello Greg - On Sat, 17 Jun 2000, Greg Kornatowsky wrote: > We are currently using the OpenLink drivers to connect our Linux Radiator to > Microsoft SQL 7. In regards to licensing OpenLink, I need to know how many > concurrent connections the radius server might make to our database. Do you >

Re: (RADIATOR) Re: request types in a hook

2000-06-16 Thread Hugh Irvine
Hello SJ - On Fri, 16 Jun 2000, [EMAIL PROTECTED] wrote: > I've found that > > my $p = ${$_[0]}; > my $code = $p->code(); # the reference to the Request-Type > > and $main::ACCEPT/REJECT is my friend, but I've got a further problem: > > Can someone tell me how to start either an external pro

Re: (RADIATOR) SNMP and two radiators

2000-06-16 Thread Hugh Irvine
Hello Antonio - On Sat, 17 Jun 2000, [EMAIL PROTECTED] wrote: > Hi everybody! > > I want to run two instances of Radiator, one for Acct and one for > Auth. Actually I have running 1 radiator with SNMPAgent clause. > > When I run two radiators, second Radiator instance t

Re: (RADIATOR) radpwtst output

2000-06-16 Thread Hugh Irvine
Hello William - On Sat, 17 Jun 2000, William Hernandez wrote: > Hello everyone. > > We would like the output of "radpwtst" to output to > the screen all the reply-items in the users file. > For example, > > #radpwtst -s localhost -user whr -password > whr -auth_port 1812 -acct_port > 1813 -s

(RADIATOR) Re: (Fwd) Dynamic handling

2000-06-16 Thread Hugh Irvine
Hello Le Anh Tuan - > > Hello, > We are using Radiator with users stored in SQL database. We want to > configure a Handler based on attribute extracted from SQL database like this > > > > Can you suggest me a PreHandlerHook which can extract attribute from SQL > database? There are several

Re: (RADIATOR) Setting up a Dynamic Pool

2000-06-16 Thread Hugh Irvine
Hello Todd - On Sat, 17 Jun 2000, Todd Knaus wrote: > Dear Fellow Radiator Users, > > Does anyone know how to setup a dynamic IP Pool within Radiator ? i.e. a > customer calls in and they are assigned a dynamic address from an IP > Pool? > > In the past we had the actuall server (a livings

Re: (RADIATOR) FramedGroupBaseAddress ??

2000-06-16 Thread Hugh Irvine
Hello Todd - On Sat, 17 Jun 2000, Todd Knaus wrote: > Dear Fellow Radiator Users, > > I am trying to get FramedGroupBaseAddress working so i can have Radiator > assign the IP address to users dialing in. I have; > > > Secret {!@!@#$@#!$} > DupInterval 2 > FramedGroupB

(RADIATOR) radpwtst output

2000-06-16 Thread William Hernandez
Hello everyone. We would like the output of "radpwtst" to output to the screen all the reply-items in the users file. For example, #radpwtst -s localhost -user whr -password whr -auth_port 1812 -acct_port 1813 -secret prwradius -dictionary /etc/raddb/dictionary.ascend2 would output Servic

(RADIATOR) FramedGroupBaseAddress ??

2000-06-16 Thread Todd Knaus
Dear Fellow Radiator Users, I am trying to get FramedGroupBaseAddress working so i can have Radiator assign the IP address to users dialing in. I have; Secret {!@!@#$@#!$} DupInterval 2 FramedGroupBaseAddress 207.17.243.1 FramedGroupMaxPortsPerClassC192 T

Re: (RADIATOR) Auth by system trouble

2000-06-16 Thread Cortney Thompson
Hugh, Here you go. Perl -v = This is perl, version 5.005_03 built for i386-linux One thing I wanted to let you know is that I am calling this out of the inittab, and I can do a kill -9 on it and it starts back up with no qued packets, but it will not respond to requests. While that is runnin

(RADIATOR) Concurrent Connecions

2000-06-16 Thread Greg Kornatowsky
We are currently using the OpenLink drivers to connect our Linux Radiator to Microsoft SQL 7. In regards to licensing OpenLink, I need to know how many concurrent connections the radius server might make to our database. Do you have any estimations on this? We are probably doing about 25 authen

(RADIATOR) Setting up a Dynamic Pool

2000-06-16 Thread Todd Knaus
Dear Fellow Radiator Users, Does anyone know how to setup a dynamic IP Pool within Radiator ? i.e. a customer calls in and they are assigned a dynamic address from an IP Pool? In the past we had the actuall server (a livingston Portmaster) do the assignment. However, we have purchased a ne

(RADIATOR) SNMP and two radiators

2000-06-16 Thread antonio . coloma
Hi everybody! I want to run two instances of Radiator, one for Acct and one for Auth. Actually I have running 1 radiator with SNMPAgent clause. When I run two radiators, second Radiator instance tells me: Fri Jun 16 16:43:54 2000: ERR: Co

(RADIATOR) Re: request types in a hook

2000-06-16 Thread sj
I've found that my $p = ${$_[0]}; my $code = $p->code(); # the reference to the Request-Type and $main::ACCEPT/REJECT is my friend, but I've got a further problem: Can someone tell me how to start either an external program or a hook which starts when a user session terminates ? Thank you.

(RADIATOR) Request types in hooks

2000-06-16 Thread sj
Hello All ! How can I get the request type and the reply type inside a hook ? I.e. whether it is an Access-Request or an Accounting-Start Request ... and it is successful or rejected etc. SJ. === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, e

Re: (RADIATOR) Password Log File Format

2000-06-16 Thread Hugh Irvine
On Wed, 14 Jun 2000, William Hernandez wrote: > > Hola Hugh - > > Thanks for your help. > Where you have this: #print LOG "$ctime:$time:$user:$submitted_pw:$correct_pw:$r\n"; my $nas_name = $p->getNasId(); if ($r eq 'PASS') { print LOG "$ctime: Login OK