WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problems with Network Bridge HVM DomU Debian Squeeze running

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems with Network Bridge HVM DomU Debian Squeeze running over Kernel 2.6.32-5-xen-amd64 Debian Xen 4
From: Diego Dave <diego.dave.s@xxxxxxxxx>
Date: Wed, 10 Aug 2011 11:30:29 -0300
Delivery-date: Wed, 10 Aug 2011 07:32:15 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=2Y01EqETWF4pvAPLa6h0eQhJ2DRYw5lEsPlefXkEEWY=; b=TXQaGOJopWBy06bMqA1ER9yt2fbptnumsdBJB9aLc0BqQ2vxDOYeVPRQuoM5ev09om 1WtiD0fhE+ZL9ADGgNRgnI+5GrLuDh5D0ht78FF7H8HWG15P4Gg696875r6aHeHWSVql lwG5TLZbB0XiYAK6IoWCNXSFSAtpUW++zCEF0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello community!

I need help with a problem I haven't been solved with the network team.

I manage a network that has over a thousand computers, and the most of the servers are virtualized over Debian / Xen by me.

The specific issue arises when I try to set up a DomU HVM running Debian Squeeze, the VM doesn''t recognize the network but it runs. It gives an error "SIOCSIFFLAGS" when I run the command "ifup eth0" or "ifconfig eth0 up"

If I make the same but with a PCI Backend of a NIC, it recognizes the network without any problems. The problem is the bridge with HVM in Xen 4.

Lenny DomU recognizes the network over that configuration, too.

The DomU configuration file:
root@gama9:~# cat /etc/xen/baculadirector

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen-default/boot/hvmloader"

builder='hvm'

memory = 2048

vcpus = 2

cpus = '4-5'

shadow_memory = 8

name = "baculadirector"

vif = [ 'bridge=eth0, type=ioemu, mac=00:16:3e:99:99:bd' ]

disk = [ 'file:/home/baculadirector.img,hda,w' ]#, 'file:/home/debian-6-amd64-CD-1.iso,hdb:cdrom,r' ]

boot="dc"

vnc = 1
#vncunused=0
sdl = 0
vncconsole=1
vncdisplay=0
#vnclisten='0.0.0.0'
acpi = 0
apic = 1
device_model = '/usr/' + arch_libdir + '/xen-default/bin/qemu-dm'
stdvga=0
serial='pty'

usbdevice='tablet'




I'm not a native English speaker, sorry if my English seems to Spanish :)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems with Network Bridge HVM DomU Debian Squeeze running over Kernel 2.6.32-5-xen-amd64 Debian Xen 4, Diego Dave <=