Xen DomU does not have network connectivity
- by Prakashkumar Thiagarajan
I am trying to install Xen on my Fedora box. Dom0 image has network connectivity. But when I try to create a DomU, it does not have network connectivity.
I want to be able to run in bridged mode. I have the /etc/xend/xend-config.sxp file accordingly. My config file looks like
kernel = "/boot/vmlinuz-2.6.18-xenU"
memory = 64
name = "clientA"
vif = ['bridge=xenbr0,mac=12.34.56.78.9A.BC']
root = "/dev/sda1 ro"
ramdisk = "/boot/initrd-linux.img"
extra = "ro selinux=0.3 initcall_debug"
features = 'auto_translated_physmap'
Am I missing something ?