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] networking

To: Shahzad Chohan <shahzad.chohan@xxxxxxxxx>
Subject: Re: [Xen-users] networking
From: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Wed, 15 Jun 2005 11:16:20 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 15 Jun 2005 18:15:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <36967cc905061506444ac19864@xxxxxxxxxxxxxx>
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: <36967cc905061506444ac19864@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.8 (X11/20041020)
Shahzad Chohan wrote:
Hi

Can someone please explain to me how the following config helps in
terms of a domuU. Basically when I run my domain it still gets its ip
from dhcp?


kernel ="/boot/vmlinuz-2.6.11-1.1369_FC4xenU"
memory = 100
name = "rhel-4-ws"
nics = 1
disk = ['phy:hda7,sda1,w']
root = "/dev/sda1 ro"
vif = [ 'ip=10.222.4.237,mac=00:03:47:06:E6:85' ]
dhcp="off"
ip="10.222.4.237"
netmask="255.255.252.0"
gateway="10.222.4.1"
hostname= "rhel4ws"

The config file is used by xend to set up the guest
domain. It configures the infrastructure on the guest
domain as well as the corresponding supporting infrastructure
on domain0 (event channels, virtual interfaces, etc.).

If your question is that you have dhcp off and you are
providing an IP, and the guest domain is still getting
its IP from dhcp, then that is probably a bug.

I've been out of things for a couple of weeks and haven't
checked current code, so don't know if this is a current
issue, but I can test it out.

Presumably if someone on this list knows of any current
issues they'll pipe in :).

Secondly, make sure you edit your interface scripts
on the guest domain and have them configure it as you
want.

thanks,
Nivedita

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

<Prev in Thread] Current Thread [Next in Thread>