(RADIATOR) Help concerning PreAuthentication with Radiator

david.kramar at aliatel.cz david.kramar at aliatel.cz
Tue Mar 4 08:22:33 CST 2003


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>
        DBSource        xxxxxxx
        DBUsername      xxxxxxx
        DBAuth          xxxxxxx

        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  xxxxxxxx
            DBUsername      xxxxxxx
            DBAuth          xxxxxxx

</SessionDatabase>

-----Původní zpráva-----
Od: tony [mailto:tony at baytechnologies.tv]
Odesláno: 4. března 2003 2:53
Komu: radiator at open.com.au
Předmět: (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 radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list