Hi, 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. home_server remote_server { ipaddr = x.x.x.x port = 1813 type = acct secret = testing123 } home_server col_server { ipaddr = x.x.x.x port = 1813 type = acct secret = testing } home_server_pool remote_pool { type = fail-over home_server = remote_server } home_server_pool col_pool { type = fail-over home_server = col_server } DEFAULT { Replicate-To-Realm := remote } realm remote { acct_pool = remote_pool acct_pool = col_pool } I just see the replication accounting packets being sent only to remote_server and not to col_server. Thanks, Shreya.
Shreya Shah wrote:
How can I replicate accounting packets to multiple servers when I have only one realm ?
Read raddb/modules/replicate
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. ... DEFAULT {
Replicate-To-Realm := remote
}
That is completely wrong. Delete it.
I just see the replication accounting packets being sent only to remote_server and not to col_server.
Read raddb/modules/replicate. This is documented. Alan DeKok.
participants (2)
-
Alan DeKok -
Shreya Shah