No subject

Shreya Shah shreya.nshah at gmail.com
Mon Mar 4 21:20:59 CET 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20130304/12fd74e7/attachment.html>


More information about the Freeradius-Users mailing list