From owner-freebsd-questions@FreeBSD.ORG Mon Jul 5 13:32:52 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 D6E3116A4CE for ; Mon, 5 Jul 2004 13:32:52 +0000 (GMT) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6120743D1D for ; Mon, 5 Jul 2004 13:32:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (IDENT:1041@localhost [127.0.0.1]) i65DWWOa021861; Mon, 5 Jul 2004 16:32:36 +0300 Received: (from keramida@localhost) by igloo.linux.gr (8.12.10/8.12.10/Debian-2) id i65DWWD2021857; Mon, 5 Jul 2004 16:32:32 +0300 X-Authentication-Warning: igloo.linux.gr: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 5 Jul 2004 16:32:32 +0300 From: Giorgos Keramidas To: Gene Bomgardner Message-ID: <20040705133232.GB20687@igloo.linux.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.75, required 5, autolearn=not spam, AWL 0.15, BAYES_00 -4.90) X-MailScanner-From: keramida@ceid.upatras.gr cc: Freebsd-questions@freebsd.org Subject: Re: IPF problems 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, 05 Jul 2004 13:32:52 -0000 On 2004-07-05 13:12, Gene Bomgardner wrote: > > I've recompiled 5.2.1 kernel to include firewall options for natd. > I've discovered that once I did so, I can no longer communicate in or > out of the fbsd box. The firewall defaults to accept_all (I checked > this. Hi Gene, natd(8) is totally unrelated to ipf. It works with ipfw(8), which is similar in functionality to ipf but a different beast altogether. Are you sure you're not mixing things up with ipfw/natd vs. ipf/ipnat?