From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 13:45:35 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 3821916A4CE for ; Mon, 19 Jan 2004 13:45:35 -0800 (PST) Received: from priv-edtnes56.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4500643D1F for ; Mon, 19 Jan 2004 13:45:33 -0800 (PST) (envelope-from james@icionline.ca) Received: from [192.168.19.4] (really [142.179.173.206]) by priv-edtnes56.telusplanet.netESMTP <20040119213051.IKYT11239.priv-edtnes56.telusplanet.net@[192.168.19.4]>; Mon, 19 Jan 2004 14:30:51 -0700 From: James Earl To: Rishi Chopra In-Reply-To: <400C44D8.6010408@cal.berkeley.edu> References: <400C44D8.6010408@cal.berkeley.edu> Content-Type: text/plain Message-Id: <1074547919.889.24.camel@work> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 19 Jan 2004 14:31:59 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Port Forwarding 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, 19 Jan 2004 21:45:35 -0000 On Mon, 2004-01-19 at 13:58, Rishi Chopra wrote: > Here's the rc.firewall file, with comments trimmed for formatting: > > [Ss][Ii][Mm][Pp][Ll][Ee]) > ############ > > # set these to your outside interface network and netmask and ip > oif="rl0" > omask="255.255.255.0" > oip="me" I'm assuming these aren't the real values you have in your actual rc.firewall. James