|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Using eth1
I've used the way the Ewan provided a couple of day to get eth1 working on my dom0. It works fine for me.
<snip>
If you need to use a different NIC than eth0, say eth1, like the "IBM blades":
dom0: fake eth0 -> vif0.0 -+
|
bridge -> real eth1 -> the network
|
domU: fake eth0 -> vifN.0 -+
then you want add the following two lines in your /etc/xen/xend-config.sxp file
(network-script 'network-bridge netdev=eth1')
(vif-script vif-bridge)
<snip>
Regards,
Li
Michael Lessard <michael.lessard@xxxxxxxxx>
Michael Lessard <michael.lessard@xxxxxxxxx>
Sent by: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
11/03/2005 06:53 AM
|
|
Hi !
What is the best way to use eth1 of my dom0 in my domU ?
i tried that in Dom0 but bridge don't want comes up :
./xen-network-common.sh "network-bridge net-dev=eth1 bridge=brint virtnum=1"
Thanks
Michael
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|