All of lore.kernel.org
 help / color / mirror / Atom feed
* Guest network, wireless host
@ 2009-08-29  8:23 Thomas Koch
  2009-08-30  0:19 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koch @ 2009-08-29  8:23 UTC (permalink / raw)
  To: kvm

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.

Anyone has done this already?

Best regards,

Thomas Koch, http://www.koch.ro

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

* Re: Guest network, wireless host
  2009-08-29  8:23 Guest network, wireless host Thomas Koch
@ 2009-08-30  0:19 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-08-30  0:19 UTC (permalink / raw)
  To: thomas; +Cc: kvm

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

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

end of thread, other threads:[~2009-08-30  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-29  8:23 Guest network, wireless host Thomas Koch
2009-08-30  0:19 ` Anthony Liguori

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.