|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Error while creating VM
Hi Anantha Padmanabhan,
vif = [ "mac=00:16:3e:43:b7:99,bridge=xenbr0 peth0,script=vif-bridge" ]
don't know, but are you trying to attach your interface to xenbr0 AND peth0?
xen is doing the following during boot:
rename eth0 to peth0
create xenbr0-bridge
attach peth0 to xenbr0-bridge
FYI: new versions create a "eth0"-bridge and attach "peth0" to it.
I would suggest, the correct line should be:
vif = [ "mac=00:16:3e:43:b7:99,bridge=xenbr0" ]
bridge name bridge id STP enabled interfaces
virbr0 8000.000000000000 yes
xenbr0 8000.feffffffffff no peth0
vif0.0
Looks ok.
Cu
Fabian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|