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

Re: [Xen-devel] Multiple real IPs for a single interface card

To: Anu Shahdadpuri <anu.spuri@xxxxxxxxx>
Subject: Re: [Xen-devel] Multiple real IPs for a single interface card
From: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Wed, 09 Mar 2005 13:09:18 -0800
Cc: Xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 09 Mar 2005 21:10:42 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <422F04AE.000003.03852@MAIN123>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <422F04AE.000003.03852@MAIN123>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
Anu Shahdadpuri wrote:

(1) Is it possible to have individual Real IPs for each domain running on
Xen?   I'm aware that the domain takes it's IP address from the domain
configuration file.  But, what does it take to make that IP a real IP
address accessible outside my LAN?

Just set up networking to be bridged or set up NAT routing.
And provide the guest domain with a real IP. You can also
do this by simply editing the interface configuration file
(typically /etc/sysconfig/network-scripts/ifcfg-ethN) and
populating it as you normally would, on the guest domain.
This will bring it up on boot.

(2) If I have multiple internet connections then can my Xen domains use a
consolidated connection formed by those connections, i.e. utilize entire
bandwidth of all connections for a download at the same time.

This really isn't a valid question, or perhaps I fail
to understand you and someone else can better answer
your question. But multiple connections from domains
from guest domains going out over an eventual real
interface as having multiple connections on a regular
host going out over your NIC. i.e. you still have
the one shared device, and your connections are all
sharing that. There is no consolidation across protocols
if that's what you were wondering.

(3) Can more than one domains share an IP address?

Bridging merely extends the IP collision space - i.e.
you are still on the same subnet.  And you cannot have
multiple interfaces with the same unicast address on
the same network. You would have to setup some scheme
to do workload balancing between domains, if that is
waht your intent was..

thanks,
Nivedita



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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