All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: thomas@koch.ro
Cc: kvm@vger.kernel.org
Subject: Re: Guest network, wireless host
Date: Sat, 29 Aug 2009 19:19:04 -0500	[thread overview]
Message-ID: <4A99C578.2010001@codemonkey.ws> (raw)
In-Reply-To: <200908291023.45240.thomas@koch.ro>

Thomas Koch wrote:
> I found this howto about guests running on a host with wireless internet 
> connection: (proxy arp)
>
> http://blog.bodhizazen.net/linux/bridge-wireless-cards/
>
> The steps described there work so far, but it would be perfect, if the guest 
> could somehow obtain an IP via DHCP and if the whole stuff could be setup as 
> Debian package.
>   

This is just doing routing.  There's a much easier way to do this with 
libvirt.  See:

http://www.libvirt.org/formatnetwork.html#examplesRoute

DHCP will never work because you've technically created a separate 
subnet.  You could run a local copy of dnsmasq to manage the range of IP 
addresses you're reserved for your private subnet though.

Regards,

Anthony Liguori

      reply	other threads:[~2009-08-30  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-29  8:23 Guest network, wireless host Thomas Koch
2009-08-30  0:19 ` Anthony Liguori [this message]

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=4A99C578.2010001@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    --cc=thomas@koch.ro \
    /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.