On Mon, Apr 7, 2014 at 4:04 AM, Stefan G. Weichinger <li...@xunil.at> wrote:
> Am 06.04.2014 15:02, schrieb Tom H:
>
>>> So the openrc-example might be simplified? ok with me ... does anyone
>>> confirm?
>>
>> It depends how you set up your network on the qemu command line.
>>
>> If you use "qemu -netdev tap,id=hn0,script=no,downscript=no ...", you need
>> to set up a tap.
>>
>> If you use "qemu -netdev tap,id=hn0 ...", you don't need to set up a tap if
>> you have a "/etc/qemu-ifup" script..
>>
>> But you do need to set a bridge on both cases.
>
> ok ... I would have to look that up as I don't use qemu via command line
> but via virtmanager/libvirt.
>
> Thanks, Stefan

You're welcome.

I've never used virt-manager but I assume that it functions like
virt-install or that it uses virt-install under the gui.

If that's the case, it won't use predefined tap devices, slaved to a
bridge or not. It'll create vnetX tap devices and add them to a bridge
on the fly. But if you want to use tapX tap devices rather than vnetX
ones, you can edit the xml to set that up.

Reply via email to