(RADIATOR) problem with radiator 3.1

2002-09-25 Thread rcortez


hi hugh,


  there seem to be a problem when we execute the radpwtst.
it seems that it is sending an extra authentication request. this 
problem started sometime early sept. there has been no modification on 
the config file. we do not know where the bnbmbn password came from.
when we transfer the radius config file into a development machine
the bnbmbn password do not exist.

thank you,
ray

THE COMMAND:

 perl radpwtst -user username -password password -calling_station_id 
026724166 -called_station_id 101300 -time -noacct -iteration 2


THE PASSWORD LOG:

Thu Sep 26 09:00:28 2002:1033002028:username:password:bnbmbn:FAIL
Thu Sep 26 09:00:28 2002:1033002028:username:password:paJKEG4166ELE:PASS
Thu Sep 26 09:00:29 2002:1033002029:username:password:bnbmbn:FAIL
Thu Sep 26 09:00:29 2002:1033002029:username:password:paJKEG4166ELE:PASS


THE BEDUG:

Thu Sep 26 09:00:28 2002 901359: DEBUG: Packet dump:
*** Received from 127.0.0.1 port 62505 
Code:   Access-Request
Identifier: 88
Authentic:  1234567890123456
Attributes:
User-Name = username
Service-Type = Framed-User
NAS-IP-Address = 203.63.154.1
NAS-Port = 1234
Called-Station-Id = 101300
Calling-Station-Id = 026724166
NAS-Port-Type = Async
User-Password 
= 143226=200175\424618889160216}x153

Thu Sep 26 09:00:28 2002 909109: DEBUG: Handling request with 
Handler 'Called-Station-Id = 101300'
Thu Sep 26 09:00:28 2002 911256: DEBUG: Rewrote user name to username
Thu Sep 26 09:00:28 2002 913486: DEBUG: POSTPAID Deleting session for 
username, 203.63.154.1, 1234
Thu Sep 26 09:00:28 2002 915114: DEBUG: do query is: delete from 
RADONLINE where NASIDENTIFIER='203.63.154.1' and NASPORT=01234

Thu Sep 26 09:00:28 2002 957658: DEBUG: Handling with Radius::AuthSQL
Thu Sep 26 09:00:28 2002 959355: DEBUG: Handling with Radius::AuthSQL:
Thu Sep 26 09:00:28 2002 961599: DEBUG: Query is: select trim
(ENCRYPTED_PASSWORD), EXPIRATION, CLI, DEFAULTREPLY, SESSIONREPLY, SESS
IONREPLY from pps_ppaid.pps_SUBSCRIBER where CLI='026724166' and 
USERNAME = 'username'

Thu Sep 26 09:00:28 2002 971096: DEBUG: Radius::AuthSQL looks for match 
with username
Thu Sep 26 09:00:28 2002 976001: DEBUG: Radius::AuthSQL REJECT: Bad 
Encrypted password
Thu Sep 26 09:00:28 2002 978318: DEBUG: Query is: select trim
(ENCRYPTED_PASSWORD), EXPIRATION, CLI, DEFAULTREPLY, SESSIONREPLY, SESS
IONREPLY from pps_ppaid.pps_SUBSCRIBER where CLI='026724166' and 
USERNAME = 'DEFAULT'

Thu Sep 26 09:00:28 2002 986167: DEBUG: Handling with Radius::AuthSQL
Thu Sep 26 09:00:28 2002 987839: DEBUG: Handling with Radius::AuthSQL:
Thu Sep 26 09:00:28 2002 989941: DEBUG: Query is: select trim
(ENCRYPTEDPASSWD), DEFAULTREPLY, SESSIONREPLY, SESSIONREPLY from pps_pp
aid.SUBSCRIBERS where USERNAME='username'

Thu Sep 26 09:00:28 2002 998622: DEBUG: Radius::AuthSQL looks for match 
with username
Thu Sep 26 09:00:28 2002 2715: DEBUG: Radius::AuthSQL ACCEPT:
Thu Sep 26 09:00:29 2002 7052: DEBUG: Access accepted for username
Thu Sep 26 09:00:29 2002 11216: DEBUG: Packet dump:
*** Sending to 127.0.0.1 port 62505 
Code:   Access-Accept
Identifier: 88
Authentic:  1234567890123456
Attributes:
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Netmask = 255.255.255.255
Framed-Routing = None
Framed-MTU = 1500
Ascend-Maximum-Time = 18
Session-Timeout = 18



===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Quest ion on duplicate request

2002-09-25 Thread rcortez

hi hugh,

 we have another question on radius request for authentication.
base on the oracle debug logfile we are getting 2 request for
pre computation of session time.
the updatesessiontime.hook is use to recomplute the sessiontime base on 
peak / off-peak rate and update the database before radius fetch the 
value of session time. we are wondering, how come the timefunc2 
function was called twice?

first column is for date and time
second column is for the phone number
third is the total time computed 
the last digits are for stamping to identify wher the request came from

LOG FILE OF TIMEFUNC2
0926-10:58:28 028253761 v_accumulated_timestamp_a 
finaltotal|203329.260869565217391304347826086958522

0926-10:58:28 028253761 v_accumulated_timestamp_a 
finaltotal|203329.260869565217391304347826086958522


THE RADIUS DEBUG:


Thu Sep 26 10:58:28 2002 416486: DEBUG: Packet dump:
*** Received from 210.14.16.12 port 1645 
Code:   Access-Request
Identifier: 234
Authentic:  yD!147180231287245166w8209235L
Attributes:
NAS-IP-Address = 210.14.16.12
NAS-Port = 530
NAS-Port-Type = Sync
User-Name = username
Called-Station-Id = 101300
Calling-Station-Id = 028253761
User-Password 
= 235fC1861651271588166422215135137q3
Service-Type = Framed-User
Framed-Protocol = PPP

Thu Sep 26 10:58:28 2002 423809: DEBUG: Handling request with 
Handler 'Called-Station-Id = 101300'
Thu Sep 26 10:58:28 2002 426070: DEBUG: Rewrote user name to username
Thu Sep 26 10:58:28 2002 428193: DEBUG: POSTPAID Deleting session for 
username, 210.14.16.12, 530
Thu Sep 26 10:58:28 2002 429829: DEBUG: do query is: delete from 
RADONLINE where NASIDENTIFIER='210.14.16.12' and NASPORT=0530

Thu Sep 26 10:58:28 2002 480163: DEBUG: Handling with Radius::AuthSQL
Thu Sep 26 10:58:28 2002 481876: DEBUG: Handling with Radius::AuthSQL:
Thu Sep 26 10:58:28 2002 484274: DEBUG: Query is: select trim
(ENCRYPTED_PASSWORD), EXPIRATION, CLI, DEFAULTREPLY, SESSIONREPLY, SESS
IONREPLY from pps_ppaid.pps_SUBSCRIBER where CLI='028253761' and 
USERNAME = 'username'

Thu Sep 26 10:58:28 2002 495212: DEBUG: Radius::AuthSQL looks for match 
with username
Thu Sep 26 10:58:28 2002 500037: DEBUG: Radius::AuthSQL ACCEPT:
Thu Sep 26 10:58:28 2002 503344: DEBUG: Access accepted for username
Thu Sep 26 10:58:28 2002 507679: DEBUG: Packet dump:
*** Sending to 210.14.16.12 port 1645 
Code:   Access-Accept
Identifier: 234
Authentic:  yD!147180231287245166w8209235L
Attributes:
Session-Timeout = 203329
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Netmask = 255.255.255.255
Framed-Routing = None
Framed-MTU = 1500
Ascend-Maximum-Time = 203329

THE CONFIG FILE:
Handler Called-Station-Id = 101300
AccountingHandled
SessionDatabase POSTPAID
RewriteUsername   tr/A-Z/a-z/
AcctLogFileName %L/POSTPAID/%Y-%m-%d-detail
PasswordLogFileName %L/POSTPAID/%Y-%m-%d-password

PreAuthHook file:%D/updatesessiontime.hook

AuthBy SQL
AuthSelect select trim(ENCRYPTED_PASSWORD), EXPIRATION, 
CLI, DEFAULTREPLY, SESSIONREPLY, SESSIONREPLY from pps_ppaid
.pps_SUBSCRIBER where CLI='%{Calling-Station-Id}' and USERNAME = '%n'

AuthColumnDef 0, Encrypted-Password, check
AuthColumnDef 1, Expiration, check
AuthColumnDef 2, Calling-Station-Id, check
AuthColumnDef 3, GENERIC, reply
AuthColumnDef 4, Session-Timeout, reply
AuthColumnDef 5, Ascend-Maximum-Time, reply

DBSourcedbi:Oracle:db
DBUsername  dbusername
DBAuth  dbpassword
AccountingTable pps_ppaid.ACCOUNTING
AccountingStopsOnly
AcctColumnDef   USERNAME,User-Name
AcctColumnDef   TIME_STAMP_DATE,Timestamp,formatted-
date,to_date('%e %m %Y %H:%M:%S', 'DD-MM- HH24 MI SS')
AcctColumnDef   ACCTSESSIONID,Acct-Session-Id
AcctColumnDef   ACCTSESSIONTIME,Acct-Session-
Time,integer
AcctColumnDef   NASIDENTIFIER,NAS-IP-Address
AcctColumnDef   NASPORT,NAS-Port,integer
AcctColumnDef   CALLINGSTATIONID,Calling-Station-Id
AcctColumnDef   CALLEDSTATIONID,Called-Station-Id
AcctColumnDef   FRAMEDIPADDRESS,Framed-IP-Address
AcctColumnDef   ACCTSTATUSTYPE,Acct-Status-Type
/AuthBy
AuthBy SQL
/Handler


THE HOOK

# $Id: updatesession.hook,v 1.1 2000/11/21 01:36:22 mikem Exp $
use DBI;

sub
{
my $p = ${$_[0]};
my $rp = ${$_[1]};
my $dbh = DBI-connect( 'dbi:Oracle:dbase',
'dbusername',
'dbpassword',
 {AutoCommit = 1}
  ) || die Database connection 

(RADIATOR) Loadbalance

2002-09-24 Thread rcortez

hi hugh,

 in our setup having 2 radius server (wiht 2 instance of radiator 
running on each machine) and 1 oracle server. will there be an 
advantage if we are going to use radiator loadbalancing if our ras port 
grows from the current 1,500 ports to 5,000 ports? d oracle database is 
hosting both prepaid and post paid system with peak and off-peak rating 
and with credit limit on postpaid customers. all dial-up are terminated 
through L2TP. our radius servers are idle most of the time. the highest 
utilization that we are getting during peak hour is from 15% to 20% 
only. will the radius capacity increase if we add 2 more instance of 
radiator on the radius server (having a total of 4 instance per 
server). one of the 4 instances will be configured as proxy 
(loadbalancer to the 3 remaining instance of radius). do you have a 
reference site that uses loadbalancing feature of radiator?

thank you  



===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Loadbalance

2002-09-24 Thread rcortez


hi hugh,

   does this mean if we ever encounter performance problem
(i.e. slow auth, lost stop records) we need to separate the 
authetication from accounting. and accquire additional radius 
server to handle accounitng packets. and may be, add a load balancing
server (radiator)to spread the work among 3 servers?

thanks,
ray
- Original Message -
From: Hugh Irvine [EMAIL PROTECTED]
Date: Wednesday, September 25, 2002 10:07 am
Subject: Re: (RADIATOR) Loadbalance

 
 Hello Ray -
 
 I don't think using loadbalancing in the way you describe will 
 gain you 
 anything.
 
 You would probably do better running two instances of Radiator, 
 one to 
 process authentication requests and the other to process 
 accounting 
 requests. This tends to work better, because there are twice as 
 many 
 accounting requests as authentication requests (start and stop for 
 every access). There is usually more overhead involved in 
 processing 
 accounting requests as well, but if it is in a seperate process, 
 it 
 doesn't get in the way of the authentication requests.
 
 The loadbalancing is really designed to spread requests across 
 seperate 
 machines, which of course you should have in any case.
 
 regards
 
 Hugh
 
 
 On Wednesday, September 25, 2002, at 11:40 AM, [EMAIL PROTECTED] 
 wrote:
 
  hi hugh,
 
   in our setup having 2 radius server (wiht 2 instance of 
 radiator running on each machine) and 1 oracle server. will there 
 be an
  advantage if we are going to use radiator loadbalancing if our 
 ras port
  grows from the current 1,500 ports to 5,000 ports? d oracle 
 database is
  hosting both prepaid and post paid system with peak and off-peak 
 rating and with credit limit on postpaid customers. all dial-up 
 are terminated
  through L2TP. our radius servers are idle most of the time. the 
 highest utilization that we are getting during peak hour is from 
 15% to 20%
  only. will the radius capacity increase if we add 2 more 
 instance of
  radiator on the radius server (having a total of 4 instance per
  server). one of the 4 instances will be configured as proxy
  (loadbalancer to the 3 remaining instance of radius). do you 
 have a
  reference site that uses loadbalancing feature of radiator?
 
  thank you
 
 
 
  ===
  Archive at http://www.open.com.au/archives/radiator/
  Announcements on [EMAIL PROTECTED]
  To unsubscribe, email '[EMAIL PROTECTED]' with
  'unsubscribe radiator' in the body of the message.
 
 
 
 -- 
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
 -
 Nets: internetwork inventory and management - graphical, extensible,
 flexible with hardware, software, platform and database independence.
 
 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
 

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) radius debug

2002-09-12 Thread rcortez

Hi,



 I've configured my server which has 2 instance of radius running. 
First instance was configured as 1645/1646 radius/radacct respectively 
and my second instance was configured as 1812/1813 radius/radacct it 
also has 2 different logfile one based on 1645 and the other logfile is 
1812. When I view my first logfile I have this kind of logs.

Thu Sep 12 03:00:02 2002 299810: DEBUG: Packet dump:
*** Received from 210.14.16.12 port 1646 
Code:   Accounting-Request


When I view my second logfile which is running at 1812  I have this 
kind of log.

Wed Sep 11 21:00:00 2002 529909: DEBUG: Packet dump:
*** Received from 210.14.16.12 port 1646 
Code:   Accounting-Request
Identifier: 136

Why is it that I have received port 1646 under 1812 log? We look into 
the debug of the router and it produces 1812 and 1813 as their port 
number.


  

Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) pre auth hook

2002-09-05 Thread rcortez

hi,


   I'm using radiator with a preauth hook clause i'm having a 
problem regarding the time it spend when using the preauth hook. In a 
10 sec time i been able to process only 20 request, but when I remove 
the preauthhook i can process 20 request in 2 sec. The function of a 
preauth hook is updating the sessionreply using oracle as my database. 
Is there a way to increase the speed of my request with/without preauth 
hook.



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) preauth hook

2002-09-05 Thread rcortez

Hi,


 I'm using radiator with a preauth hook clause i'm having a 
problem regarding the time it spend when using the preauth hook. In a 
10 sec time i been able to process only 20 request, but when I remove 
the preauthhook i can process 20 request in 2 sec. The function of a 
preauth hook is to update the sessionreply column of the database in 
seconds depending on the value of the credit limit (in currency) based 
on peak/offpeak rating. Is there a way to increase the speed of my 
request with/without preauth 
hook.


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) MTU setting

2002-09-04 Thread rcortez

Hi,


 Do radiator have a particular setting of an MTU in between LNS and 
radius server in a vpdn configuration? Do we need to set a certain 
parameter or server config? Right now there is a default setting of 
MTU=1500. 


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) AccountingHandled

2002-08-28 Thread rcortez

Hi,



  I've already put AccountingHandled on my config file. I wonder 
why I still received Retransmission coming from my LNS Cisco 7206.

Here is my config 

Foreground
AuthPort 1645
AcctPort 1646
LogDir  /data/LOGFILE
LogFile %L/%Y-%m-%d-%H-logfile.log
DbDir /usr/local/etc/raddb
Trace 4
SocketQueueLength 100
LogMicroseconds

Client localhost
Secret mysecret
DupInterval 60
/Client

Handler Called-Station-Id = 1234567
 AccountingHandled
 MaxSessions 1
 SessionDatabase TEST
 #RewriteUsername   tr/A-Z/a-z/
 AcctLogFileName %L/TEST/%Y-%m-%d-detail
 PasswordLogFileName %L/TEST/%Y-%m-%d-password
 AcctLogFileFormat %m %d %Y %H:%M:%S NAS-IP-Address=%{NAS-IP-
 Address} NAS-Port=%{NAS-Port} User-Name=%{User-Name} Called-Station-
Id=%{Called-Station-Id} Calling-Station-Id=%{Calling-Station-Id} Acct-
 Status-Type=%{Acct-Status-Type} Service-Type=%{Service-Type} Acct-
 Session-Id=%{Acct-Session-Id} Framed-Protocol=%{Framed-Protocol} 
Framed-IP-Address=%{Framed-IP-Address} Acct-Session-Time=%{Acct-
Session-Time}Tunnel-Server-Auth-ID=%{Tunnel-Server-Auth-ID} Acct-
Terminate-Cause=%{Acct-Terminate-Cause}
PreAuthHook file:%D/sample.hook
 AuthBy SQL
  .
  .
  .
  .
 /AuthBy
/Handler



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Accounting Handled

2002-08-22 Thread rcortez

Hi,



   I have configured Accounting Handled and also LogMicroseconds under 
the Global Parameter Realm this is how it goes.


Foreground
AuthPort 1645
AcctPort 1646
LogDir  /data/LOGFILE
LogFile %L/%Y-%m-%d-%H-logfile.log
DbDir /usr/local/etc/raddb
Trace 4
SocketQueueLength 100
LogMicroseconds

Client localhost
Secret mysecret
DupInterval 60
/Client

Handler Called-Station-Id = 1234567
AccountingHandled
MaxSessions 1
SessionDatabase TEST
#RewriteUsername   tr/A-Z/a-z/
AcctLogFileName %L/TEST/%Y-%m-%d-detail
PasswordLogFileName %L/TEST/%Y-%m-%d-password
AcctLogFileFormat %m %d %Y %H:%M:%S NAS-IP-Address=%{NAS-IP-
Address} NAS-Port=%{NAS-Port} User-Name=%{User-Name} Called-Station-Id=%
{Called-Station-Id} Calling-Station-Id=%{Calling-Station-Id} Acct-
Status-Type=%{Acct-Status-Type} Service-Type=%{Service-Type} Acct-
Session-Id=%{Acct-Session-Id} Framed-Protocol=%{Framed-Protocol} Framed-
IP-Address=%{Framed-IP-Address} Acct-Session-Time=%{Acct-Session-Time} 
Tunnel-Server-Auth-ID=%{Tunnel-Server-Auth-ID} Acct-Terminate-Cause=%
{Acct-Terminate-Cause}
PreAuthHook file:%D/sample.hook
AuthBy SQL
 .
 .
 .
 .
/AuthBy
/Handler



 I would just like to ask if my configuration is right? Is there 
something that would see something different in my logfile?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) AccountingHandled

2002-08-20 Thread rcortez

Hi,



   Again I would like to know where can I put AccountingHadled in my 
config file ? I'm running an AuthBy sql clause.



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Accounting Handled

2002-08-19 Thread rcortez

Hi,



 On Accounting Handled parameters can I still get an accounting 
stop? Is the Accounting Handled parameter is only use for 
retransmission request?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) socket queue length

2002-08-19 Thread rcortez

Hi,



 Is there any OS parameter or radiator parameter which can be fine 
tune to increase the accounting packet received other than OS 
udp_max_buf and radius socket queue length?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) socket queue length

2002-08-19 Thread rcortez

Hi,


   
Is there any OS parameter or radiator parameter which can be fine 
tune to increase the accounting packet received other than OS 
udp_max_buf and radius socket queue length? Since the current cpu 
utilization of our server is 98% idle and the physical memory utilized 
is 386K of the current 512K.


Ray

 
 


===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Accounting Handled

2002-08-19 Thread rcortez

Hi,



  Where can we put the accounting handled parameter is it on the 
authby clause? Can i have a sample config on how to implement it.



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) hardware specs

2002-08-14 Thread rcortez

Hello,


  Can I ask if a Sun Netra T1 server with 512 memory sufficient 
for large installation using radiator?



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) double accounting stop

2002-05-19 Thread rcortez

Hi,

 I'm having problem regarding double accounting stop/start. I've 
tried changing retransmit time in my NAS equal to 20 sec and also on my 
radius.cfg which is dupinterval 20. But still I get double entry of 
accounting stop/start. Do you have any suggestions?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) PPPOE

2002-05-03 Thread rcortez

Hello,

 Is there a way that BBSM (Building Broadband Service Manager) by 
Cisco to recognized session-timeout of Radiator? How?

Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) re: Cisco BBSM

2002-05-03 Thread rcortez

Hello,


Is there a way we can use radiator as a prepaid platform in PPPOE
(ppp over ethernet) Specifically cisco BBSM? 


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Time conversion on Radiator 3.0

2002-04-30 Thread rcortez

Hello,


I'm having problem using the time function of radiator ver. 3.0 
when i'm using the until time or until 0800 it didn't work? while it is 
functioning in Radiator 2.19. Is there any new configuration for 
version 3.0 for time attribute?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) session database

2002-04-29 Thread rcortez

Hello,


 Is it possible to have a sql session database for every handler?

 ex. Handler Called-Station-Id = '02456789'
 SessionDatabase SQL
 .
 .
 Handler Called-Station-Id = '02345678'
 SessionDatabase SQL
 .
 .



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) failed login in password log

2002-04-29 Thread rcortez

Hi,


 Is there a way we can count the failed login of a certain user for 
us to lock that user?


Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) failed login in password log

2002-04-29 Thread rcortez

Hello again,


How can we do this? we have a mysql server.


Ray

- Original Message -
From: Hugh Irvine [EMAIL PROTECTED]
Date: Tuesday, April 30, 2002 11:21 am
Subject: Re: (RADIATOR) failed login in password log

 
 Hello Ray -
 
 Yes there is, but you will need an SQL database for your user records.
 
 regards
 
 Hugh
 
 On Tue, 30 Apr 2002 13:01, [EMAIL PROTECTED] wrote:
  Hi,
 
 
   Is there a way we can count the failed login of a certain 
 user for
  us to lock that user?
 
 
  Ray
 
  ===
  Archive at http://www.open.com.au/archives/radiator/
  Announcements on [EMAIL PROTECTED]
  To unsubscribe, email '[EMAIL PROTECTED]' with
  'unsubscribe radiator' in the body of the message.
 
 -- 
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
 -
 Nets: internetwork inventory and management - graphical, extensible,
 flexible with hardware, software, platform and database independence.
 

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) logfile per realm or handler

2002-04-29 Thread rcortez

Hello,


Is it possible to have a logfile on a per Realm/Handler? If yes how 
can we configure it on my config file? I've tried using:
   
  Handler Calling-Station-Id = '023453534'
  Log FILE
Filename /usr/local/raddb/logfile/logfile
  /Log
   .
   .
   .



  I'm getting an error like Unknown object 'Log' in line 24




Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) pre auth

2002-03-20 Thread rcortez

Hello,


  Again I would just like to ask if I could put a delay before 
authentication i'm using a pre hook auth with a trigger using oracle.



Ray

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) secure id

2000-01-31 Thread rcortez

 Hi !

How can I configure  ACE Server  (secure ID). I'm using Redhat 6.0
and Radiator 2.14.1  ?


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.