[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] network problem: Cannot find network for bridge
Marco Strullato wrote: > Hi all, I have a network problem: > Dom0 has: > Dom1: linux paravirtualized > Dom2: winxp hvm > > It worked well but now winxp can not connect to network: > > Dom0 has eth0, lo, peth0, vif1.0 and vif3.0 > That's weird. You should also have some tap interfaces for HVM domains. Do you remember to put "type=ioemu" on winxp's vif config line? > [root@localhost xen]# brctl show > bridge name bridge id STP enabled interfaces > eth0 8000.00155880c616 no vif3.0 > vif1.0 > peth0 > > It says your bridge is called eth0 > From xend.log > > Exception: Cannot find network for bridge xenbr0 But xend.log says you're using xenbr0 in your config file. The befault network-bridge script should create a bridge called xenbr0. If you use a custom bridge script, you should modify your domU config accordingly. It should be (on your setup) something like vif = [ 'type=ioemu, mac=SOME_FIXED_MAC_ADDRESS_HERE, bridge=eth0' ] Regards, Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |