[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Problem creating vm with two nics
On Sat, Nov 28, 2009 at 12:04 AM, Martin Aceto <martin.aceto@xxxxxxxxx> wrote: > I need to configure two Nics eth0 and eth1 > /etc/xen/scripts/network- > bridge-wrapper > > #!/bin/sh > dir=$(dirname "$0") > "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0 > "$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1 > And when i want to run a virtual machine, it halts when it's booting > > NET: Registered protocol family 10 > lo: Disabled Privacy Extensions > IPv6 over IPv4 tunneling driver > > and it doesn't continue! Has anyone have any idea of what am I doing wrong? Does it work when using /etc/xen/scripts/network-bridge-wrapper, but with single NIC? Are you using "quiet" on domU kernel command line? If so, you'd get more useful message by removing it. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |