Running CentOS 5.4 x64.<br><br>Have successfully bridged eth2 with br2 by following the instructions here: <a href="http://wiki.libvirt.org/page/Networking" target="_blank">http://wiki.libvirt.org/page/Networking</a> (under the RHEL section)<br>
<br>Have been running several KVM VMs successfully via this bridge.<br><br>I
am now trying to bridge additional interfaces by using the same
routine. Each bridge is named to correspond with the ethX device its
bridged with.<br><br>Example of ifcfg-eth0 script:<br>DEVICE=eth0<br>HWADDR=00:16:76:D6:C9:45<br>ONBOOT=yes<br>BRIDGE=br0<br><br>then of ifcfg-br0 script:<br>DEVICE=br0<br>TYPE=Bridge<br>BOOTPROTO=dhcp<br>ONBOOT=yes<br>DELAY=0<br>
<br>This is repeated 3 times for eth0-eth2 and br0-br2.<br><br>I've
read somewhere that STP needs to be enabled when using multiple
bridges. I've tried adding STP=on to the ifcfg-brX scripts but with the
same result. Yes, brctl shows that STP is on.<br><br>The original
bridge eth2-br2 continues to work but I can't get any traffic across
any other bridge. Either by dhcp or static ips.<br><br>Is multiple bridges a possibility?<br><br>Previous
to moving to KVM I was running Xen Server on the same hardware. I am
just trying to recreate the network setup I had. I believe Xen Server
runs on top of a linux platform so such a thing should be possible.<br><br>Thanks,<br><br>Jacob