<div dir="ltr"><font face="trebuchet ms, sans-serif">Hi List Members</font><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">i have been reading archives and tying to understand for some days now, but unsuccessful. i am currently working to extend data volume control up to 10GB, which is requirement for the organization. Is anyone able to manage more then 4GB using CoovaChilli & Freeradius? Since there is no one piece of information available on the net. Until now, i am unclear about the components needs to be fine tune. i understand that FR has 32 bit <span style="font-size:13px">integers</span> but it is not the limitation to manage more than 4GB, if NAS supports the "Gigaword" attributes. It seems that my "sql_counter" or MySQL it self is the problem. </font></div>
<div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif"><b>NOTE: It is working setup up to 4GB, if i assigne 6GB to a user, counter rolls up on 4GB</b></font></div><div><font face="trebuchet ms, sans-serif"><br>
</font></div><div><font face="trebuchet ms, sans-serif">1.) I came across a post where guys are tell that <span style="font-size:13px">sqlcounter module uses 32-bit integers in it's source code. Should it be change</span><span style="font-size:13px"> to 64-bit integers?</span><br>
</font></div>
<div><font face="trebuchet ms, sans-serif"><span style="font-size:13px">2.) CoovaChilli has built in support for "gigaword" attributes, which is enable.</span><br></font></div><div><font face="trebuchet ms, sans-serif"><span style="font-size:13px">3.) is it possible by rlm_sql or rlm_perl must be used</span><br>

</font></div><div><span style="font-size:13px"><font face="trebuchet ms, sans-serif">4.) Counter rolls up on 4GB.</font></span></div><div><span style="font-size:13px"><font face="trebuchet ms, sans-serif"><br></font></span></div>

<div><span style="font-size:13px"><font face="trebuchet ms, sans-serif"><div>sqlcounter gigawordcounter {</div><div>            counter-name = Total-Max-Octets</div><div>            check-name = Acct-Input-Gigawords</div>

<div>            reply-name = Acct-Input-Gigawords</div><div>            sqlmod-inst = sql</div><div>            key = User-Name</div>
<div>            reset = never</div><div>            counter-type = data</div><div>            check-unit = KibiOctets</div><div>            query = "SELECT SUM(acctinputoctets) + SUM(acctoutputoctets) FROM radacct WHERE username='%{%k}'"<br>

</div><div>}</div></font></span></div><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">Thanks / Regards</font></div>
</div>