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

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

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