Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 877703

Summary: Linux Bridge NAT doesn't work due to net.bridge.bridge-nf-call-iptables=1
Product: Red Hat OpenStack Reporter: Etsuji Nakai <enakai>
Component: openstack-quantumAssignee: Alan Pevec <apevec>
Status: CLOSED DUPLICATE QA Contact: Yaniv Kaul <ykaul>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0 (Folsom)CC: jkt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-19 12:25:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Etsuji Nakai 2012-11-18 06:17:35 UTC
Description of problem:

When using Linux Bridge plugin, NAT function of the virtual router doesn't work, probably, due to "net.bridge.bridge-nf-call-iptables=1".

I'm not sure where this is set. My dirty workaround is to place the following code in /etc/rc.local.

-----------
rc=1
while [[ $rc -ne 0 ]]; do
	sysctl net.bridge.bridge-nf-call-iptables | grep "1"
	rc=$?
	sleep 5
done
sysctl -w net.bridge.bridge-nf-call-iptables=0
sysctl -w net.bridge.bridge-nf-call-ip6tables=0
sysctl -w net.bridge.bridge-nf-call-arptables=0
-----------

My setup is:
# rpm -qa | grep quantum
openstack-quantum-linuxbridge-2012.2-2.1.el6.noarch
python-quantumclient-2.1.1-0.el6.noarch
python-quantum-2012.2-2.1.el6.noarch
openstack-quantum-2012.2-2.1.el6.noarch

Comment 2 Alan Pevec 2012-11-19 12:25:04 UTC

*** This bug has been marked as a duplicate of bug 877704 ***