Hi, I have freeradius v2.0.5. I modified the log{} section of radiusd.conf to send logs to syslog-ng. In syslog-ng, I filter them out to a log collector. This seems to be working well. Now, I would like to get detail and auth to the log collector. Anyone know if this is possible? Thanks!
On 08/25/2010 09:51 PM, mack ragan wrote:
Hi,
I have freeradius v2.0.5. I modified the log{} section of radiusd.conf to send logs to syslog-ng. In syslog-ng, I filter them out to a log collector. This seems to be working well. Now, I would like to get detail and auth to the log collector. Anyone know if this is possible?
detail files cannot be sent to syslog. It wouldn't work - they're multi-line records. What do you mean by "auth"?
Thanks for the replies. I was afraid that the format of detail wouldn't allow syslog. I suppose detail can be sent to mysql though, right? Is it possible within the radius log, where it logs successful or failed logins, to also include the client's IP address along with the MAC? On Thu, Aug 26, 2010 at 2:27 AM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
On 08/25/2010 09:51 PM, mack ragan wrote:
Hi,
I have freeradius v2.0.5. I modified the log{} section of radiusd.conf to send logs to syslog-ng. In syslog-ng, I filter them out to a log collector. This seems to be working well. Now, I would like to get detail and auth to the log collector. Anyone know if this is possible?
detail files cannot be sent to syslog. It wouldn't work - they're multi-line records.
What do you mean by "auth"? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
gtcoldfire wrote:
Thanks for the replies. I was afraid that the format of detail wouldn't allow syslog. I suppose detail can be sent to mysql though, right?
No.
Is it possible within the radius log, where it logs successful or failed logins, to also include the client's IP address along with the MAC?
Read raddb/radiusd.conf, the "log" section. Alan DeKok.
Hi,
Thanks for the replies. I was afraid that the format of detail wouldn't allow syslog. I suppose detail can be sent to mysql though, right?
No.
unless, eg using the buffered-sql virtual server. in which case detail files can go to SQL
Is it possible within the radius log, where it logs successful or failed logins, to also include the client's IP address along with the MAC?
Read raddb/radiusd.conf, the "log" section.
yep - or call eg a PERL function which does funky things alan
mack ragan wrote:
Hi,
I have freeradius v2.0.5. I modified the log{} section of radiusd.conf to send logs to syslog-ng. In syslog-ng, I filter them out to a log collector. This seems to be working well. Now, I would like to get detail and auth to the log collector. Anyone know if this is possible?
No. Alan DeKok.
participants (5)
-
Alan Buxey -
Alan DeKok -
gtcoldfire -
mack ragan -
Phil Mayers