From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 03:29:27 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 9AB1516A4CE for ; Mon, 4 Apr 2005 03:29:27 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2FDB43D39 for ; Mon, 4 Apr 2005 03:29:26 +0000 (GMT) (envelope-from bob@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta9.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050404032926.DRYO2192.mta9.adelphia.net@barbish>; Sun, 3 Apr 2005 23:29:26 -0400 From: To: "Francis Whittington" , Date: Sun, 3 Apr 2005 23:29:21 -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: <000001c538b6$4151cb50$040a000a@CTU> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: ipfilter.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bob@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 03:29:27 -0000 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. My rc.conf options are: moused_enable="YES" moused_port="/dev/psm0" moused_type="auto" moused_flags="-m 2=3" allscreens_flags="-m on -c blink -h 200" clear_tmp_enable="YES" hostname="gateway.fbsdbuds.com" saver="logo" ifconfig_rl0="DHCP" ipfilter_enable="YES" ipfilter_rules="/etc/ipf.rules" ipmon_enable="YES" ipmon_flags="-Ds" ipnat_enable="YES" ipnat_rules="/etc/ipnat.rules" ifconfig_rl1="inet 10.0.10.2 netmask 255.255.255.248" gateway_enable="YES" 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"