Displaying 1 result from an estimated 1 matches for "virt_srv".
2011 Nov 18
5
XEN multiple bridge problem - VM won' start!
...>
<source bridge='br0'/>
<script path='vif-bridge'/>
<target dev='vif5.1'/>
</interface>
You can see the default bridge (xenbr0 -> vif5.0) and my new bridge br0
connected to vif5.1.
So, here I got stuck up - when I try tu start a VM (xm create VIRT_SRV),
the VM starts booting but hangs up (I can ping it form another srv., but
when I try SSH it says "connection refused"). When I remove configuration
for vif5.1 the VM starts up normally. I actually managed to start VM with
vif5.1 up once, but next time I restarted it, the problem was ther...