Hi, I have a new xen hosting platform. I have given the bridge a static IP which I can ping/ssh to etc, when I create a new vm all works well apart from the networking. If I give DomU a static IP I can’t ping out from the box, Dom0 can’t
ping the vm. I’m suspecting it just isn’t seeing the bridge but am unsure where to start looking. This is a very standard setup, 1 bridge: xenbr0
Here’s a config file for a windows guest but I get the same with windows or debian guests.
cat windows8.cfg
kernel = "/usr/lib/xen-4.0/boot/hvmloader"
builder='hvm'
memory = 4096
vcpus=1
name = "Windows8"
vif = ['bridge=xenbr0']
disk = ['phy:/dev/vg0/windows8,hda,w','file:/usr/src/windows8_x64.iso,hdc:cdrom,r']
acpi = 1
device_model = 'qemu-dm'
boot="d"
sdl=0
serial='pty'
vnc=1
vnclisten="0.0.0.0"
vncpasswd=""
usbdevice='tablet'