Xen DomU does not have network connectivity

Posted by Prakashkumar Thiagarajan on Super User See other posts from Super User or by Prakashkumar Thiagarajan
Published on 2011-11-13T17:51:40Z Indexed on 2011/11/13 17:55 UTC
Read the original article Hit count: 198

Filed under:

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 ?

© Super User or respective owner

Related posts about networking