I'm using interface eth1 for public/guest traffic; I have two VLANs eth1.1(public traffic) and eth1.99(guest traffic) do I need to create two bridges? one for each VLAN?
[root@kvm1 network-scripts]# brctl show bridge name bridge id STP enabled interfaces cloudbr0 8000.00259088515c no eth0 cloudbr1 8000.00259088515d yes eth1.1 cloudbr2 8000.00259088515d yes eth1.99 virbr0 8000.5254000c79e1 yes virbr0-nic Also, is there a way to test my network before configuring Advance Zone? Thanks, On Tue, Oct 8, 2013 at 8:53 PM, motty cruz <motty.c...@gmail.com> wrote: > 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 <tgra...@tgraham.us> 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 <motty.c...@gmail.com> 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, >> >> >