qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Charles Duffy <Charles_Duffy@messageone.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Connecting two tap interfaces to one qemu instance
Date: Thu, 28 May 2009 18:31:17 -0500	[thread overview]
Message-ID: <gvn6rn$2i8$1@ger.gmane.org> (raw)
In-Reply-To: <4A1EF2C3.40001@iem.pw.edu.pl>

Jedrzej Kalinowski wrote:
> Hello,
> 
> I've found a problem when trying to run one qemu instance with two tap
> devices connected to a bridge.
> 
> I mean a commandline like this:
> qemu -net nic -net tap -net nic -net tap ...

Do this instead:

qemu -net nic,vlan=0 -net tap,vlan=0 -net nic,vlan=1 -net tap,vlan=1 ...

  parent reply	other threads:[~2009-05-28 23:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28 20:23 [Qemu-devel] Connecting two tap interfaces to one qemu instance Jedrzej Kalinowski
2009-05-28 20:39 ` Brian Jackson
2009-05-28 22:13   ` Jedrzej Kalinowski
2009-05-29 11:54     ` Paul Brook
2009-05-28 23:31 ` Charles Duffy [this message]
2009-05-30 10:56   ` [Qemu-devel] " Jedrzej Kalinowski

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='gvn6rn$2i8$1@ger.gmane.org' \
    --to=charles_duffy@messageone.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).