<div dir="ltr">Hi,<div><br></div><div style>How can I replicate accounting packets to multiple servers when I have only one realm ? I have setup replicate and replicate-to realm in accounting section and also home_server and pool in proxy.conf but replication only works for the first home server. It wouldn't replicate accounting to the other server. This is how my proxy.conf config for replication looks.</div>
<div style><br></div><div style><br></div><div style><div><div>home_server remote_server {</div><div>        ipaddr = x.x.x.x</div><div>        port = 1813</div><div>        type = acct</div><div>        secret = testing123</div>
<div>}</div><div><br></div><div>home_server col_server {</div><div>        ipaddr = x.x.x.x</div><div>        port = 1813</div><div>        type = acct</div><div>        secret = testing</div><div>}</div></div><div><br></div>
<div><br></div><div>home_server_pool remote_pool {</div><div>        type = fail-over</div><div>        home_server = remote_server</div><div>        </div><div>}</div><div><br></div><div>home_server_pool col_pool {</div>
<div>       type = fail-over</div><div>       home_server = col_server</div><div><br></div><div>}</div><div><br></div><div><br></div><div><div>DEFAULT {</div><div><br></div><div>Replicate-To-Realm := remote<br></div><div>
<br></div><div>}</div><div><br></div><div><br></div><div>realm remote {</div><div>        acct_pool = remote_pool</div><div>        acct_pool = col_pool</div><div>}<br></div></div><div><br></div><div style>I just see the replication accounting packets being sent only to remote_server and not to col_server. </div>
<div style><br></div><div style>Thanks,</div><div style>Shreya.</div><div><br></div></div></div>