All of lore.kernel.org
 help / color / mirror / Atom feed
* creating a xen-local LAN - how?  heeeeellp!
@ 2004-11-28 14:07 Luke Kenneth Casson Leighton
  2004-11-29 12:32 ` Mike Wray
  0 siblings, 1 reply; 3+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-11-28 14:07 UTC (permalink / raw)
  To: xen-devel

hi there,

okay, i so somehow don't get this i am in need of quite a lot of help,
but fortunately i'm quite bright so anyone who _can_ help me should only
have to say things once :)

i'm looking to set up a network-isolated set of xen guests.

one or more of the xen guests will be running things like http
and https clients and so what i would like to do is to run an
HTTP and other proxies on the xen master.

the proxies i aim to bind to the xen interface on the xen
master, such that they will listen out for incoming requests
from the xen guest virtual eth0 cards, and the proxies will
be able to happily make outgoing connections on the _real_ eth0.

i don't want to create an eth0:1 unless it's absolutely necessary.

i dunno - how about i create a lo1 and get the xen-br0 to bind to that?

would that do the trick?

any hints and advice much appreciated.

l.


-- 
--
<a href="http://lkcl.net">http://lkcl.net</a>
--


-------------------------------------------------------
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://productguide.itmanagersjournal.com/

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

* Re: creating a xen-local LAN - how?  heeeeellp!
  2004-11-28 14:07 creating a xen-local LAN - how? heeeeellp! Luke Kenneth Casson Leighton
@ 2004-11-29 12:32 ` Mike Wray
  2004-11-30 21:41   ` Luke Kenneth Casson Leighton
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Wray @ 2004-11-29 12:32 UTC (permalink / raw)
  To: Luke Kenneth Casson Leighton; +Cc: xen-devel

Luke Kenneth Casson Leighton wrote:
> hi there,
> 
> okay, i so somehow don't get this i am in need of quite a lot of help,
> but fortunately i'm quite bright so anyone who _can_ help me should only
> have to say things once :)
> 
> i'm looking to set up a network-isolated set of xen guests.
> 
> one or more of the xen guests will be running things like http
> and https clients and so what i would like to do is to run an
> HTTP and other proxies on the xen master.
> 
> the proxies i aim to bind to the xen interface on the xen
> master, such that they will listen out for incoming requests
> from the xen guest virtual eth0 cards, and the proxies will
> be able to happily make outgoing connections on the _real_ eth0.
> 
> i don't want to create an eth0:1 unless it's absolutely necessary.
> 
> i dunno - how about i create a lo1 and get the xen-br0 to bind to that?
> 
> would that do the trick?
> 
> any hints and advice much appreciated.

You might find the vnet stuff recently checked-in to 2.0-testing
useful. Vnets provide virtual private lan segments to xen virtual
machines. From the point of view of a domain everything looks normal -
but in dom0 its traffic is wrapped inside a multipoint tunnel so it
cannot get at the real network - only its virtual private lan. This
works with domains on more than one machine.

It's pretty easy to set up, and if you want a machine to have
access to the physical network as well you just configure it
with 2 interfaces, one of them not on a vnet.

The code lives in tools/vnet, with instructions in tools/vnet/doc.

Mike


-------------------------------------------------------
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://productguide.itmanagersjournal.com/

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

* Re: creating a xen-local LAN - how?  heeeeellp!
  2004-11-29 12:32 ` Mike Wray
@ 2004-11-30 21:41   ` Luke Kenneth Casson Leighton
  0 siblings, 0 replies; 3+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-11-30 21:41 UTC (permalink / raw)
  To: Mike Wray; +Cc: xen-devel

On Mon, Nov 29, 2004 at 12:32:20PM +0000, Mike Wray wrote:

> >i don't want to create an eth0:1 unless it's absolutely necessary.
> >
> >i dunno - how about i create a lo1 and get the xen-br0 to bind to that?
> >
> >would that do the trick?
> >
> >any hints and advice much appreciated.
> 
> You might find the vnet stuff recently checked-in to 2.0-testing
> useful. 

 GREAT.

> Vnets provide virtual private lan segments to xen virtual
> machines. 

 that's what i want!

 thank you.

 l.



-------------------------------------------------------
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://productguide.itmanagersjournal.com/

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

end of thread, other threads:[~2004-11-30 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-28 14:07 creating a xen-local LAN - how? heeeeellp! Luke Kenneth Casson Leighton
2004-11-29 12:32 ` Mike Wray
2004-11-30 21:41   ` Luke Kenneth Casson Leighton

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.