|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem creating vm with two nics
On Mon, Nov 30, 2009 at 8:53 PM, Martin Aceto <maceto@xxxxxxxxxxxxxxxxxx> wrote:
> Probe with one alone Nic
>
> /etc/xen/scripts/network-bridge-wrapper
>
> #!/bin/sh
> dir=$(dirname "$0")
> "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
>
> but make the same think, not boot.
If it didn't work with one NIC and network-bridge-wrapper, then most
likely the problem is in the wrapper. Perhaps some things have changed
from previous versions. You might have better luck setting up bridges
manually or using OS scripts (like
/etc/sysconfig/network-scripts/ifcfg-* on RHEL/Centos) and comment out
xen's network-script on xend-config.sxp
> vif = [ 'ip=10.10.10.150,mac=00:16:3e:11:c3:7c,bridge=xenbr0',
> 'ip=192.168.10.15,mac=00:16:3e:24:87:ae,bridge=xenbr1' ]
Errr... you DID remove the vif entry referencing xenbr1 while testing
it with only one bridge, right?
Another thing to check, make sure udevd is running on dom0. Sometimes
it's dead for unknown reasons.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|