The bridge name is xenbr0. However when I enter that into the config file. I get this error message:
libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: /etc/xen/scripts/vif-bridge online [17701] exited with error status 1
libxl: error: libxl_create.c:1701:domcreate_attach_devices: Domain 14:unable to add vif devices
libxl: error: libxl_domain.c:1177:libxl__destroy_domid: Domain 14:Non-existant domain
libxl: error: libxl_domain.c:1131:domain_destroy_callback: Domain 14:Unable to destroy guest
libxl: error: libxl_domain.c:1058:domain_destroy_cb: Domain 14:Destruction of domain failed
This is my config file for reference:
name = "testvm"
kernel = "/home/testvm/images/vmlinuz"
ramdisk = "/home/testvm/images/initrd.gz"
extra = "root=/dev/xvda1"
memory = 768
#maxmem =512
vcpus = 1
vif = [ 'bridge=xenbr0,mac=00:16:3e:21:12:00' ]
disk = [ '/dev/VM-Group/testvm,raw,xvda,rw' ]