Book Image

OpenStack Networking Cookbook

Book Image

OpenStack Networking Cookbook

Overview of this book

Table of Contents (19 chapters)
OpenStack Networking Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a Firewall


A Firewall is associated with a Firewall policy. In the previous two recipes, you learned how to create Firewall rules and a policy. We will now create a Firewall and associate it with the policy that we created in the previous section.

Getting ready

We will create the Firewall using Horizon. For this recipe, we will need the following information:

  • The Firewall policy name

  • The Firewall name

  • The Firewall description

How to do it…

The following steps will show you how to create a firewall using Horizon:

  1. Log in to Horizon with the appropriate credentials.

  2. Navigate to Project | Network | Firewalls and click on the Firewalls tab and click on Create Firewalls.

  3. In the Add Firewall menu, provide Name and Description and choose the Policy of the Firewall from the drop-down menu:

  4. Click Add to create the Firewall:

We can also create the Firewall with the Neutron CLI using the following steps:

  1. Using the appropriate credentials, SSH into the OpenStack node installed with the Neutron client packages...