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

Re: [Xen-users] Network VIFs in xen-3.1 guest do not start up

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Network VIFs in xen-3.1 guest do not start up
From: "alessandro cunsolo" <alexcuns84@xxxxxxxxx>
Date: Wed, 26 Sep 2007 14:32:51 +0200
Delivery-date: Wed, 26 Sep 2007 09:46:43 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=s5EbHaRjZnzqAtDV5txSLrYDgFKdgEDy3XUDEFxzS1E=; b=r2lOIgRB4HeISLt+vCoJt/BjHwXkIQRrQcC+Tpn32GlgT2qT/Q61izI3Ym8+PZb19S+Sy4ZMjgKR1fD/elxunyzdfjjxy2ektARyQ2o56TRMBgiyxcC3AN2+OcgkOQ9cjy0wZ5S3otLFjqgVyErMcj8COWyi1QzcHQuTJpN21EU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=H4D38asmFzBBwYjHKPvoMgHu1M7eLA2vN6BP90DIkvkUnK+tfNwOEB5/sibFEq1Xv/lNJnCdFbi1/zsLBW0m92KIg6CLeDnqarE95a5pKO2HlGoOaTgJpXCVRBAjnoeu8DmkLvj3zSYQOXzb2X8oFLn5dfSpJCJqH5P76P+uss4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <46FA3A42.6090301@xxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46FA3A42.6090301@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi, for changing ip, netmask and gateway have to change the /etc/network/interface file in guest machine, before start.
Mount the disk.img file and modify the file
for example

auto eth0
iface eth0 inet static
address 192.168.0.11
netmask 255.255.255.0
gateway 192.168.0.1

Next start the machine will work all.

Regards.


On 9/26/07, amin <amin@xxxxxxx> wrote:
Hi,



i configured a
vif = ['mac=aa:00:00:00:01:08, bridge=xenbr0']

ip="192.168.0.11"
netmask="255.255.255.0 "
gateway="192.168.0.1"

in my xen config.

As I boot, no network card gets up in my guest system.

ifconfig -a shows me all network cards, but the ip isn't being static.

There are guests systems running which should not being able to change
the ip adress.


How do I get that?


Thanks,
Amin

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

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