Chapter 2. Basic environment in OpenStack Installation Guide for Ubuntu 14.04 (LTS)  - juno

Bug #1375351 reported by Bobby Yakovich
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Invalid
Undecided
Unassigned

Bug Description

-----------------------------------
Built: 2014-09-29T07:05:10 00:00
git SHA: 38e8bd8654c0e1c729cfc55a2d9f89b313e8efca
URL: http://docs.openstack.org/trunk/install-guide/install/apt/content/ch_basic_environment.html

In order to test network connectivity a firewall rule needs to be set up on network node to grant compute node access to internet.

such as:
sudo iptables -A FORWARD -i (PUBLIC INTERFACE ex:eth1)-o br-ex -s 10.1.1.0/24 -m conntrack --ctstate NEW -j ACCEPT
sudo iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
sudo iptables -A POSTROUTING -s 10.1.1.0/24 -t nat -j MASQUERADE

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

By default, Ubuntu does not enable a firewall.

Changed in openstack-manuals:
status: New → Incomplete
assignee: nobody → Matt Kassawara (ionosphere80)
Revision history for this message
Bobby Yakovich (bgyako) wrote :

These instructions were included in Grizzly in order to grant internet access to compute nodes.
I believe they are still needed in Ice house.

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

Perhaps this applies to providing internet access to instances using nova-network?

Revision history for this message
Bobby Yakovich (bgyako) wrote :

I guess that will work for both.
Just confirmed...

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

Your example iptables rules reference 'br-ex' which implies neutron instead of nova-network. However, you mention providing internet access from compute nodes, a configuration that the installation guide doesn't support. Can you clarify your network service and issue?

Changed in openstack-manuals:
status: Incomplete → Invalid
assignee: Matt Kassawara (ionosphere80) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.