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-devel

[Xen-devel] no network in HVM?

To: "List: Xen Developers" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] no network in HVM?
From: "Jun Koi" <junkoi2004@xxxxxxxxx>
Date: Fri, 9 Jan 2009 19:41:40 +0900
Delivery-date: Fri, 09 Jan 2009 02:42:07 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tfWlgAOYFCs+jOb2jXkt4GKYZYcd38w3kEylhCFDEpQ=; b=fhRUfuce9DRYvfgTnKdsMIZU3tms7qznbxE7ZjsxzHMrfyn6SPjlrqEF86oeiMU0vT UJ1/QphtLtwrBziQ5UkMEP+0dGVNl3uVbJp8CsO7kvk3kEDq6EIQzoE48SDtBg8lpCaq qILx9Ycz+8uG76aNnzevTFXFYUTO0Hy+MiJcw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=acDwxmAUkG8VLak0Qo9lpaQgs5bj4t9DA0fFlJ2YpG6eNAuRFAfawJX+YJ0kiMnp2B vNfakbQsuy6oSVx1TqC5nEiB0xJYa7m55HM0hXFhNNugANNSw4o8CdrD0PxSimu7qwM/ KrPiSrbBVnLUKq1lusJuA49PQUWTGG35rxJro=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am using NAT configuration (configured in /etc/xen/xen-config.sxp).
I configured my Ubuntu 8.10 HVM like below:

...
vif = ['ip=10.0.0.3']
dhcp = "dhcp"   # not necessary for static IP??
...

And inside Ubuntu, I have this in /etc/network/interfaces
...
auto eth0
iface eth0 inet static
        address 10.0.0.3
        netmask 255.255.255.0
        gateway 10.0.0.254
...

But my HVM cannot connect to the network. It is strange, as ifconfig
still shows that eth0 has the expected IP 10.0.0.3 ??

Meanwhile, I use the same config for another Ubuntu PV, and can
connect to network!! So why do I have the problem with HVM?? Is there
any way to debug this?

Thanks,
Jun

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] no network in HVM?, Jun Koi <=