Bonding + Vlan + Bridge con Red Hat (RHEV)

Forums: 

Estimados,

Favor su ayuda, estoy configurando la herramienta de virtualizacion de Red Hat, RHEV,partiendo de 2 interfaces eth0 y eth1 quiero que las dos trabajen en bondig ,pero que al mismo tiempo me soporte vlan y todo esto por la interfaz de bridge que por defecto el kvm me la crea, a continuacion las configuraciones:


# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
MASTER=bond0
SLAVE=yes

---

cat ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
HWADDR=00:16:3E:74:8D:88
MASTER=bond0
SLAVE=yes

---

cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
BONDING_OPTS='mode=1 miimon=100'

---

# cat ifcfg-bond0.5
DEVICE=bond0.5
ONBOOT=yes
VLAN=yes
BOOTPROTO=none
BRIDGE=rhevm

---

DEVICE=rhevm
TYPE=Bridge
ONBOOT=yes
IPADDR=192.168.1.20
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DELAY=0
PEERNTP=yes

La vlan 5 corresponde a 192.168.1.0, el problema es que no sale para nada, le puedo hacer ping local pero nada mas, si hace falta otro archivo me avisan y lo pongo aca

Saludos
Roberto D.

Les contare, que esto es un

Imagen de robecarlsiro

Les contare, que esto es un bug, osea estoy frito.... :jawdrop: el log del host


kernel: bond1.4: received packets cannot be forwarded while LRO is enabled


Aca el BUG

Bug 692093 - guest networking broken due to LRO being enabled

Description of problem:
I have a set of hosts with two bnx2x NIC:s and different VLAN:s tagged on each
NIC. When connecting this host to RHEV-M and starting a VM there, the following
messages show up in syslog

eth1.215: received packets cannot be forwarded while LRO is enabled.

Networking in the guest (obviously) does not work.

If I take the same host and configure the same networking layout but don't
register it to RHEV but instead start a VM through libvirt, then everything
works fine. Therefore, in lack of a better suspect, I'm assigning this bug to
the vdsm22 component.

Version-Release number of selected component (if applicable):
vdsm22-4.5-63.23.el5_6
kernel-2.6.18-238.5.1.el5

Cualquier actualizacion de este problema lo pondre aca

Saludos

Roberto D.

Solucion?

Hola, pudoste solucionar el problema? yo tengo un problema exactamente igual en con Debian, no puedo hacer que salga nada por las Vlan, no hay trafico en ellas