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] Assign IP and CONFIG_IP_PNP problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Assign IP and CONFIG_IP_PNP problem
From: "Alma Matex" <almamatex@xxxxxxxxx>
Date: Fri, 20 Jun 2008 16:32:17 +0200
Delivery-date: Fri, 20 Jun 2008 07:32:52 -0700
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; bh=ZSciauNIpmsETuekKP/J3T+m3r4GRRtP6M1yJcMNMwo=; b=IgOMy/vT2n04/DcNOGXuRhJ5pi4njqbSx18aeJPZnSQl16BC03gip7TKPNkaQAHwHj 130lIiW/i+PPvHP2FlW5xyH4d8QKhutSVJSmPnOeWKYcl3mDTIa270wfyCxQ31Txkgac 2t6Gy8C67/XgyASwVs2af6zEZcHf4SyeGkk+s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BLAgCU/KYoJL3jgCpFC3wu3+HcWXCyDbIq7S0EUyw4ObnsETliXa/ulFSr37YoizyA 8eqLvUiSfJDDzXQFtqnVyfhoEnJ0joOZ972mbgUOtJkexDYBSmIH4sRUB5PWX3p9MEvk RkrLPBlWXTLZJUnBhbDQwdPVYynNkEjwqe5n0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
I'm new to Xen and I'm having problem with Xen networking.
I read that one could set the IP address of a new virtual machine in the configuration file with the vif statement.
For example:
vif = [ 'mac=00:00:00:00:00:01, bridge=virbr0' ]
ip = "10.10.10.1"

My problem is that when the virtual machine start it doesn't get the IP. Insted it uses dhcp to get one, even if I specify the "static" IP in the configuration file as above.
I've found that the xen kernel must be compiled with the CONFIG_IP_PNP option set, but my kernel doesn't seem to have it.
Infact:
grep CONFIG_IP_PNP /boot/config-2.6.21.7-3.fc8xen
gives me:
# CONFIG_IP_PNP is not set

Is this one the only problem?
Is there a way to get a Fedora precompiled kernel with this option set?
Thanks
Regards
Matteo
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Assign IP and CONFIG_IP_PNP problem, Alma Matex <=