Re: Syslog and FreeRADIUS

2009-07-06 Thread Jonathan Gazeley
Further to my previous query I've got global server messages being syslogged to my log hosts. However, all of my radius magic happens inside virtual servers, which live in sites-available. I haven't been able to get any syslog packets sent from within these virtual servers. I've tried

Re: Syslog and FreeRADIUS

2009-07-06 Thread Alan DeKok
Jonathan Gazeley wrote: However, all of my radius magic happens inside virtual servers, which live in sites-available. I haven't been able to get any syslog packets sent from within these virtual servers. The log section is global. See raddb/sites-available/README for a definitive list of

Re: Syslog and FreeRADIUS

2009-07-06 Thread Jonathan Gazeley
On 07/06/2009 04:35 PM, Alan DeKok wrote: Jonathan Gazeley wrote: However, all of my radius magic happens inside virtual servers, which live in sites-available. I haven't been able to get any syslog packets sent from within these virtual servers. The log section is global. See

Re: Syslog and FreeRADIUS

2009-07-06 Thread A . L . M . Buxey
Hi, The log section is global. See raddb/sites-available/README for a definitive list of which sections can appear inside of a server section. OK, thanks. If the log section is global, should I simply be able to insert the word log into my virtual servers? Doing so causes the

Re: Syslog and FreeRADIUS

2009-07-06 Thread Jonathan Gazeley
On 07/06/2009 05:02 PM, a.l.m.bu...@lboro.ac.uk wrote: Ultimately what I'm after is the ability to send detail logs to syslog rather than have them written to a file. Perhaps I've been asking the wrong questions so far, or in the wrong way :) whoa. thats completely different to what

RE: Syslog and FreeRADIUS

2009-07-06 Thread Ted Behling
-users-bounces+ted.behling=htc.hargray@lists.freer adius.org] On Behalf Of Jonathan Gazeley Sent: Monday, July 06, 2009 12:15 PM To: FreeRadius users mailing list Subject: Re: Syslog and FreeRADIUS On 07/06/2009 05:02 PM, a.l.m.bu...@lboro.ac.uk wrote: Ultimately what I'm

Re: Syslog and FreeRADIUS

2009-07-06 Thread Jonathan Gazeley
@lists.freeradius.org [mailto:freeradius-users-bounces+ted.behling=htc.hargray@lists.freeradius.org] *On Behalf Of *Jonathan Gazeley *Sent:* Monday, July 06, 2009 12:15 PM *To:* FreeRadius users mailing list *Subject:* Re: Syslog and FreeRADIUS On 07/06/2009 05:02 PM, a.l.m.bu...@lboro.ac.uk wrote

Re: Syslog and FreeRADIUS

2009-07-06 Thread A . L . M . Buxey
Hi, The reason for wanting to send everything to a log host on the network is that the new generation of radius servers we are preparing are all virtualised and only have a few GB of disk - so no room for logs. there are so many ways of having proper disk access via a virtualised host

Re: Syslog and FreeRADIUS

2009-07-06 Thread Alan DeKok
Jonathan Gazeley wrote: For a start I want to syslog the stuff that usually goes into radius.log - so the messages when the server starts (which are already being syslogged successfully) and the summary line (Auth: Login OK) printed after an authentication (which are currently not being sent

Re: Syslog and FreeRADIUS

2009-07-03 Thread Alan DeKok
Jonathan Gazeley wrote: I've decided to move logging on my radius boxes to a pair of syslog servers, rather than stored locally. I'm using rsyslog to send the logs over the network. It's a good tool. I follow this guide http://wiki.freeradius.org/Syslog_HOWTO but it seems to be for an old

Re: Syslog?

2008-10-15 Thread Alan DeKok
Phillip Heller wrote: I've found lots of conflicting info among the wiki, documentation, and list suggesting different statements (log_destination=, destination=), and perhaps outside of log{}. The configuration files contain the most up-to-date description of the configuration. I did look

solved: Re: syslog - 1.1.2

2006-10-11 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey, Michael Messner wrote: Kevin Bonner wrote: I don't believe it was added to the 1.1.X branch, so the CVS head and nightly snapshots are the only way to use the syslog logging method. Wait for 2.0 or try one of the other suggestions in

Re: syslog - 1.1.2

2006-10-05 Thread Michael Messner
hey kenneth, Kenneth Grady wrote: try ... log_destination = syslog log { syslog_facility = daemon } not working :-( mIke - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: syslog - 1.1.2

2006-10-05 Thread Kevin Bonner
On Thursday 05 October 2006 08:07, Michael Messner wrote: hey kenneth, Kenneth Grady wrote: try ... log_destination = syslog log { syslog_facility = daemon } not working :-( mIke I don't believe it was added to the 1.1.X branch, so the CVS head and nightly snapshots

Re: syslog - 1.1.2

2006-10-05 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey Kevin, Kevin Bonner wrote: On Thursday 05 October 2006 08:07, Michael Messner wrote: hey kenneth, Kenneth Grady wrote: try ... log_destination = syslog log { syslog_facility = daemon } not working :-( mIke I don't believe

Re: syslog - 1.1.2

2006-10-04 Thread Alan DeKok
Michael Messner [EMAIL PROTECTED] wrote: to the radiusd.conf, and I also tried to start the radius with the parameter -lsyslog but nothing goes to syslog! That doesn't really work in 1.1.x Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: syslog - 1.1.2

2006-10-04 Thread Michael Messner
hey alan, Alan DeKok wrote: Michael Messner [EMAIL PROTECTED] wrote: to the radiusd.conf, and I also tried to start the radius with the parameter -lsyslog but nothing goes to syslog! That doesn't really work in 1.1.x any workarounds available? thanks mIke - List

Re: syslog - 1.1.2

2006-10-04 Thread Kevin Bonner
On Wednesday 04 October 2006 12:27, Michael Messner wrote: hey alan, Alan DeKok wrote: Michael Messner [EMAIL PROTECTED] wrote: to the radiusd.conf, and I also tried to start the radius with the parameter -lsyslog but nothing goes to syslog! That doesn't really work in 1.1.x any

Re: syslog - 1.1.2

2006-10-04 Thread Kenneth Grady
try ... log_destination = syslog log { syslog_facility = daemon } Michael Messner wrote: hey freeRADIUS users, I'm trying to syslog the radius-messages with freeradius 1.1.2! Now I've added the line log_destination = files to the radiusd.conf, and I also tried to start the

RE: syslog

2005-06-09 Thread Miguel Sennoun
Thank you for the reply -Message d'origine- De : [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] De la part de Craig Huckabee Envoyé : mercredi 8 juin 2005 13:29 À : FreeRadius users mailing list Objet : Re: syslog Set log_destination = syslog and log

Re: syslog

2005-06-09 Thread Craig Huckabee
Miguel Sennoun wrote: Set log_destination = syslog and log { syslog_facility = daemon } I tried, but it seems not write radius logs in syslog Just to be clear - which radius logs are you trying to redirect and did you make sure that syslog is running/configured correctly ?

RE: syslog

2005-06-09 Thread Miguel Sennoun
Set log_destination = syslog and log { syslog_facility = daemon } I tried, but it seems not write radius logs in syslog Just to be clear - which radius logs are you trying to redirect and did you make sure that syslog is running/configured correctly ? I

Re: syslog

2005-06-09 Thread Craig Huckabee
Miguel Sennoun wrote: I would like to redirect all radius logs (even accounting). Well, as I mentioned accounting isn't there yet unless someone else has done it. [ SNIP ] Thank you for the extract of the radiusd.conf but in mine this section is not present. Even in the 1.0.3 conf

RE: syslog

2005-06-09 Thread Miguel Sennoun
-Message d'origine- De : [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] De la part de Craig Huckabee Envoyé : jeudi 9 juin 2005 16:04 À : FreeRadius users mailing list Objet : Re: syslog Miguel Sennoun wrote: I would like to redirect all radius logs (even

Re: syslog

2005-06-08 Thread Craig Huckabee
Miguel Sennoun wrote: I wonder if there is a way to treat freeradius logs with the syslog deamon (or syslog-ng). Yes, we do it here...syslog/syslog-ng either works fine. I tried the option -l syslog but It appears it doesn't works fine. Set log_destination = syslog and log {

Re: syslog and freeradius

2005-04-19 Thread Alan DeKok
Norbert Wegener [EMAIL PROTECTED] wrote: I want to collect messages from different machines on a single server . Is it possible to forward freeradius' (1.0.2) logging to another machine? Not really. It doesn't work in 1.0.2. It *does* work in the CVS head. Alan DeKok. - List