26 Jan
2010
26 Jan
'10
2:44 a.m.
Marlon Duksa wrote:
The acct-session-id and framed-ip-addrss will be the same (and this is what I use to identify the entity for which I collect acct info). Is there any way that this new records will be written to the same file as before the failover so that I can correlate the records?
Use the "acct_unique_id" module to key off of Acct-Session-Id && Framed-IP-Address. Then, ensure that any accounting sessions are tracked by the unique ID, and not by NAS IP.
I see that the acct directory is in /var/log/freeradius/radacct/<NAS-IP>/. This <NAS-IP> directory name is what is bothering me. Is there any way to change this?
See the configuration for the "detail" module. Alan DeKok.