From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 14:28:01 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 0789716A41F for ; Wed, 18 Jan 2006 14:28:01 +0000 (GMT) (envelope-from gablebarber@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C3643D45 for ; Wed, 18 Jan 2006 14:28:00 +0000 (GMT) (envelope-from gablebarber@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so169994wri for ; Wed, 18 Jan 2006 06:27:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NwUrWrt+8JXcyzY9H3uHRkTfSCGC6Y0YdQGJJxeA/hGjo6MKxOy4+C+HDlEfJ7sthVXpj8UCpLNKCVUvTdEz0H0g+HcKEDjpUEKQrTkk3rY/Grtj8UPZqS+iKucwGstDaE26JYjVNOezLYh7Qo+Cp8eO2TM9wl31TSzZh23J26w= Received: by 10.54.135.7 with SMTP id i7mr1144887wrd; Wed, 18 Jan 2006 06:27:59 -0800 (PST) Received: by 10.54.156.7 with HTTP; Wed, 18 Jan 2006 06:27:59 -0800 (PST) Message-ID: Date: Wed, 18 Jan 2006 08:27:59 -0600 From: Gable Barber To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:28:01 -0000 Howdy List... I am trying to figure out if ipf is running for certain. FreeBSD 6.0-RELEAS= E . I added the following to /etc/rc.conf : ipfilter_enable=3D"YES" ipmon_enable=3D"YES" ipmon_flags=3D"-Dsvn" ipnat_enable=3D"YES" ipfs_enable=3D"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