From owner-freebsd-questions@FreeBSD.ORG Fri Sep 1 18:37:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1A65316A4DF for ; Fri, 1 Sep 2006 18:37:18 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA40143D45 for ; Fri, 1 Sep 2006 18:37:17 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k81IbC09006648 for ; Fri, 1 Sep 2006 13:37:12 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 1 Sep 2006 09:12:39 -0500 User-Agent: KMail/1.9.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609010912.39543.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: Re: MONOWALL WAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 18:37:18 -0000 On Tuesday 29 August 2006 16:19, Laurie Zimmerman wrote: > Hi, > > I have a client who would like to share a DSL connection with a neighboring > office. I would like to put my clients network (they only need to share > Internet) on a separate IP network behind a monowall. My question is, will > monowall allow a private address (the LAN IP of router) to be its WAN > address? > > Thanks > > Laurie my firewall is pfSense, which is based on monowall. on pfSense, in order to use a private address on the wan interface, you have to uncheck a box that says "block private networks" (it even says 'for the purposes of putting the wan interface on a private lan). i would assume due the lineage of pfSense, that monowall likely has a similar feature. hth, jonathan