|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem with bridged network
On Sep 30, 2009, at 5:12 PM, Andrey Ovcharov wrote:
# cat centos
bootloader = "/usr/bin/pygrub"
memory = 256
name = "centos"
vif = [ 'bridge=xenbr0' ]
disk = ['file:/srv/vm/centos.5-3.x86-64.img,sda1,w',
'file:/srv/vm/swap512.img,sda2,w']
root = "/dev/sda1"
extra = "fastboot"
I think you need to give your guest a mac address.
vif = [ 'mac=00:16:3e:xx:xx:xx', bridge=xenbr0' ]
xen uses addresses starting with 00:16:3e: the other bits are up to
you. When I run the virt-installer command, there's one that's
generate automatically. You can create you own or run virt-install to
have it create a fake one for you.
...adam
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|