Displaying 1 result from an estimated 1 matches for "vlanbr10".
Did you mean:
  vlanbr12
  
2012 Mar 02
1
KVM, VLAN and Bridges and bonding
Hi all,
I use CentOS5.x + Xen in production for virtualization. I use it with bridged vlan networks and bonding (active-backup) like that:
eth0  eth1
 |     |
 -------
    |
  bond0-------bond0.10---------bond0.12 ...
    |            |                |
    |         vlanbr10         vlanbr12
  dom0           |                |
           -------------     -------------- 
           |     |     |     |     |      |  ...
         domU1 domU2 domU3 domU4 domU5  domU6
For future hypervisors, i want to implement the same things with CentOS6.x + KVM. In test env i've se...