Book Image

LEARNING OPENSTACK NETWORKING (NEUTRON)

By : James Denton
Book Image

LEARNING OPENSTACK NETWORKING (NEUTRON)

By: James Denton

Overview of this book

Table of Contents (17 chapters)
Learning OpenStack Networking (Neutron)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Virtual private networks


Using methods of encryption and authentication, a virtual private network provides secure access to a remote computer or network over the Internet. In Havana, Neutron supports the creation and use of virtual private networks based on IPSec. In both the Havana and Icehouse releases of OpenStack, Virtual Private Network as a Service (VPNaaS) is considered experimental.

For your reference, the following Neutron commands are used to manage VPN connections in OpenStack:

  • ipsec-site-connection-create

  • ipsec-site-connection-delete

  • ipsec-site-connection-list

  • ipsec-site-connection-show

  • ipsec-site-connection-update

  • vpn-ikepolicy-create

  • vpn-ikepolicy-delete

  • vpn-ikepolicy-list

  • vpn-ikepolicy-show

  • vpn-ikepolicy-update

  • vpn-ipsecpolicy-create

  • vpn-ipsecpolicy-delete

  • vpn-ipsecpolicy-list

  • vpn-ipsecpolicy-show

  • vpn-ipsecpolicy-update

  • vpn-service-create

  • vpn-service-delete

  • vpn-service-list

  • vpn-service-show

  • vpn-service-update

The installation and configuration of VPNaaS is outside the scope of this book. For more information on the service, please refer to the official OpenStack documentation at http://docs.openstack.org/api/openstack-network/2.0/content/vpnaas_ext.html.