qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] bridge network


From: Mike Lovell
Subject: Re: [Qemu-discuss] bridge network
Date: Tue, 28 Aug 2012 10:24:41 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 08/28/2012 07:40 AM, 王永博 wrote:
I am use qemu-1.1.1 , i don't know how set bridge network.  the
document is too old..and --help also not update .


sudo kvm -net nic -net tap0
kvm: -net tap0: Parameter 'type' expects a network client type

who can tell me how to set it!

when using the -net option, one can specify a number of options using a comma separated list. the first word is network type to configure, such as nic, tap, socket, etc. you specified tap0 as that first word and qemu does not have a network handler named tap0. what you probably mean to do is use something like '-net tap,ifname=tap0' which specifics qemu should use the tap network handler and should use the tap device named tap0.

mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]