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] domU can't send packets

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU can't send packets
From: Luca <lucarx76@xxxxxxxxx>
Date: Fri, 3 Apr 2009 15:30:44 -0700
Delivery-date: Fri, 03 Apr 2009 15:31:22 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=nu/X9L1WMIfud5bAkXK/wEqlAoCJhrnhVY8R4vmelrg=; b=o9IbUgjryoMzQcNtksCokf+4LQKrwktWtOzmCzietEkmwPKkySdDaJu4jaSJjDgq6U RDFQSgpUEYQii11qIVFUl0N6T86sqDjxyevOsv/HPlFnVfeuB+awfwb3mOEbK8fcfUlr b5w+LQzDogq52dbtGFP84wtKqMxt7CymRI5gg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WO8yykZhuflyeSxd9VVVIbQPFAJWz+vfx2q0x4CEV6lmKld/+FOHY1LNZ0l6AC02Ab Yf3LJI5rEr9Rdr2tvMw0Jr3UFdUfEOPDb2ajtexsmkdePs77VYQ8BerpyzpxLDLISpwC 5zbDbvNUFhjGI06wXFzlOHpeatjg8Alv39XDI=
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
I have installed Xen 3.3.1 starting from source code (normal installation process make world; make install; and then created a initrd image).

When dom0 starts everything seems fine
after starting xend I have

brctl show

bridge name     bridge id               STP enabled     interfaces
eth0            8000.0008540d4330       no              peth0
pan0            8000.000000000000       no

Then I use the following configuration file to create a VM

kernel="/usr/lib/xen/boot/hvmloader"
builder='hvm'
device_model='/usr/lib64/xen/bin/qemu-dm'
memory=1024
name="gpxe"
vif=[ 'type=ioemu, bridge=eth0, model=rtl8139' ]
disk= [ 'file:/scratch/HVM/xenguest.img,hda,w', 'phy:/dev/cdrom,hdc:cdrom,r' ]
boot='dc'
vfb= [ 'type=vnc,vnclisten=0.0.0.0,vncunused=1' ]


When domU starts though, it tries to get an IP address through the DHCP but I do not see any packet going on the network, it is like packets are being discarded between the domU's virtual NIC and the real NIC (as, again, using tcpdump I do not see any packet going out dom0 NIC)

Anything I can check to understand what is going on?

Thanks!!!!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] domU can't send packets, Luca <=