From owner-freebsd-questions@FreeBSD.ORG Sun Aug 9 10:34:35 2009 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 7B96E106566C for ; Sun, 9 Aug 2009 10:34:35 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 380808FC1E for ; Sun, 9 Aug 2009 10:34:35 +0000 (UTC) Received: by qyk29 with SMTP id 29so2198258qyk.3 for ; Sun, 09 Aug 2009 03:34:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Yvt7r7T3EnWoP+8neO1/lnAiP9A20jUC7O/QTvtbIE4=; b=SlxWj8RSWpe+2QMmd7niFiPFb6aei5EEAcXjVqoJm25p8B42mEOlD54Wla0SUO4fUX KS47E/KYRQzTeLgrNLJAJy7kdRdQTgSp0VM1gHK3XoxLuQ53cIdiV5VTX/DVWYjTfR67 N0uoN8JhJqpQgm7KMdfmDNDir3eawUNO+9pNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=anz1ifb+HfTWN/O3NUSrW7Eg2p0KFB/YzqlLgXR0wEFbJHy4iEARrlpNAlckQElTam 0khE1W2Ia0+XUHVfNOgc49YQFMYIhC5J7btR/L81EY1EmMwFd7j8LkNHyIJXcp5mO1qG cY5G9o4BYG+Ryp+80msXc8baOG7iImEYBRgsw= MIME-Version: 1.0 Received: by 10.229.74.149 with SMTP id u21mr993328qcj.53.1249814074575; Sun, 09 Aug 2009 03:34:34 -0700 (PDT) In-Reply-To: <4A7E8CF8.1080109@infracaninophile.co.uk> References: <560f92640908082323j7a243fd0r22af5b947442745d@mail.gmail.com> <4A7E8CF8.1080109@infracaninophile.co.uk> Date: Sun, 9 Aug 2009 03:34:33 -0700 Message-ID: <560f92640908090334s37a65ba1kc128f34d2c2566f0@mail.gmail.com> From: Nerius Landys To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Network bridge, but assigned IP address 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: Sun, 09 Aug 2009 10:34:35 -0000 > To give the whole ensemble an IP address, simply set the IP on the bridge0 > interface. I think you can do it most easily by adding this line, > > ipv4_addrs_bridge0="192.168.0.254/24" Indeed, that works well.