RE: (RADIATOR) Help concerning PreAuthentication with Radiator

2003-03-04 Thread david.kramar
Hi Tony
You can do this schema. 
You want dedicate 15 modems to users with somedomens.com and DNIS number 7117117. 
If 15 modems are busy, next 16. call recive busy tone.(and user is no billed)

So, you have to setup on cisco DNIS based preauthentification - in radius will be 
aplied Handler Service-Type = Outbound-User, Called-Station-Id = 7117117 - if less 
then 15 then modem setup will continue and will do second auth with Handler Realm = 
somedomain.com -if access accept then user will be connected...

   
   
   
   
   
   
   
   
   
   
   
  
Hope help
David


Handler Service-Type = Outbound-User, Called-Station-Id = 7117117
#this do preauth 
SessionDatabase somedomain
 AuthBy PORTLIMITCHECK
CountQuery select COUNT(*) from RADONLINE
SessionLimit 15
  /AuthBy
/Handler

Handler Realm = somedomain.com
#this do normal user auth.
SessionDatabase somedomain
AuthBy SQL
DBSourcexxx
DBUsername  xxx
DBAuth  xxx

AccountingStopsOnly
AuthSelect select PASS_WORD from RADUSERS where USERNAME='%n' .

AccountingTable RADUSAGE
AcctColumnDef   USERNAME,User-Name
..
..  
AddToReply Service-Type = Framed-User, \
Framed-Protocol = PPP

/AuthBy

/Handler

SessionDatabase SQL
#have to be for pre authcheck (...how many user are online..)
Identifier somedomain
DBSource  
DBUsername  xxx
DBAuth  xxx

/SessionDatabase

-Pvodn zprva-
Od: tony [mailto:[EMAIL PROTECTED]
Odeslno: 4. bezna 2003 2:53
Komu: [EMAIL PROTECTED]
Pedmt: (RADIATOR) Help concerning PreAuthentication with Radiator


Hi Everyone,

We are currently evaluating Radiator. One of the decision points is to be able to test 
out a PreAuthentication with Radiator and a AS5400.

Has anyone configured this ? 

We would appreciate some help. Thanks.

Tony
===
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.


Re: (RADIATOR) Help concerning PreAuthentication with Radiator

2003-03-03 Thread Hugh Irvine
Hello Tony -

We have many customers using Cisco NAS equipment for PreAuthentication.

You should check the Cisco web site (or your support engineer) for the  
IOS configuration details.

As far as Radiator is concerned there is nothing special about the  
requests other than the fact that they only contain the  
Called-Station-Id and Calling-Station-Id, and a special Service-Type  
(from memory).

This topic has been discussed on the mailing list a number of times and  
you can search the archive at:

	www.open.com.au/archives/radiator

And here is a Cisco URL that should help:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/ 
121newft/121t/121t2/dtpreaut.htm#45657

regards

Hugh

On Tuesday, Mar 4, 2003, at 12:53 Australia/Melbourne, tony wrote:

Hi Everyone,

We are currently evaluating Radiator. One of the decision points is to  
be able to test out a PreAuthentication with Radiator and a AS5400.

Has anyone configured this ?

We would appreciate some help. Thanks.

Tony
===
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.

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
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.