From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 14:54:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 ECD4216A41F for ; Wed, 18 Jan 2006 14:54:24 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [66.90.92.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 62BE643D46 for ; Wed, 18 Jan 2006 14:54:24 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 80522 invoked from network); 18 Jan 2006 15:16:40 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.53.187.133) by admin.i13i.com with SMTP; 18 Jan 2006 15:16:40 -0000 Received: from 195.139.252.5 (proxying for 62.92.188.12) (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Wed, 18 Jan 2006 09:16:40 -0600 (CST) Message-ID: <45377.195.139.252.5.1137597400.squirrel@webmail.i13i.com> In-Reply-To: References: Date: Wed, 18 Jan 2006 09:16:40 -0600 (CST) From: chris@i13i.com To: "Gable Barber" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: How to tell if IPF is running? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 14:54:25 -0000 ipf runs as a kernel module or compiled into the kernel you will never see it running as a normal program you will know it is running by testing your firewall to make sure it does what it was meant to do > Howdy List... > I am trying to figure out if ipf is running for certain. FreeBSD > 6.0-RELEASE > . > > > > I added the following to /etc/rc.conf : > > ipfilter_enable="YES" > ipmon_enable="YES" > ipmon_flags="-Dsvn" > ipnat_enable="YES" > ipfs_enable="YES" > > I added a rule file /etc/ipf.conf , and flushed/reloaded ipf with the > command > > # ipf -Fa -f /etc/ipf.conf > > I have rebooted since the additions to /etc/rc.conf > > ps aux | grep ipf > > Shows nothing. I do see ipmon in there however. > > ipfstat command, shows me stats, so I suppose it is running, but I assumed > (incorrectly?) that I would "see" ipf with ps aux . > > Thanks y'all, > Gable > _______________________________________________ > 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" >