Comment 16 for bug 986043

Revision history for this message
Narayan Desai (narayan-desai) wrote :

We were experiencing a similar issue, and it ended up being an interaction between the bridging code and iptables. Setting
net.bridge.bridge-nf-call-arptables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-ip6tables = 0

Fixed the issues for us.