Hi Guru's

I have radiator working great or my 3-com total control hubs

But i have 2 cisco 2511 boxes that authenticate fine then drop the
connections
with no accounting data at all.

I'm using the USR dictionary do i need to change somthing to get the ciscos
to work?


all the nas's used to auth from the same merit radius box just fine.


here is the config

cheers
Steve Lalonde
Systems Manager
ENTANET International Ltd


##############################################################
#sql radius config

Foreground
LogDir          /var/log/radius
DbDir           /usr/local/etc/raddb
Trace   3

<Client DEFAULT>
        Secret  xxxxxxxxx
        IgnoreAcctSignature
</Client>


<Realm DEFAULT>
        <AuthBy SQL>
        DBSource        dbi:mysql:radius
        DBUsername      xxxxxx
        DBAuth          xxxxxx
        AuthSelect select PASSWORD, CHECKATTR, REPLYATTR \
        from SUBSCRIBERS \
        where USERNAME='%n'
        AuthColumnDef 0, User-Password, check
        AuthColumnDef 1, GENERIC, check
        AuthColumnDef 2, GENERIC, reply
        AccountingStopsOnly
        AcctColumnDef   USERNAME,User-Name
        AcctColumnDef   TIME_STAMP,Timestamp,integer
        AcctColumnDef   ACCTSTATUSTYPE,Acct-Status-Type
        AcctColumnDef   ACCTDELAYTIME,Acct-Delay-Time,integer
        AcctColumnDef   ACCTINPUTOCTETS,Acct-Input-Octets,integer
        AcctColumnDef   ACCTOUTPUTOCTETS,Acct-Output-Octets,integer
        AcctColumnDef   ACCTSESSIONID,Acct-Session-Id
        AcctColumnDef   ACCTSESSIONTIME,Acct-Session-Time,integer
        AcctColumnDef   ACCTTERMINATECAUSE,Acct-Terminate-Cause
        AcctColumnDef   NASIDENTIFIER,Client-Id
        AcctColumnDef   NASPORT,NAS-Port,integer
        AcctColumnDef   PHONE,Calling-Station-Id
        AcctColumnDef   SPEED,Connect-Speed
        AcctColumnDef   IPADDRESS,Framed-IP-Address
        AcctColumnDef   PORTTYPE,NAS-Port-Type
        AcctColumnDef   MODULATION,Modulation-Type
    </AuthBy>

</Realm>


<SessionDatabase SQL>
       DBSource        dbi:mysql:radius
       DBUsername       xxxxxxx
       DBAuth           xxxxxxx

                AddQuery insert into RADONLINE (USERNAME, NASIDENTIFIER,
NASPORT, \
        ACCTSESSIONID, TIME_STAMP, FRAMEDIPADDRESS, NASPORTTYPE, \
        SERVICETYPE, CONNECTSPEED, PHONENUMBER) values ('%n', '%N',\
        %{NAS-Port}, '%{Acct-Session-Id}', \
        %{Timestamp}, '%{Framed-IP-Address}', '%{NAS-Port-Type}',\
        '%{Service-Type}', '%{Connect-Speed}', '%{Calling-Station-Id}')

</SessionDatabase>



===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to