All of lore.kernel.org
 help / color / mirror / Atom feed
* Multiple real IPs for a single interface card
@ 2005-03-09 13:03 Anu Shahdadpuri
  2005-03-10  2:01 ` Mark Williamson
  0 siblings, 1 reply; 4+ messages in thread
From: Anu Shahdadpuri @ 2005-03-09 13:03 UTC (permalink / raw)
  To: Xen-devel

Hi



I have a couple of questions:



(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?  



(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.



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



Thanks in advance...

-Anu.



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Multiple real IPs for a single interface card
@ 2005-03-09 14:14 Anu Shahdadpuri
  2005-03-09 21:09 ` Nivedita Singhvi
  0 siblings, 1 reply; 4+ messages in thread
From: Anu Shahdadpuri @ 2005-03-09 14:14 UTC (permalink / raw)
  To: Xen-devel

Hi

 

I have a couple of questions:

 

(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?

 

(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.

 

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

 

Thanks in advance...

-Anu.

 


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Multiple real IPs for a single interface card
  2005-03-09 14:14 Multiple real IPs for a single interface card Anu Shahdadpuri
@ 2005-03-09 21:09 ` Nivedita Singhvi
  0 siblings, 0 replies; 4+ messages in thread
From: Nivedita Singhvi @ 2005-03-09 21:09 UTC (permalink / raw)
  To: Anu Shahdadpuri; +Cc: Xen-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Multiple real IPs for a single interface card
  2005-03-09 13:03 Anu Shahdadpuri
@ 2005-03-10  2:01 ` Mark Williamson
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Williamson @ 2005-03-10  2:01 UTC (permalink / raw)
  To: xen-devel; +Cc: Anu Shahdadpuri

> (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?

Get an IP address that can be accessed from outside your LAN in the whatever 
way you usually would, then just configure a guest to use that IP - it's just 
like adding a new machine to your LAN.

> (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.

Find a Linux tool that can do what you want, on a machine with multiple NICS.  
Configure the domain with a virtual NIC that's routed /bridged to each 
physical NIC that's available.  Then use your connection aggregator tool 
inside the domain...

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

You can use NAT in dom0 to hide multiple domains behind one IP address, rather 
like hiding multiple physical machines behind one IP.

HTH,
Mark

>
> Thanks in advance...
>
> -Anu.
>
>
>
> -------------------------------------------------------
> 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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-10  2:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 14:14 Multiple real IPs for a single interface card Anu Shahdadpuri
2005-03-09 21:09 ` Nivedita Singhvi
  -- strict thread matches above, loose matches on Subject: below --
2005-03-09 13:03 Anu Shahdadpuri
2005-03-10  2:01 ` Mark Williamson

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.