I have Freeradius installed on two opensuse 10.2 servers
Running Freeradius 1.16
I am running radrelay on the two too keep the detail files in sync
(New Setup)
The combined detail work file is created on the two servers and each appear to write to it ok.
But they aren't syncing with one another
heres my radrelay start commands
---
Primary
radrelay -a /var/log/radius/radacct/ -d /etc/raddb -n Secondary-Radius detail-combined
---
Secondary
radrelay -a /var/log/radius/radacct/ -d /etc/raddb -n Primary-Radius detail-combined
---
In the clients.conf on each server is an entry with secret pointing to the server in question.