From: Nivedita Singhvi <niv@us.ibm.com>
To: Anu Shahdadpuri <anu.spuri@gmail.com>
Cc: Xen-devel@lists.sourceforge.net
Subject: Re: Multiple real IPs for a single interface card
Date: Wed, 09 Mar 2005 13:09:18 -0800 [thread overview]
Message-ID: <422F65FE.9040908@us.ibm.com> (raw)
In-Reply-To: <422F04AE.000003.03852@MAIN123>
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
next prev parent reply other threads:[~2005-03-09 21:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-09 14:14 Multiple real IPs for a single interface card Anu Shahdadpuri
2005-03-09 21:09 ` Nivedita Singhvi [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-09 13:03 Anu Shahdadpuri
2005-03-10 2:01 ` Mark Williamson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=422F65FE.9040908@us.ibm.com \
--to=niv@us.ibm.com \
--cc=Xen-devel@lists.sourceforge.net \
--cc=anu.spuri@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.