From owner-freebsd-questions Tue Nov 6 14:19:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raven.mail.pas.earthlink.net (raven.mail.pas.earthlink.net [207.217.120.39]) by hub.freebsd.org (Postfix) with ESMTP id 9B45E37B419 for ; Tue, 6 Nov 2001 14:19:14 -0800 (PST) Received: from dialup-209.245.132.32.dial1.sanjose1.level3.net ([209.245.132.32] helo=blossom.cjclark.org) by raven.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 161EYr-0000xa-00; Tue, 06 Nov 2001 14:19:14 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fA6MIkb02398; Tue, 6 Nov 2001 14:18:46 -0800 (PST) (envelope-from cjc) Date: Tue, 6 Nov 2001 14:18:46 -0800 From: "Crist J. Clark" To: Zev Thompson Cc: Sean Ellis , freebsd-questions@FreeBSD.ORG Subject: Re: ipfw script values Message-ID: <20011106141846.C386@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <3.0.32.20011106123552.00db8e40@pop.interchange.ubc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3.0.32.20011106123552.00db8e40@pop.interchange.ubc.ca>; from zev@interchange.ubc.ca on Tue, Nov 06, 2001 at 12:35:53PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 06, 2001 at 12:35:53PM -0800, Zev Thompson wrote: > Hi Sean, I use the following command in my rc.firewall: > > ifconfig ex0 | grep "inet " | awk '{print $2}' Pet peeve. I have to do this. I cannot help it. No offense intended. ifconfig ex0 | awk '/inet/ {print $2}' -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message