From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 13:31:55 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 7B7C116A4CE for ; Tue, 27 Apr 2004 13:31:55 -0700 (PDT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D9643D5E for ; Tue, 27 Apr 2004 13:31:55 -0700 (PDT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id i3RKVoUc007840; Tue, 27 Apr 2004 16:31:52 -0400 Date: Tue, 27 Apr 2004 16:31:50 -0400 (EDT) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: Remko Lodder In-Reply-To: <408EC09C.3010407@elvandar.org> Message-ID: References: <20040427165617.736E016A4EB@hub.freebsd.org> <408EC09C.3010407@elvandar.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: andy@neu.net cc: freebsd-questions@freebsd.org Subject: Re: ipmon logging problem 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, 27 Apr 2004 20:31:55 -0000 Remko: Yes, I have an entry now in /var/log/ipflog. So, ipmon -D /path/to/logfile is the correct entry for rc.conf? Does it still matter which is started first? Thanks for the help! Andy On Tue, 27 Apr 2004, Remko Lodder wrote: > Hey Andy > > andy@neu.net wrote: > > I am also having a problem getting logging to work (as described below). > > I tried to start it manually with: > > > > ipmon -P -D -oi /var/log/ipflog > > Well after reading the man ipmon, > i came to the conclusion that it has to be ipmon -D /path/to/logfile > , thought i mentioned that in another post. > > Does that work for you? > > >