From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 19:11: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 550E616A4CE for ; Mon, 8 Nov 2004 19:11:01 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E5B43D55 for ; Mon, 8 Nov 2004 19:11:01 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CREuq-0003V6-Ib for freebsd-questions@freebsd.org; Mon, 08 Nov 2004 14:11:00 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Mon, 8 Nov 2004 13:11:05 -0600 User-Agent: KMail/1.6.2 References: <000b01c4c5b4$a22ab6f0$0200a8c0@satellite> <20041108121921.E92000@kheops.speedy.net.pe> <000b01c4c5bd$961d4d10$0200a8c0@satellite> In-Reply-To: <000b01c4c5bd$961d4d10$0200a8c0@satellite> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411081311.05383.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b17f58edeee2a8a9a88192005f9469bd6350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: Re: ipfilter loading on 5.3 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: Mon, 08 Nov 2004 19:11:01 -0000 On Monday 08 November 2004 12:05 pm, dave wrote: > Hi, > Thanks, interesting it isn't loading, and trying to manually load it > gives me "no such file or directory" Any ideas why i might not even > have the module? > Thanks. > Dave. > I can't help with IPF; but have you considered using PF, which is installed by default in FreeBSD 5.3? It works with very little effort. Andrew Gould