On Sun, 4 Jul 2010, Mathieu Baudier wrote:
- Edit /etc/libvirt/qemu/networks/default.xml
<network> <name>default</name> <uuid>...long uuid...</uuid> <bridge name="br0" /> <forward mode="route" dev="eth0"/> </network>
Why is this third step needed?
Isn't it enough to simply add a network interface to the guest with br0 as source?
Yes, that's enough. The OP's question, however, suggested that he wanted the bridged networking to be the default, so I added the third step to make that setup automatic.