Displaying 1 result from an estimated 1 matches for "vlanbr6".
2012 Mar 02
1
KVM, VLAN and Bridges and bonding
...implement the same things with CentOS6.x + KVM. In test env i've setup CentOS6.2 + KVM (with last updates) with the same network config, but guest lose network connection very often, and i don't know why.
Network config:
/etc/sysconfig/network-scripts/ifcfg-bond0.6:
DEVICE=bond0.6
BRIDGE=vlanbr6
ONBOOT=yes
BOOTPROTO=none
VLAN=yes
TYPE=Ethernet
/etc/sysconfig/network-scripts/ifcfg-vlanbr6:
DEVICE=vlanbr6
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=none
DELAY=0
I've installed guest like that (with a lot of retry because of network loss during installation)
virt-install --name=guest02-c6 --disk p...