From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 12:33: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 A334816A4CE for ; Tue, 28 Sep 2004 12:33:55 +0000 (GMT) Received: from mail.optidynamic.com (phobos.optidynamic.com [66.208.140.2]) by mx1.FreeBSD.org (Postfix) with SMTP id E966F43D31 for ; Tue, 28 Sep 2004 12:33:54 +0000 (GMT) (envelope-from tsmullins@optidynamic.com) Received: (qmail 30637 invoked by uid 89); 28 Sep 2004 12:33:53 -0000 Received: from unknown (HELO Shanelaptop) (66.208.141.79) by mail.optidynamic.com with SMTP; 28 Sep 2004 12:33:53 -0000 Message-ID: <006301c4a557$6a387840$6e7dfea9@Shanelaptop> From: "shane mullins" To: "Cristi Tauber" References: <415918AA.C4433D9D@sbhost.ro> Date: Tue, 28 Sep 2004 05:33:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 cc: freebsd-questions@freebsd.org Subject: Re: pf for FreeBSD 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, 28 Sep 2004 12:33:55 -0000 Why not just run OpenBSD if you want to use pf? I use both Free and OpenBSD. But, pf is much easier to set up on OpenBSD. Just install OpenBSD, enable routing, enable pf in rc.conf and you are done. Shane ----- Original Message ----- From: "Cristi Tauber" To: "FreeBSD Question" Sent: Tuesday, September 28, 2004 12:54 AM Subject: pf for FreeBSD > hello folks, > i want to install the packet filter for FreeBSD so i recompile the > kernel with the options : > > device bpf > options PFIL_HOOKS > options RANDOM_IP_ID > > and installed pf from ports ( i did a cvsup before installing to > get the latest ports). Now my dilemma is ... in pf start script ... i > have to enter a prefix ... but what prefix, 'cause after installing and > rebooting .... the modules that I want to load are still in source > directory . I installed pf with > > make WITH_ALTQ=yes > make install > > after a deinstall I can't install it anymore, the install > crashes with the error that is allready installed !! > > What can I do ??/ > > Cristi > > > > > _______________________________________________ > 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"