WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] using 4 lan cards how many bridges needed

To: "J. Roeleveld" <joost@xxxxxxxxxxxx>
Subject: Re: [Xen-users] using 4 lan cards how many bridges needed
From: Tapas Mishra <mightydreams@xxxxxxxxx>
Date: Fri, 9 Apr 2010 19:37:21 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 09 Apr 2010 07:08:42 -0700
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:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=t0X2AbNwRZyuYMD36Gyxdze0H39rPpswFi20FWj5Kr0=; b=u3CbDsdZkWxYH+hyXsdwt2vgv1SeZ2dmTFjiO0Rl/Gw5Aa61RY9hjMYllZu3v0Mh9r 3Rhb6AYyQuJujYeXxsg9CVtC+F75Z35cZD6L9UnHBisoOx222q/uCesfG5gimJkBZvpz SFSlfYLcoxPHYZwMRJa6A7UdJ0eRFrXLUVAWM=
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=vkZ6HAXCzS6bkZK+/qoA8Z6J1NNAxepSZeJAw7RedSPihUZc7VwQpMh+0IBJYuNDoZ wt41ij4mjz8Z9du6Ta/HXUpkf0LilAyaZ88OWmXT+4Bc1Sd+ld70ddArb6z6gXSygEQc kolb1XEBGzeJezZ3z2qxh9+rjWX5xLrhzB2HQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <201004091552.00297.joost@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <t2pe2d2e5831004090405sbee22264g3ed17acb0403d23b@xxxxxxxxxxxxxx> <201004091552.00297.joost@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I found one useful article which shows some thing about using multiple
lan cards on Xen
just go through it once I am also trying it.
http://www.debian-administration.org/articles/470

On Fri, Apr 9, 2010 at 7:22 PM, J. Roeleveld <joost@xxxxxxxxxxxx> wrote:
> On Friday 09 April 2010 13:05:55 Tapas Mishra wrote:
>> I have 4 LAN cards on Dell PowerEdge R710.Running Xen on it with 4 VMs.
>>
>>  I can do an SSH to Dom0 and do a ping from there to DomU's and get a
>>  reply. I want to use these  4 lan cards 1 for each machine.How many
>>  bridges do I need? What do I need to configure ?
>>
>> Can some one send their sample configuration files like bridges etc
>> that I should read as example?
>>
>
> In my xend-config.sxp:
> ...
> (network-script 'network-bridge netdev=dummy0 bridge=dmz2br')
> ....
>
> I only have one bridge configured in that file, not sure how to get multiple
> bridges done there.
> The other bridges are created in a seperate init-script:
> --
> brctl addbr dmz1br
> brctl addbr lanbr
> brctl addbr netbr
>
> ifconfig dmz1br up
> ifconfig lanbr up
> ifconfig netbr up
>
> ifconfig net up
> ifconfig lan up
>
> brctl addif netbr net
> brctl addif lanbr lan
> --
>
> Please note, I rename my Network interfaces to specify which they are.
> Bridges end with "br".
>
> "net" and "lan" are physical interfaces.
> "dummy0" is only internal, and linked to the "dmz2" network.
>
> I have 4 seperate network in this machine, to seperate the different machines,
> originally, all the VMs were originally physical machines that I moved onto a
> single machine, but kept the original seperation and network-layout.
>
> In the domU-configurations, I specify which bridge to link the network-
> device(s) to.
>
> HTH,
>
> Joost Roeleveld
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>



-- 
Tapas

+91 8971248477

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users