Thank you very much Travis, I completely missed capitalized BRIDGE, now I recall seem same error before.
Also, I found this link is useful, but continue to get errors http://www.cyberciti.biz/faq/rhel-linux-kvm-virtualization-bridged-networking-with-libvirt/ I now my vlan are not configure right, has anybody successfully configure advance networking in CS 4.2 with two interfaces on KVM hypervisors? if someone can provide VLAN configuration examples, Thanks in advance! On Tue, Oct 8, 2013 at 6:10 PM, Travis Graham <[email protected]> wrote: > A quick glance and I'm seeing your ifcfg-eth1 is referencing > Bridge=Cloudbr1 and that need to be BRIDGE=cloudbr1. > > Not sure if that's totally your problem, but it would keep your eth1 > interface from coming up. As for the rest, I'm not sure. > > Travis > > > On Oct 8, 2013, at 8:58 PM, motty cruz <[email protected]> wrote: > > > Hello, > > I'm having issues configuring VLAN and network Bridge for CS 4.2. I'm > using > > CentOS > > > > am I missing something? > > > > [root@kvm4 network-scripts]# less ifcfg-eth0 > > DEVICE=eth0 > > HWADDR=00:1A:64:20:0D:20 > > ONBOOT=yes > > NM_CONTROLLED=yes > > BOOTPROTO=none > > TYPE=Ethernet > > BRIDGE=cloudbr0 > > > > > > [root@kvm4 network-scripts]# less ifcfg-cloudbr0 > > DEVICE=cloudbr0 > > TYPE=Bridge > > ONBOOT=yes > > BOOTPROTO=static > > DNS1=8.8.8.8 > > GATEWAY=192.168.0.1 > > IPADDR=192.168.0.10 > > NETMASK=255.255.255.0 > > IPV6INIT=no > > IPV6_AUTOCONF=no > > DELAY=5 > > STP=yes > > > > [root@kvm4 network-scripts]# less ifcfg-eth1 > > DEVICE=eth1 > > HWADDR=00:1A:64:20:00:D2 > > ONBOOT=yes > > HOTPLUG=no > > BOOTPROTO=none > > TYPE=Ethernet > > Bridge=Cloudbr1 > > > > [root@kvm4 network-scripts]# less ifcfg-eth1.1 > > DEVICE=eth0.1 > > HWADDR=00:1A:64:20:D0:02 > > ONBOOT=yes > > HOTPLUG=no > > BOOTPROTO=none > > TYPE=Ethernet > > VLAN=yes > > > > [root@kvm4 network-scripts]# less ifcfg-eth1.99 > > DEVICE=eth0.1 > > HWADDR=00:1A:64:20:DD:2D > > ONBOOT=yes > > HOTPLUG=no > > BOOTPROTO=none > > TYPE=Ethernet > > VLAN=yes > > > > > > [root@kvm4 network-scripts]# less ifcfg-cloudbr1 > > DEVICE=cloudbr1 > > TYPE=Bridge > > ONBOOT=yes > > BOOTPROTO=static > > IPV6INIT=no > > IPV6_AUTOCONF=no > > DELAY=5 > > STP=yes > > > > Thanks in advance, > >
