Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The OpenStack Networking service provides a scalable system for managing the network connectivity within an OpenStack cloud deployment. It can easily and quickly react to changing network needs (for example, creating and assigning new IP addresses). Networking in OpenStack is complex. This section provides the basic instructions for creating a network, a router and a LoadBalancer Load Balancer (in the next subsection). For detailed information about managing networks, refer to the OpenStack Networking Guide.

...

  1. Log in to the dashboard.
  2. Select the appropriate project from the drop down menu at the top left.
  3. On the Project tab, open the Network tab and click Routers category.
  4. Click Create Router.
  5. In the Create Router dialog dialog box (fig), specify a name for the router and and an External Network, and click Create Router.
    The new router is now displayed in the Routers tab.
    Create Router
  6. To connect a private network to the newly created router, perform the following steps:
    1. On the Routers tab, click the name of the router.
    2. On the Router Details page, click the Interfaces tab, then click Add Interface.
    3. In the Add Interface dialog box (fig), select a Subnet.
      Optionally, in the Add Interface dialog dialog box , you can set an an IP Address for for the router interface, for the selected subnet. 
      If you choose not to set the IP Address value, then by default OpenStack Networking uses the first host IP address in the subnet. The Router Name and Router ID fields are automatically updated.
  7. Click Add Interface.

...

You have successfully created the router. You can view the new topology from the Network the Network Topology tabAt this point, simply click Set Gateway to connect the router to the public network.

...