Re: [CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6

2011-11-23 Thread Jason Nagashima
:39:02 PM Subject: Re: [CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6 We are doing this quite a bit in production and it works great. bond as you normally would: DEVICE=bond0 ONBOOT=yes USERCTL=no BONDING_OPTS=mode=4 miimon=100 one of these for each vlan (in this case 50): VLAN=yes

Re: [CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6

2011-11-22 Thread Tait Clarridge
On Fri, 2011-11-18 at 17:56 -0500, Jason Nagashima wrote: Running on Centos 5.6 with KVM... I was wondering if anyone had any luck configuring the NICs where eth0 and eth1 are bonded together with vlan support to a bridge? I noticed some threads show this as a possibility

Re: [CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6

2011-11-22 Thread David Martin
We are doing this quite a bit in production and it works great. bond as you normally would: DEVICE=bond0 ONBOOT=yes USERCTL=no BONDING_OPTS=mode=4 miimon=100 one of these for each vlan (in this case 50): VLAN=yes VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD DEVICE=vlan50 PHYSDEV=bond0 TYPE=Ethernet

[CentOS-virt] Bonds, VLANs, and Bridges on Centos 5.6

2011-11-18 Thread Jason Nagashima
Running on Centos 5.6 with KVM... I was wondering if anyone had any luck configuring the NICs where eth0 and eth1 are bonded together with vlan support to a bridge? I noticed some threads show this as a possibility (http://lists.centos.org/pipermail/centos-virt/2009-November/001417.html), but