Thanks Ivan,<br><br>There is limitation of dependency with other software.<br><br>BTW, I have tried a configuration to work with MySQL as following and it meets my requirement. Is it the best way?<br><br>1. In configuration file acct_users <br>
DEFAULT Acct-Status-Type == Start, SQL-Group = REMOTE, Proxy-To-Realm :=REMOTE<br><br>2. In configuration file proxy.conf<br>realm REMOTE{<br>        type            = radius<br>        accthost        = <a href="http://192.168.1.1:1814">192.168.1.1:1814</a><br>
        secret          = 1234<br>}<br>realm NULL {<br>        type            = radius<br>        accthost        = LOCAL<br>}<br><br>3. In table "usergroup" of database, assign those users to "REMOTE" Group. <br>
<br>In this case, account message from user in "REMOTE" group will be sent to another account server "<a href="http://192.168.1.1:1814">192.168.1.1:1814</a>" otherwise will drop.<br><br><br><br><br><div class="gmail_quote">
On Mon, Aug 3, 2009 at 4:42 PM, Ivan Kalik <span dir="ltr"><<a href="mailto:tnt@kalik.net">tnt@kalik.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">> I have 2 NAS devices which will deliver RADIUS accounting message to my<br>
> billing server. Now my billing system will receive all accounting info for<br>
> all users.<br>
><br>
> I would like to do billing record only for some of my users so that I<br>
> would<br>
> like to filter the others. I built a freeradius 1.x to proxy accounting<br>
> message from NAS devices to billing server.<br>
<br>
</div>Why not 2.x? It is much more flexible for such situations.<br>
<div class="im"><br>
><br>
> Is it possible to configure the freeradius filter/limit the proxy of<br>
> accounting message based on user in database or files?<br>
<br>
</div>Yes.<br>
<br>
Ivan Kalik<br>
Kalik Informatika ISP<br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div><br>