From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Besser Subject: RE: Do I set up separate bridges for each guest? Date: Wed, 21 Oct 2009 08:17:51 +0200 Message-ID: References: <3AADB0615CD24113B3AA96DA46AB6BD0@neilhp> <4ADD72B3.5010009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:41798 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbZJUGS2 (ORCPT ); Wed, 21 Oct 2009 02:18:28 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N0UWc-0005Ev-El for kvm@vger.kernel.org; Wed, 21 Oct 2009 08:18:22 +0200 Received: from nat.rz.uni-karlsruhe.de ([129.13.72.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Oct 2009 08:18:22 +0200 Received: from thomas.besser by nat.rz.uni-karlsruhe.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Oct 2009 08:18:22 +0200 Sender: kvm-owner@vger.kernel.org List-ID: Neil Aggarwal wrote: > Dor: >> The simplest thing is to use a single bridge for all - >> The physical nic should be part of it and supply the outside world >> connection. The physical nic doesn't need an IP and the bridge should >> own it. All vms can use this bridge. > > I want to assign a static IP to each of the guests, > how would I do that with a single bridge? Whats the problem? Define the static IP in your guests and it should work. Regards Thomas