From: Samuel Tardieu <sam@rfc1149.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Interesting QEMU + OpenVPN
Date: 10 Sep 2006 14:36:25 +0200 [thread overview]
Message-ID: <87d5a3c306.fsf@willow.rfc1149.net> (raw)
In-Reply-To: 200608021457.52230.paul@codesourcery.com
>>>>> "Paul" == Paul Brook <paul@codesourcery.com> writes:
Paul> You can already bridge the host and gues using the existing
Paul> networking options (and/or VDE - http://vde.sf.net), without the
Paul> encryption overhead and without needing any special setup on the
Paul> guest.
This is precisely what I do. When my host system starts up, it creates
a bridge called "localnet" with only one card in it (my physical
ethernet card). My /etc/qemu-ifup reads:
#! /bin/sh
sudo ifconfig $1 up
sudo brctl addif localnet $1
I run qemu with "-net nic -net tap" and that's it, the qemu instance
has access to my local network, DHCP server, IPv6 routers, etc.
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/
prev parent reply other threads:[~2006-09-10 12:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-01 20:29 [Qemu-devel] Interesting QEMU + OpenVPN Jonathan Kalbfeld
2006-08-02 4:53 ` Dirk Behme
2006-08-02 13:55 ` Joseph Miller
2006-08-02 13:57 ` Paul Brook
2006-09-10 12:36 ` Samuel Tardieu [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=87d5a3c306.fsf@willow.rfc1149.net \
--to=sam@rfc1149.net \
--cc=qemu-devel@nongnu.org \
/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.