thanks!<br>I am now able to send the accounting packet to the trafic shaper. <br>But seems that it retries to send again packets even I put the status-check to "none" because the TS can not handle this. I want to send packet without retrying.<br>
<br>Did I missed something again?<br><br>Regards,<br><br>Emmanuel <br><br><br><br><div class="gmail_quote">2009/3/24  <span dir="ltr"><<a href="mailto:tnt@kalik.net">tnt@kalik.net</a>></span><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 wish  to configure 1 proxy radius server and 2 backend radius servers. One<br>
>backend server is the real database for aauth and billing. The other one is<br>
>inside a traffic shapper.  I want to duplicate all accounting packets  to<br>
>this trafic shapper. After reading many times the proxy.conf and<br>
>/sites-availables files, I can not forward all request to the traffic shaper<br>
>until now.<br>
>Does someone has a clear example for this kind of configuration?<br>
><br>
<br>
</div>Configute realm ts { ...} on proxy server with details of traffic shaper.<br>
Make sure that raddb/modules/detail is set to write to same detail file<br>
copy-acct-to-home-server is going to read it from (they are different by<br>
default) and that detail is enabled in accounting (it is by default).<br>
Add:<br>
<br>
update control {<br>
     Proxy-To-Realm := ts<br>
}<br>
<br>
to copy-to-acct-server preacct section.<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>