<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<P>I have Freeradius installed on two opensuse 10.2 servers</P>
<P>Running Freeradius 1.16</P>
<P>I am running radrelay on the two too keep the detail files in sync</P>
<P>(New Setup)</P>
<P>The combined detail work file is created on the two servers and each appear to write to it ok.</P>
<P>But they aren't syncing with one another</P>
<P>heres my radrelay start commands</P>
<P>---</P>
<P>Primary</P>
<P>radrelay -a /var/log/radius/radacct/ -d /etc/raddb -n Secondary-Radius detail-combined </P>
<P>---</P>
<P>Secondary</P>
<P>radrelay -a /var/log/radius/radacct/ -d /etc/raddb -n Primary-Radius detail-combined </P>
<P>---</P>
<P>In the clients.conf on each server is an entry with secret pointing to the server in question.</P>
<P> </P></body></html>