|
|
|
|
|
|
|
|
|
|
xen-users
RE: [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> |
- [Xen-users] RE: adding a second NIC, (continued)
|
|
|
|
|