All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wray <mike.wray@hpl.hp.com>
To: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: creating a xen-local LAN - how?  heeeeellp!
Date: Mon, 29 Nov 2004 12:32:20 +0000	[thread overview]
Message-ID: <41AB16D4.9000500@hpl.hp.com> (raw)
In-Reply-To: <20041128140754.GY9261@lkcl.net>

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/

  reply	other threads:[~2004-11-29 12:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-28 14:07 creating a xen-local LAN - how? heeeeellp! Luke Kenneth Casson Leighton
2004-11-29 12:32 ` Mike Wray [this message]
2004-11-30 21:41   ` Luke Kenneth Casson Leighton

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=41AB16D4.9000500@hpl.hp.com \
    --to=mike.wray@hpl.hp.com \
    --cc=lkcl@lkcl.net \
    --cc=xen-devel@lists.sourceforge.net \
    /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.