This is a discussion on Re: freeradius simultenoues-use error within the FreeRADIUS Users forums, part of the Networking and Network Related category; # SNMP CONFIGURATION # # Snmp configuration is only valid if SNMP support was enabled # at compile time. # # To enable SNMP querying of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
# SNMP CONFIGURATION
# # Snmp configuration is only valid if SNMP support was enabled # at compile time. # # To enable SNMP querying of the server, set the value of the # 'snmp' attribute to 'yes' # snmp =3D no $INCLUDE ${confdir}/snmp.conf This is in radius.conf. Change snmp =3D yes and checkrad should work with nastype set to cisco. If you want to get rid of all stale sessions delete them with SQL oneliner like: delete from radacct where AcctStopTime=3D0 && AcctStartTime < '2007-3-8' (this is MySQL - MSSQL syntax might be slightly different) This will delete all open sessions up to today. Ivan Kalik Kalik Informatika ISP Dana 8/3/2007, "satish patel" <linuxtrap@yahoo.co.in> pi=B9e: >Dear all > > i fedup from this problem i dont know how to resolve it no one= help me out from this problem i have freradius-1.1.4 + MSSQL setup user da= tabases and accouting done by mssql and my NAS is cisco router with VPDN co= nfiguration but i have faceing some problem since last week suposse one use= r login in to cisco router and he/she accouting start on MSSQL server >i am useting simultenouse-use feature in SQL > >example >radacct tables > >User AcctStartTime AcctStopTime >abc 08/03/2007:01:30 1/1/1900 > > >Now user can access internet and anything everything going fine but after = when i stop radiusd proccess and start it my user disconnected and he/she = try for login in to cisco VPDN he/she got error access deny and i got some = log multiple user login > > >Thu Mar 8 20:12:05 2007 : Auth: Multiple logins (max 1) : [mlpm484/<CHAP-= Password>] (from client cisco port 974) >Thu Mar 8 20:12:08 2007 : Auth: Multiple logins (max 1) : [mlpm629/<CHAP-= Password>] (from client cisco port 1111) >Thu Mar 8 20:12:10 2007 : Auth: Multiple logins (max 1) : [mlpm484/<CHAP-= Password>] (from client cisco port 460) >Thu Mar 8 20:12:14 2007 : Auth: Multiple logins (max 1) : > >SomeThing like this it means in MSSQL AcctStopTime there is i still user l= ogin means that entry is not still clear thats why i got error 'Multiple lo= gins (max 1)' >in my client.conf file NAStype is "other" caz when i user cisco nastype = my Simulteneous-use not working ?? so i thing this detail enough for help p= lz tell me right suggesstion if i am wrong .... > > >$ cat ~/satish/url.txt > >System administrator ( Data Center ) > >please visit this site > >http://linux.tulipit.com > >--------------------------------- > Here�s a new way to find what you're looking for - Yahoo! Answers > - = List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.h= tml |