From owner-freebsd-questions Sat Oct 11 17:11:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA18355 for questions-outgoing; Sat, 11 Oct 1997 17:11:06 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from colonel.42inc.com (colonel.42inc.com [205.217.47.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA18350 for ; Sat, 11 Oct 1997 17:11:04 -0700 (PDT) (envelope-from jal@42is.com) Received: (from jal@localhost) by colonel.42inc.com (8.8.5/8.6.12) id RAA01167; Sat, 11 Oct 1997 17:10:49 -0700 (PDT) From: Jamie Lawrence Message-Id: <199710120010.RAA01167@colonel.42inc.com> Subject: IPFW and Routing Weirdness To: freebsd-questions@freebsd.org Date: Sat, 11 Oct 1997 17:10:48 -0700 (PDT) Cc: jal@colonel.42inc.com (Jamie Lawrence) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all - I just recompiled the kernel on my gateway with the ipfw options enabled (I'm still at 2.1.7). It seems to work fine, with the minor exception that my local LAN can no longer see the the gateway or the rest of the world... I suspected, of course, my ruleset at first. But flushing the rules and adding ipfw add allow all from any to any doesn't alter this behavior. If I drop back the the kernel without the IPFW options, everything is fine. Aynone have a clue what's going on? Thanks. -j