From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 06:16:30 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 6793F16A4CE for ; Thu, 15 Jan 2004 06:16:30 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE8743D39 for ; Thu, 15 Jan 2004 06:16:29 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc12) with ESMTP id <20040115141629014006u29re>; Thu, 15 Jan 2004 14:16:29 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id AB3933A; Thu, 15 Jan 2004 09:16:28 -0500 (EST) Sender: lowell@be-well.ilk.org To: Rishi Chopra References: <200401111053.QAA05193@manage.24online> <40035568.6010306@cal.berkeley.edu> <44ptdolfwd.fsf@be-well.ilk.org> <4005C5C2.20302@cal.berkeley.edu> From: Lowell Gilbert Date: 15 Jan 2004 09:16:28 -0500 In-Reply-To: <4005C5C2.20302@cal.berkeley.edu> Message-ID: <44zncpl2kj.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@FreeBSD.ORG Subject: Re: (Yet Another) Home Networking Question 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: Thu, 15 Jan 2004 14:16:30 -0000 Rishi Chopra writes: > A question about the 'me' keyword and ipfw: The man page for ipfw > states the following: > > me matches any IP address configured on an interface in the > system. The address list is evaluated at the time the > packet is analysed. > > If I set my oif to 'rl0' (a nic in my system) and I set the oip to > 'me', what should the onet address be set to? Can I set the onet > address to 'me' also? The oif has its address assigned by DHCP. No, that won't work. Normally, you won't need the network value unless you're serving as a gateway yourself.