Después de montar dos nodos de Citrix Xen Server, en uno de ellos el bridge que le traía las vlans para las Vms, no le llegaban paquetes de esas Vlans. En el interface sí. Resulta ser un bug. Y se soluciona así:
Enable the epel repo:
rpm -ivh http://download.fedora. redhat.com/pub/epel/5/i386/ epel-release-5-3.noarch.rpm
Install ebtables:
yum install ebtables
Install the following filter (replace eth1 with the interface you're using for your VM VLANs):
ebtables -t broute -A BROUTING -p 802.1Q -i eth1 -j DROP
Enable ebtables at startup:
chkconfig --levels 2345 ebtables on
Check the current "broute" table rules:
ebtables -t broute --list
Save the tables for next start
/etc/init.d/ebtables save
No hay comentarios:
Publicar un comentario