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] FC5 dom0 give DHCP to FC5 domU's

To: "dgreen@xxxxxxxxxxx" <dgreen@xxxxxxxxxxx>
Subject: Re: [Xen-users] FC5 dom0 give DHCP to FC5 domU's
From: "Henning Sprang" <henning_sprang@xxxxxx>
Date: Sun, 16 Jul 2006 14:31:39 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 16 Jul 2006 05:32:19 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZhNdTF3kirxzYF98mdwXVe0MqcnapM3Fi70qsZual43FUhZrsJDpjdcNvlQDcPO0rp1FSRLxRHlEXo1xWVxBszdPVMDQ/nRm62avugBvlMjWsE8UFLzklxyUO/9KjyorZ5BHTkrpftu01a6TeLTI9ylSKpJBEDoGD+aDyhGR5Is=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <38149.130.127.48.252.1152823208.squirrel@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: <38149.130.127.48.252.1152823208.squirrel@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

On 7/13/06, dgreen@xxxxxxxxxxx <dgreen@xxxxxxxxxxx> wrote:
[...]

1) How would I set up my bridge to give out automatic DHCP info to the
domUs?  Do I have to run DHCP services on dom0?

A bridge is no dhcp server. You should probably read some
documentation to learn what bridging is about.

If you want your domU's to get ip adresses from a dhcp server, then
you need to have an dhcp server, and set up bridging correctly. It
doesn't matter if the dhcp server is on dom0, any domU or somewhere
else,  when you use briding, all the ethernet traffic is transported
to the other side if the bridge...

2) I would like to keep my 130.127 address on eth0 so I can still connect
to the network, can this still be done and give private 192.168.12.X
addresses to my domUs?

Again I recommend you to read docs on ethernet bridging (in general,
not xen specific in gthe first place). With bridging, you can give
your domU's IP adresses as you want, as bridging is on ethernet level.

But if you want a more cleanly separated private network ( as it
sounds), you probably rather want to use a routed or natted network in
xen - which makes my previous advice on dhcp invalid, this goes only
for briding.

Henning

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

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