From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 06:02:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3616C1065677 for ; Fri, 30 Dec 2011 06:02:50 +0000 (UTC) (envelope-from james@colannino.org) Received: from gateway16.websitewelcome.com (gateway16.websitewelcome.com [69.93.35.23]) by mx1.freebsd.org (Postfix) with ESMTP id 041CD8FC1B for ; Fri, 30 Dec 2011 06:02:49 +0000 (UTC) Received: by gateway16.websitewelcome.com (Postfix, from userid 5007) id 0B23F7A13A118; Fri, 30 Dec 2011 00:02:49 -0600 (CST) Received: from gator1823.hostgator.com (gator1823.hostgator.com [184.173.227.20]) by gateway16.websitewelcome.com (Postfix) with ESMTP id F24D17A13A0F6 for ; Fri, 30 Dec 2011 00:02:48 -0600 (CST) Received: from [127.0.0.1] (port=42972 helo=localhost) by gator1823.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RgVYG-0002n1-SC; Fri, 30 Dec 2011 00:02:48 -0600 Received: from 69.12.176.48 ([69.12.176.48]) by gator1823.hostgator.com (Horde Framework) with HTTP; Fri, 30 Dec 2011 00:02:48 -0600 Message-ID: <20111230000248.13326dss0md6si04@gator1823.hostgator.com> Date: Fri, 30 Dec 2011 00:02:48 -0600 From: james@colannino.org To: freebsd-questions@freebsd.org References: <20111229014819.11102imhiognb9es@gator1823.hostgator.com> <4EFC2405.4080103@infracaninophile.co.uk> <20111229112111.1079640ol70p51u0@gator1823.hostgator.com> <037401ccc652$15417110$3fc45330$@fisglobal.com> In-Reply-To: <037401ccc652$15417110$3fc45330$@fisglobal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator1823.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - colannino.org X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (localhost) [127.0.0.1]:42972 X-Source-Auth: james@colannino.org X-Email-Count: 3 X-Source-Cap: Y3JhenlkcmM7Y3JhenlkcmM7Z2F0b3IxODIzLmhvc3RnYXRvci5jb20= Subject: RE: Static IP on a Bridge 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, 30 Dec 2011 06:02:50 -0000 Quoting Devin Teske : > Add the following line (exactly as it appears) to /etc/rc.conf: > > defaultrouter="192.168.1.1" I should probably re-port my original configuration: cloned_interfaces="bridge0 tap0 tap1" ifconfig_bridge0="addm re0 addm tap0 addm tap1 up inet 192.168.1.6 netmask 255.255.255.0" ifconfig_re0="up" ifconfig_tap0="up" ifconfig_tap1="up" defaultrouter="192.168.1.1" James