From Fedora Project Wiki

How to enable Bridge networking for kvm

open ifcfg-eho file and add following line

BRIDGE=br0

Now create ifcfg-br0 file and add fllowing line .


DEVICE=br0 TYPE=Bridge BOOTPROTO=dhcp ONBOOT=yes