From owner-freebsd-questions@FreeBSD.ORG Sat Jun 25 15:33:49 2005 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 C0F6116A41C for ; Sat, 25 Jun 2005 15:33:49 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CD343D4C for ; Sat, 25 Jun 2005 15:33:49 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DmCfE-000131-JW; Sat, 25 Jun 2005 11:33:48 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Sat, 25 Jun 2005 10:34:40 -0500 User-Agent: KMail/1.6.2 References: <200506250805.04635.algould@datawok.com> <20050625141701.GB6100@masterpost> In-Reply-To: <20050625141701.GB6100@masterpost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <200506251034.40965.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bca2d78b9b369c9d667bd82f69f758decd350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: mess-mate Subject: Re: firewall on FreeBSD 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: Sat, 25 Jun 2005 15:33:49 -0000 On Saturday 25 June 2005 09:17 am, mess-mate wrote: > Andrew L. Gould wrote: > | On Saturday 25 June 2005 05:19 am, Erik N=F8rgaard wrote: > | > mess-mate wrote: > | > > I've a firewall/router/proxy with openbsd and think to replace > | > > it with freebsd 5.4 > | > > Do you mean freebsd's PF don't support the 'quick' keyword ?? > | > > Thought PF on freebsd and openbsd was identical, isn't ? > | > > | > It's a port, pf on FBSD 5.4 is the same as pf on OBSD 3.6, AFAIK. > | > So if your OBSD is the latest or updated after 3.6, then you > | > might have functionalities not supported yet on FBSD. > | > > | > The basic stuff is all the same, I don't think anyone could > | > survive without 'quick', just as 'pass' and 'block' are supported > | > on both platforms :-) > | > > | > Cheers, Erik > | > | Minor correction: pf is built into the kernel by default in > | FreeBSD 5.4. I think this started with FreeBSD 5.3. It may still > | be in the ports system; but that would be for use in FreeBSD 4* and > | earlier versions of 5*. > | > | Have a great weekend! > | > | Andrew Gould > > The openbsd version is 3.5. > Can i porting the pf config file to freebsd ? > great weekend to. > > mess-mate If you're talking about the pf rules file, I think it should work once=20 you've changed any OS-specific device/interface names. You might=20 compare the file installed by default in FreeBSD to the one you're=20 currently using before you make the change. Also, I wouldn't make the=20 change from a remote location. ;-) Best of luck, Andrew Gould