[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Missing "bridge.conf"
From: |
Vlad Yasevich |
Subject: |
Re: [Qemu-discuss] Missing "bridge.conf" |
Date: |
Mon, 06 Jul 2015 16:24:12 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
On 07/06/2015 04:04 PM, Davide Baldini wrote:
> Hello,
>
> with Qemu 2.3.0, I'm trying to run a bridged VM like this:
>
> $ /usr/local/bin/qemu-system-x86_64 -hda /media/raid1/qemu-105 -m 768
> -localtime -netdev
> bridge,id=hn0 -device virtio-net-pci,netdev=hn0,id=nic1
>> failed to parse default acl file `/usr/local/etc/qemu/bridge.conf'
>> failed to launch bridge helper
>> qemu-system-x86_64: -netdev bridge,id=hn0: Device 'bridge' could not be
>> initialized
>
> $ /usr/local/libexec/qemu-bridge-helper --br=br0 --fd=x
>> failed to parse default acl file `/usr/local/etc/qemu/bridge.conf'
>
> "bridge.conf" doesn't exist:
>
> $ ls /usr/local/etc/qemu/bridge.conf
>> ls: cannot access /usr/local/etc/qemu/bridge.conf: No such file or directory
>
> not even a "bridge.conf.sample", searched for with "find" throughout the
> filesystem.
>
> Where can I get that file?
>
http://wiki.qemu.org/Features-Done/HelperNetworking
or
echo "allow br0" > /etc/qemu/bridge.conf
-vlad
> -- Davide
>