<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=875495819-09032007>You
have a document "Simultaneous-Use" in /usr/local/share/doc/freeradius-version.
See if that is helpful. Best thing to do is to have a look at the script and see
if you can switch on logging or debugging somewhere. Then try running it
manually and see what happens. It might not be pulling NAS information
properly.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=875495819-09032007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=875495819-09032007>No
radwho output? How about radlast - does it have recent entries or from some days
ago (or none at all)?</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=875495819-09032007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=875495819-09032007>Can
you paste the part od radiusd -X output when that error
occurs?</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=875495819-09032007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=875495819-09032007>Ivan
Kalik</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=875495819-09032007>Kalik
Informatika ISP</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=875495819-09032007></SPAN></FONT> </DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
freeradius-users-bounces+tnt=kalik.co.yu@lists.freeradius.org
[mailto:freeradius-users-bounces+tnt=kalik.co.yu@lists.freeradius.org] <B>On
Behalf Of </B>satish patel<BR><B>Sent:</B> 09 March 2007 14:06<BR><B>To:</B>
FreeRadius users mailing list<BR><B>Subject:</B> Re: freeradius
simultenoues-use error<BR><BR></FONT></DIV>Thank dear <BR><BR> tell me
one thing <BR>1) in freeradius two type of method to check simultenous login
checking one is sql base query and second is checkrad perl script now i am
useing simultenous-use attributes through SQL i have done some change in
raddb/mssql.conf file simu_count and simu_very users this is working fine but
know i want to check this thing not from sql i want to use checkrad perl
script so what is the configuration for this
<BR><BR> I have read
document on net but it is bit confusing me some author told put entry in
naslist naspasswd and client.conf so i dont know where i put right entry
ro start this thing and i have read one more thing checkrad script support
cisco NAS and i have cisco router also i have enable snmp but i dont know how
to check this checkrad script is it working or not can u explain me this thing
caz i m suffer this thing..... <BR><BR>One more problem my radiusd server die
again and again and i got this erro<BR><BR><FONT size=-1>1 *** <B>glibc
detected *** malloc</B>()<BR><BR>what is thus how can i resolve this one
<BR><BR><BR></FONT><BR><B><I>tnt@kalik.co.yu</I></B> wrote:
<BLOCKQUOTE class=replbq
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">#
SNMP CONFIGURATION<BR>#<BR># Snmp configuration is only valid if SNMP
support was enabled<BR># at compile time.<BR>#<BR># To enable SNMP querying
of the server, set the value of the<BR># 'snmp' attribute to
'yes'<BR>#<BR>snmp = no<BR>$INCLUDE ${confdir}/snmp.conf<BR><BR>This is in
radius.conf. Change snmp = yes and checkrad should work with<BR>nastype set
to cisco.<BR><BR>If you want to get rid of all stale sessions delete them
with SQL<BR>oneliner like:<BR><BR>delete from radacct where AcctStopTime=0
&& AcctStartTime < '2007-3-8'<BR><BR>(this is MySQL - MSSQL
syntax might be slightly different)<BR><BR>This will delete all open
sessions up to today.<BR><BR>Ivan Kalik<BR>Kalik Informatika
ISP<BR><BR><BR>Dana 8/3/2007, "satish patel"
<LINUXTRAP@YAHOO.CO.IN>pi¹e:<BR><BR>>Dear all<BR>><BR>> 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 databases and accouting
done by mssql and my NAS is cisco router with VPDN configuration but i have
faceing some problem since last week suposse one user login in to cisco
router and he/she accouting start on MSSQL server<BR>>i am useting
simultenouse-use feature in SQL<BR>><BR>>example<BR>>radacct
tables<BR>><BR>>User AcctStartTime AcctStopTime<BR>>abc
08/03/2007:01:30 1/1/1900<BR>><BR>><BR>>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<BR>><BR>><BR>>Thu Mar 8 20:12:05 2007 : Auth: Multiple logins
(max 1) : [mlpm484/<CHAP-PASSWORD>] (from client cisco port 974)<BR>>Thu
Mar 8 20:12:08 2007 : Auth: Multiple logins (max 1) :
[mlpm629/<CHAP-PASSWORD>] (from client cisco port 1111)<BR>>Thu Mar 8
20:12:10 2007 : Auth: Multiple logins (max 1) : [mlpm484/<CHAP-PASSWORD>]
(from client cisco port 460)<BR>>Thu Mar 8 20:12:14 2007 : Auth: Multiple
logins (max 1) :<BR>><BR>>SomeThing like this it means in MSSQL
AcctStopTime there is i still user login means that entry is not still clear
thats why i got error 'Multiple logins (max 1)'<BR>>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 plz tell me right
suggesstion if i am wrong ....<BR>><BR>><BR>>$ cat
~/satish/url.txt<BR>><BR>>System administrator ( Data Center
)<BR>><BR>>please visit this
site<BR>><BR>>http://linux.tulipit.com<BR>><BR>>---------------------------------<BR>>
Here�s a new way to find what you're looking for - Yahoo!
Answers<BR>><BR><BR>- <BR>List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html<BR></CHAP-PASSWORD></CHAP-PASSWORD></CHAP-PASSWORD></LINUXTRAP@YAHOO.CO.IN></BLOCKQUOTE><BR><BR><BR>$
cat ~/satish/url.txt<BR><BR>System administrator ( Data Center )<BR><BR>please
visit this site<BR><BR>http://linux.tulipit.com
<P>
<HR SIZE=1>
</HR>Here’s a new way to find what you're looking for - <A
href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo!
Answers</A> </BLOCKQUOTE></BODY></HTML>