From owner-freebsd-questions@FreeBSD.ORG Tue Apr 5 02:22:32 2005 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 59DFE16A4CE for ; Tue, 5 Apr 2005 02:22:32 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A680143D39 for ; Tue, 5 Apr 2005 02:22:31 +0000 (GMT) (envelope-from fewjr@adelphia.net) Received: from CTU ([69.174.145.177]) by mta9.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050405022231.PSCB2192.mta9.adelphia.net@CTU>; Mon, 4 Apr 2005 22:22:31 -0400 Message-ID: <003601c53986$5ed55f90$030a000a@CTU> From: "Francis Whittington" To: References: Date: Mon, 4 Apr 2005 22:22:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: freebsd-questions@freebsd.org Subject: Re: ipfilter.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 02:22:32 -0000 Thank you very much for your reply. Your suggestions did the trick. I will read the Official handbook to see what else is different with 5.3. How did you know I was using 5.3. You answered one of my questions once before didn't you? Thanks Again fewjr/Buddy ----- Original Message ----- From: To: "Francis Whittington" ; Sent: Sunday, April 03, 2005 11:29 PM Subject: RE: ipfilter.log > The answer is very simple. The integration of the open source > ipfilter firewall into FreeBSD has changed between the 4.x releases > and the 5.3 release just made available. If you change the > syslog.conf: > > Local0.* /var/log/ipfilter.log which is how 4.10 > & 4.11 work > > To > > security.* /var/log/ipfilter.log for 5.3 then every > thing will work as documented. > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Francis > Whittington > Sent: Sunday, April 03, 2005 9:29 PM > To: freebsd-questions@freebsd.org > Subject: ipfilter.log > > Hi guys, > I've been following this guide: > http://www.unixguide.net/freebsd/fbsd_installguide/index.php > So far I have gotten the firewall/router to work. Everything seems > to be okay, except I do not see anything being logged in > ipfilter.log. > I am using ipf.rules and ipnat.rules. I created ipfilter.log in > /var/log/ and I added this line to syslog.conf: > Local0.* /var/log/ipfilter.log > and I added the following line to newsyslog.conf for rotating the > log. > /var/log/ipfilter.log 600 5 100 $M1D0 J > I was wondering if anyone could tell me why I do not get anything in > my ipfilter.log. > > Thanks > fewjr/Buddy > _______________________________________________ > 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" >