#OpenStack Networking Essentials
This is the code repository for OpenStack Networking Essentials, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
##Instructions and Navigation
The code included with this book is meant for use as an aid in performing the exercises and should not be used as a replacement for the book itself. Used out of context, the code may result in an unusable configuration and no warranty is given.
The commands and instructions will look like the following:
==== Interface configurations ====
# ifcfg-enp0s3
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NAME=enp0s3
DEVICE=enp0s3
ONBOOT=yes
IPADDR=10.254.254.100
PREFIX=24
# ifcfg-enp0s9
TYPE=Ethernet
BOOTPROTO=dhcp
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NAME=enp0s9
DEVICE=enp0s9
ONBOOT=yes
# Enabling interfaces
sudo ifdown enp0s3; sudo ifdown enp0s9;
sudo ifup enp0s3; sudo ifup enp0s9;
##Related OpenStack Products:
- OpenStack Cloud Computing Cookbook
- OpenStack Cloud Computing Cookbook - Second Edition
- OpenStack Cloud Computing Cookbook - Third Edition
- Learning OpenStack Networking (Neutron)
- OpenStack Essentials
- Learning OpenStack Networking (Neutron) - Second Edition
- OpenStack Networking Cookbook
- Learning OpenStack High Availability
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.