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] RE: adding a second NIC

To: <rainer@xxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] RE: adding a second NIC
From: <joel.coopersmith@xxxxxxxxxxxxx>
Date: Tue, 22 Apr 2008 10:13:00 -0500
Delivery-date: Tue, 22 Apr 2008 08:14:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: normal
In-reply-to: <20080422141011.GB17929@xxxxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Priority: normal
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcikguMPCs+faY1OQB+bqhnYhcvgogABw5gg
Thread-topic: [Xen-users] RE: adding a second NIC
Success!!! Thanks for that tip Rainer and all who have helped me.  For
some reason on RH 5.1 using RHs xen packages, when creating a wrapper
doesn't perform like most expect it to. 

I now have my Dom0 and my guests on separate NICs.

Thanks again for the help!

-Joel

-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Rainer
Sokoll
Sent: Tuesday, April 22, 2008 9:10 AM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] RE: adding a second NIC

On Tue, Apr 22, 2008 at 09:00:28AM -0500, joel.coopersmith@xxxxxxxxxxxxx
wrote:

> [root@testvs xen]# ifconfig|grep eth
> eth0      Link encap:Ethernet  HWaddr 00:1B:78:B5:45:4F
> eth1      Link encap:Ethernet  HWaddr 00:50:BA:7D:6A:28
> 
> I would like to have the Dom0 on eth0 and one or both of my guests 
> using eth1.

ifconfig eth1 up # (you don't have to assign an IP address) brctl addbr
joelbridge brctl addif joelbridge eth1 ifconfig joelbridge up

and in your domU's config:
vif=[ 'bridge=joelbridge', ]

HTH,
Rainer

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



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

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

<Prev in Thread] Current Thread [Next in Thread>