freeradius redundancy

Fajar A. Nugraha list at fajar.net
Tue May 24 10:48:27 CEST 2011


On Tue, May 24, 2011 at 3:40 PM, Student University <studentmf at gmail.com> wrote:
> Hi,
>
> my testing lab like this :
>
> Node1 (FreeRadius+MySQL)
> Node2 (FreeRadius+MySQL)
>
> i am setting Master-Master MySQL Replication between this two node ,

Master-Master seems easy, but needs proper care. For example:
- have you taken care of auto increment values? What if there's
concurrent insert of different acct record to both sql node, will they
have the same radacctid?
- what happens when an acct-start got to node 1, but before the change
was replicated, an acct-stop for the same session got to node 2? Can
your sql query/replication setup handle that?

-- 
Fajar



More information about the Freeradius-Users mailing list