From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 11:42:28 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 4BCDD1065670 for ; Mon, 31 Jan 2011 11:42:28 +0000 (UTC) (envelope-from carl@chave.us) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id E286D8FC0C for ; Mon, 31 Jan 2011 11:42:27 +0000 (UTC) Received: by fxm16 with SMTP id 16so5720360fxm.13 for ; Mon, 31 Jan 2011 03:42:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.53.68 with SMTP id l4mr5927993fag.44.1296474146476; Mon, 31 Jan 2011 03:42:26 -0800 (PST) Received: by 10.223.79.2 with HTTP; Mon, 31 Jan 2011 03:42:26 -0800 (PST) In-Reply-To: <4D464FE6.7060200@infracaninophile.co.uk> References: <4D464FE6.7060200@infracaninophile.co.uk> Date: Mon, 31 Jan 2011 06:42:26 -0500 Message-ID: From: Carl Chave To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Bridge Interface Members 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: Mon, 31 Jan 2011 11:42:28 -0000 > Yes. =A0You overwrite your first ifconfig_bridge0 setting with the second > one. =A0These are shell variable initializations, not executable statemen= ts. > > There are various ways to fix the problem. =A0Try this for example: > replace the second ifconfig_bridge0 line with: > > ipv4_addrs_bridge0=3D"10.0.1.2/24" > Doh! Of course, thanks. Rookie mistake. Carl