From owner-freebsd-questions@FreeBSD.ORG Tue Apr 25 17:42:59 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 AD8FD16A402 for ; Tue, 25 Apr 2006 17:42:59 +0000 (UTC) (envelope-from ronw@bals.org) Received: from bal.bals.org (bals.org [207.90.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED9543D46 for ; Tue, 25 Apr 2006 17:42:58 +0000 (GMT) (envelope-from ronw@bals.org) Received: from [192.168.0.35] (ronw.bals.org [192.168.0.35]) (authenticated bits=0) by bal.bals.org (8.13.6/8.13.6) with ESMTP id k3PHgvHI049441 for ; Tue, 25 Apr 2006 13:42:57 -0400 (EDT) (envelope-from ronw@bals.org) Message-ID: <444E5F96.1020505@bals.org> Date: Tue, 25 Apr 2006 13:42:46 -0400 From: Ron Wilhoite Organization: Bay Area Legal Services, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200604251119.07640.bulk_mail@siegel-tech.net> In-Reply-To: <200604251119.07640.bulk_mail@siegel-tech.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (bal.bals.org [192.168.0.2]); Tue, 25 Apr 2006 13:42:57 -0400 (EDT) Subject: Re: ipfilter rule will not load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ronw@bals.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 17:42:59 -0000 On 4/25/2006 1:19 PM, Aaron Siegel wrote: > Hello > I cannot get ipfilter to load any rules. When I type in the iptest command I > receive the following output: > # ipftest > no rules loaded > man ipftest says: At least one of -N, -P or -r must be specified. Sounds like you want: # ipftest -r /etc/ipf.rules Ron Wilhoite