Jeff wrote:
VOPRadius does use sql it puts its accounting records directly into our billing package rodopi I see what you are getting at is Basically both use the same sql and sync up their records
Yep, though I'm not sure how VOPRadius generates it's accounting records, but you may need to modify the insert queries in FreeRADIUS to adjust for the VOP schema , and alter which attributes make up the unique ID. Of course the best solution would be to find out why for 2% of packets your NAS is sending the accounting data to the secondary... Is the primary under much load ? could it be network timeouts ?
*From:* Arran Cudbard-Bell [mailto:A.Cudbard-Bell@sussex.ac.uk] *To:* FreeRadius users mailing list [mailto:freeradius-users@lists.freeradius.org] *Sent:* Sat, 09 Jun 2007 15:09:36 -0400 *Subject:* Re: Freeradius as a secondary
Jeff wrote: > > I am using Freeradius as a Secondary Radius. > > The issue is sometimes not always but 98% of the time > > A user when they connect to the secondary (freeradius) and connect > > accounting packet start and then when they disconnect no accounting > packet stop gets to the secondary > > Reason its going to the primary radius (VOPRAdius) > > Thus the problem being the secondary thinks they are still connected. > > The nas's are not onn site these are from level3 networks > > Does anyone know what to do for this? > > Since freeradius is not being used as a primary too > > I am at a stump on this one. > > ------------------------------------------------------------------------ > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html The issue can only be NAS side, accounting packets are completely disconnected from one another, the only thing they share is a session ID (included in the packets) , which FreeRADIUS uses to correlate the start stop and interim update packets.
If VopRADIUS can use SQL as an accounting database , you could point them both at a single database instance. Theres no reason why stop, start and interim packets couldn't go to different RADIUS servers. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html