From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 06:31:01 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 6026516A4CE for ; Fri, 20 Feb 2004 06:31:01 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC8843D1D for ; Fri, 20 Feb 2004 06:31:01 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta9.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040220143058.SPOL25917.mta9.adelphia.net@barbish>; Fri, 20 Feb 2004 09:30:58 -0500 From: "JJB" To: "Piotr Gnyp" Date: Fri, 20 Feb 2004 09:30:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Rotation of ipmon log 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: Fri, 20 Feb 2004 14:31:01 -0000 I use ipfilter in release 4.9 and ipfs is not the prefix I use in the rc.conf file for the ipfilter enable statements. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Piotr Gnyp Sent: Friday, February 20, 2004 8:33 AM To: JJB Cc: freebsd-questions@freebsd.org Subject: RE: Rotation of ipmon log On Fri, 20 Feb 2004, JJB wrote: > Ipfs is the wrong prefix for the IPFILTER rc.conf statements. from /etc/defaults/rc.conf: ipfs_enable="NO" # Set to YES to enable saving and restoring # of state tables at shutdown and boot ipfs_program="/sbin/ipfs" # where the ipfs program lives ipfs_flags="" # additional flags for ipfs My settings - rc.conf: ipmon_enable="YES" # Set to YES for ipmon; needs ipfilter, too! ipmon_program="/sbin/ipmon" # where the ipfilter monitor program lives ipmon_flags="-o S -D /var/log/ipmon.log" ipfs_enable="YES" ipfs_program="/sbin/ipfs" ipfs_flag="-Dsvn" What is wrong, because i don`t follow. > You also have to define the log in /etc/syslog.conf file Ok, i`ll do it, and see the result tommorow. _______________________________________________ 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"