In attach you can find a previous possible solution to my problem: have two network card and assign them to a domU. I made it, but work only one of the two netowork. I have OpenSuse 10.2. How can I do? Thanks. --------------------------------------------------------------------------------------------- create the file /etc/xen/two-bridges (make sure you make it executable) the contents should look something like this: #!/bin/sh /etc/xen/scripts/network-bridge $@ vifnum=0 /etc/xen/scripts/network-bridge $@ vifnum=1 (the $@ will be replaced by either start or stop) then in the xm config files (usually /etc/xen/DomUname): vif=[''bridge=xenbr0''] #(to put it in the bridge with eth0) vif=[''bridge=xenbr1''] #(to put it in the bridge with eth1) ________________________________________________ Message sent using UebiMiau 2.7.10 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, 13 Feb 2007, Carlo wrote:> In attach you can find a previous possible solution to my problem: have two > network card and assign them to a domU. > > I made it, but work only one of the two netowork.are you saying that one DomU has network and the other does not? what is the output of ''brctl show'' what is the output of ''ifconfig eth0'' what is the output of ''ifconfig eth1'' ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users