*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hi folks.
I have a little problem and I wonder some can help me.
I have here Radiator 2.14 with mSQL database to authenticate dial-up
users.
Now I want to make roaming with another ISP, so I added the handler for
this into my radius config. This is what I have now
Trace 4
DbDir /usr/local/etc/raddb/db
LogDir /usr/local/etc/raddb/log
LogFile /usr/local/etc/raddb/log/Radiator.log
DictionaryFile /usr/local/etc/dictionary.usr
SnmpgetProg /usr/local/bin/snmpget
<Client 209.239.95.19>
Secret XXXXXXXX
NasType TotalControlSNMP
SNMPCommunity public
</Client>
<SessionDatabase SQL>
Identifier SDB1
DBSource dbi:mSQL:radius
DBUsername
DBAuth
</SessionDatabase>
<Handler Realm = another_isp.com>
RewriteUsername s/^([^@]+).*/$1/
<AuthBy RADIUS>
Host aaa.bbb.ccc.ddd
Secret YYYYYYYY
RetryTimeout 20
</AuthBy>
AcctLogFileName %L/another_isp.acct
</Handler>
<Handler User-Name = unauthenticated>
<AuthBy SQL>
DBSource dbi:mSQL:noauth
DBUsername xxxxx
DBAuth yyyyyy
AccountingStopsOnly
AccountingTable ACCOUNTING
AcctColumnDef CALLINGSTID,Calling-Station-Id,string
AcctColumnDef CALLEDSTID,Called-Station-Id,string
AcctColumnDef ACCTTERMCAUSE,Acct-Terminate-Cause,intege
AcctColumnDef CONNTERMCAUSE,Connect-Term-Reason,integer
AcctColumnDef FAILCONNREASON,Failure-to-Connect-Reason,integer
AcctColumnDef DISCONNREASON,Disconnect-Reason,integer
AcctColumnDef CONNECTSPEED,Connect-Speed,integer
AcctColumnDef SERVICETYPE,Service-Type,integer
AcctColumnDef MODULATYPE,Modulation-Type,integer
</AuthBy>
</Handler>
<Handler>
SessionDatabase SDB1
<AuthBy SQL>
DefaultSimultaneousUse 1
DBSource dbi:mSQL:radius
DBUsername xxxxxx
DBAuth yyyyyyy
AuthSelect select PASSWORD,CHECKATTR,REPLYATTR \
from SUBSCRIBERS where USERNAME = '%n' and STATUS=1
AccountingStopsOnly
AccountingTable ACCOUNTING
AcctColumnDef USERNAME,User-Name
AcctColumnDef TIME_STAMP,Timestamp,integer
AcctColumnDef ACCTSESSIONID,Acct-Session-Id
AcctColumnDef ACCTSESSIONTIME,Acct-Session-Time,integer
AcctColumnDef ACCTTERMINATECAUSE,Acct-Terminate-Cause,integer
AcctColumnDef ACCTCONNECTSPEED,Connect-Speed,integer
AcctColumnDef ACCTCALLINGSTATIONID,Calling-Station-Id,string
AcctColumnDef ACCTCALLEDSTATIONID,Called-Station-Id,string
</AuthBy>
AcctLogFileName %L/%c
PasswordLogFileName %L/password.log
</Handler>
Both the my users and the users from another_isp.com can authenticate,
but my own users can't connect the usual way, so they had to use the
terminal window before dialing (in win 9x), to get connected. Why is
this happening?
Thanks!
--
Sergio Gonzalez
Director Operativo. Node Chief
Skynet de Colombia S.A.
(57) (+1) 6422 020
Santa FE de BogotA, Colombia, South AmErica
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.