Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Enable netfilter on bridges #269

Merged
merged 1 commit into from
Feb 19, 2014
Merged

Conversation

vuntz
Copy link
Member

@vuntz vuntz commented Feb 16, 2014

We were disabling it based on some documentation:
http://docs.openstack.org/admin-guide-cloud/content/ch_introduction-to-openstack-compute.html
("Packet loss from instances to nova-network server (VLANManager mode)") and

But it turns out this was misunderstood: the documentation was advising
to do it only on the nova-network node (which would be the neutron l3
node today). On the compute nodes, we absolutely need netfilter on
bridges to get security groups working.

For now, we simply enable this everywhere as, based on testing, this
doesn't seem to hurt us, and it should be safer this way on other nodes
too.

We were disabling it based on some documentation:
http://docs.openstack.org/admin-guide-cloud/content/ch_introduction-to-openstack-compute.html
("Packet loss from instances to nova-network server (VLANManager mode)") and

But it turns out this was misunderstood: the documentation was advising
to do it only on the nova-network node (which would be the neutron l3
node today). On the compute nodes, we absolutely need netfilter on
bridges to get security groups working.

For now, we simply enable this everywhere as, based on testing, this
doesn't seem to hurt us, and it should be safer this way on other nodes
too.
@bmwiedemann
Copy link
Member

I remember debugging some months ago some complicated network problems with Dirk that came from a node NATing traffic that was supposed to be just bridged. maybe that was on a mkcloud host only, so would not make a difference...
but then, I dont see bridges with > 2 interfaces being used in SUSE Cloud / ovs mode - so it would not improve things there either.

@vuntz
Copy link
Member Author

vuntz commented Feb 19, 2014

Discussed face-to-face, no objection.

vuntz added a commit that referenced this pull request Feb 19, 2014
Enable netfilter on bridges
@vuntz vuntz merged commit ebfa91f into crowbar:release/roxy/master Feb 19, 2014
@vuntz vuntz deleted the nf-on-bridges branch April 7, 2014 06:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants