From: Shannon Zhao <zhaoshenglong@huawei.com>
To: Gayathri Nagarajan <gayathrinagarajan18@gmail.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Using tap device for qemu
Date: Tue, 10 Mar 2015 14:32:59 +0800 [thread overview]
Message-ID: <54FE901B.5040208@huawei.com> (raw)
In-Reply-To: <CAKZHFnfjPLKwxaOugj+qNDahVuzaq3PNunGDx3-UDYF=CMxqjw@mail.gmail.com>
On 2015/3/10 12:59, Gayathri Nagarajan wrote:
> I have a problem with networking in qemu. I want to use the Linux tap device for qemu network. For that
>
> *1. I created a bridge -*
>
> $ sudo brctl addbr br0
>
> *2. I used the following qemu-ifup script*
>
> #!/bin/sh
> set -x
>
> switch=br0
>
> if [ -n "$1" ];then
> /usr/bin/sudo /usr/sbin/tunctl -u `whoami` -t $1
> /usr/bin/sudo /sbin/ip link set $1 up
> sleep 0.5s
> /usr/bin/sudo /usr/sbin/brctl addif $switch $1
> exit 0
> else
> echo "Error: no interface specified"
> exit 1
> fi
>
> *3. When I run qemu using*
>
> $ qemu-system-i386 -m 200M -cdrom images/ss.iso -serial stdio -device e1000,netdev=net0,mac=DE:AD:BE:EF:00:C0 -netdev tap,id=net0,script=/home/user/qemu-ifup
>
> */home/user/qemu-ifup:could not launch network script*
>
Please check whether qemu-ifup exits at this directory and qemu-ifup has executable permission.
> *qemu-system-i386: -netdev tap,id=net0,script=/home/user/qemu-ifup: Device 'tap' could not be initialized*
>
>
> How do I resolve this problem?
>
> Thank you
>
> gayathri
>
>
--
Thanks,
Shannon
next prev parent reply other threads:[~2015-03-10 6:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 4:59 [Qemu-devel] Using tap device for qemu Gayathri Nagarajan
2015-03-10 6:32 ` Shannon Zhao [this message]
2015-03-10 7:20 ` Gonglei
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=54FE901B.5040208@huawei.com \
--to=zhaoshenglong@huawei.com \
--cc=gayathrinagarajan18@gmail.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 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.