From owner-freebsd-questions@FreeBSD.ORG Mon May 17 04:43:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C5A16A4CE for ; Mon, 17 May 2004 04:43:35 -0700 (PDT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098C643D48 for ; Mon, 17 May 2004 04:43:35 -0700 (PDT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040517114334.WWFS8065.mta10.adelphia.net@barbish>; Mon, 17 May 2004 07:43:34 -0400 From: "JJB" To: "Gareth Bailey" , Date: Mon, 17 May 2004 07:43:34 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: RE: ipmon logs to messages AND security X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 11:43:35 -0000 Changes to /etc/syslog.conf do not take effect until you tell the syslog task to re-read the conf file. You do that be issuing an HUP signal to the syslog task. Kill -HUP PID where PID is the task number from the ps ax command. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gareth Bailey Sent: Monday, May 17, 2004 6:55 AM To: freebsd-questions@freebsd.org Subject: ipmon logs to messages AND security I have just installed IPFILTER as a replacement for IPFW. All is great besides the fact that ipf logs are being stored not only in /etc/security, but also /etc/messages. I don't want ipf logs in /etc/messages. In rc.conf, after enabling ipfilter i have the following lines: ipmon_enable="YES" #Start ip monitor log ipmon_flags="-Ds" #s=log to syslog, D=start as daemon Then in syslogd.conf i have: *.notice;authpriv.none;local0.none;mail.crit var/log/messages local0.* /var/log/security Shouldn't the local0.none prevent ipf logs from being entered in messages? Where am i going wrong? Thanks Gareth ____________________________________________________________________ _ For super low premiums ,click here http://www.dialdirect.co.za/quote _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"