[CentOS] qemu

Mathieu Baudier mbaudier at argeo.org
Sun Jul 4 19:27:00 UTC 2010


> 3. 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?
(that's how I'm currently proceeding)

e.g.:
		<interface type='bridge'>
			<mac address='yy:yy:yy:yy:yy:yy' />
			<source bridge='br0' />
			<model type='virtio' />
		</interface>



More information about the CentOS mailing list