更新时间:2021-07-09 21:41:17
coverpage
OpenStack Networking Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Conventions
Reader feedback
Customer support
Chapter 1. Getting Started with OpenStack Networking
Introduction
Creating a Subnet and Network using Horizon
Viewing the details of a Network using Horizon
Associating a Network to an instance using Horizon
Creating a Network using OpenStack CLI
Creating a Subnet using OpenStack CLI
Creating a Port without an associated instance using the OpenStack CLI
Associating a Port to an instance using OpenStack CLI
Configuring the networking quota in OpenStack
Chapter 2. Using Open vSwitch for VLAN-Based Networks
Configuring Neutron to use the Open vSwitch mechanism driver
Configuring Neutron to use the VLAN type driver
Configuring the VLAN range to be used for the networks
Viewing the VLAN allotted for a Network
Creating a Network with a specific VLAN
Viewing the virtual interface information on the compute node
Viewing the virtual interface information on the Network node
Chapter 3. Exploring Other Network Types in Neutron
Configuring Neutron to use the Linux bridge mechanism driver
Viewing the virtual interface information for Linux bridge on the compute node
Configuring Neutron to use a Flat network type
Creating a Flat Network using Horizon
Creating a Shared Network using Horizon
Creating an External Network using Horizon
Setting up a simple web application – an introduction
Setting up a simple web application – setting up OpenStack Networks
Setting up a simple web application – creating instances
Chapter 4. Exploring Overlay Networks with Neutron
Configuring Neutron to use a VXLAN type driver
Configuring a VNI Range for VXLAN Networks
Viewing a VNI assigned to a Neutron Network
Creating a Network with a specific VNI
Viewing the virtual interface information on the compute node for VXLAN tunnels
Viewing the virtual interface information on the network node for VXLAN tunnels
Configuring Neutron to use a GRE type driver
Viewing a virtual interface on the compute node for GRE tunnels
Chapter 5. Managing IP Addresses in Neutron
Creating an instance with a specific IP address
Configuring multiple IP addresses for a virtual interface
Creating a redundant DHCP server per OpenStack Network
Starting the DHCP server on a specific network node
Increasing the number of IP addresses in a Network using the Horizon dashboard
Chapter 6. Using Routing Services in Neutron
Configuring Neutron for Routing services
Creating a Router using the Horizon dashboard and Neutron CLI
Enabling instances on different Networks to communicate
Allowing the Virtual Machine instances to access the Internet
Providing access to a Virtual Machine from an external Network or the Internet using Horizon
Creating and deleting a floating IP address using the Neutron CLI
Associating a floating IP address to a virtual machine using the Neutron CLI
Chapter 7. Using Neutron Security and Firewall Services
Creating a security group using Horizon
Configuring the security group rules using Horizon
Creating a security group using CLI
Configuring the security group rules using CLI
Securing the traffic between instances on the same Network
Creating the security group rules to allow web traffic
Configuring Neutron for the Firewall service
Creating the Firewall rules
Creating the Firewall policies
Creating a Firewall
Viewing and verifying the Firewall rules on the Network node
Chapter 8. Using HAProxy for Load Balancing
Installing and configuring the Neutron load balancer service plugin
Creating a load balancer pool using Horizon
Creating a load balancer pool using CLI
Adding a load balancer member using Horizon
Adding a load balancer member using CLI
Adding a load balancer health monitor using Horizon
Adding a load balancer health monitor using CLI
Creating a Virtual IP using Horizon
Creating a Virtual IP using CLI
Making the load balancer accessible to the Internet
Testing the load balancer
Viewing the load balancer on the network node
Chapter 9. Monitoring OpenStack Networks