<div dir="ltr"><div class="gmail_extra">Hello Alan,</div><div class="gmail_extra">I'm not sure if I should paste here or using a paste.bin site.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Here are my config files:</div><div class="gmail_extra"><br></div><div class="gmail_extra">My "copy-acct-to-home-server" file is:</div><div class="gmail_extra">







<p class="">server copy-acct-to-home-server {</p>
<p class=""><span class="">     </span>listen {<br>type = detail<br>filename = ${radacctdir}/detail<br>load_factor = 10<br>}</p>
<p class=""><span class="">     </span>preacct {<br>preprocess<br>suffix<br>files<br>}</p>
<p class=""><span class="">     </span>accounting {<br>  ok<br>}</p>
<p class=""><span class="">     </span>pre-proxy {</p>
<p class=""><span class="">     </span>}</p>
<p class=""><span class="">     </span>post-proxy {</p>
<p class=""><span class="">     </span>}</p>
<p class="">}</p><p class="">And my proxy.conf</p><p class="">proxy server { <br>default_fallback = no<br>}</p><p class="">home_server localhost {</p><p class=""><span class="">   </span>type = auth+acct<br>ipaddr = 127.0.0.1<br>port = 1813<br>secret = ########<br>require_message_authenticator = yes<br>response_window = 20<br>zombie_period = 40<br>revive_interval = 120<br>status_check = none<br>check_interval = 30<br>num_answers_to_alive = 3</p><p class=""><span class="">        </span>coa {<br>irt = 2<br>mrt = 16<br>mrc = 5<br>mrd = 30</p><p class=""><span class="">   </span>}</p><p class="">}</p><p class="">home_server_pool my_auth_failover {<br>type = fail-over<br>home_server = localhost<br>}</p><p class="">realm <a href="http://example.com">example.com</a> {<br>auth_pool = my_auth_failover<br>}</p><p class="">realm LOCAL {}</p><p class="">realm NULL {<br>accthost<span class="">    </span>= <a href="http://192.168.250.2:1813/">192.168.250.2:1813</a><br>secret<span class="">        </span><span class="">    </span>= #########<br>}</p><p class="">When you said to "Configure it to write only accounting packets to the detail file."  Where should I do that? I couldn't understand how it works, so I'm lost to configure it.</p><p class="">







</p><p class=""><br></p>







</div></div>