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 need (for example, creating and assigning new IP addresses).
Networking in OpenStack is complex. This section provides the basic instructions for creating a network and a router.
Create a network
- Log in to the dashboard, choose a project, and click Networks.
- Click Create Network
- In the Create Network dialog box, specify the following values:
Network tab
Network name: Specify a name to identify the network.
Subnet tab
Create Subnet: Select this checkbox to create a subnet.
Network Address: Specify the IP address for the subnet.
IP Version: Select OPv4 or IPv6.
Gateway IP: Specify an IP address for a specific gateway. This parameter is optional.
Disable Gateway: Select this checkbox to disable a gateway IP address.
Subnet Detail tab
Enable DHCP: Select this checkbox to enable DHCP.
Allocation Pools Specify IP address pools.
DNS Name Servers: Specify a name for the DNS server.
Host Routes: Specify the IP address of host routes. - Click Create
The dashboard shows the network on the Networks tab.
Create a router
- Log in to the dashboard, choose a project, and click Routers.
- Click Create Router.
- In the Create Router dialog box, specify a name for the router and click Create Router.
The new router is now displayed in the Routers tab. - Click the new router's Set Gateway button.
- In the External Network field, specify the network to which the router will connect, and click Set Gateway.
- To connect a private network to the newly created router, perform the following steps:
a. On the Routers tab, click the name of the router.
b. On the Router Details page, click Add Interface.
c. In the Add Interface dialog box select a Subnet.
Optionally, in the Add Interface dialog box, set an IP Address 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. - Click Add Interface.
You have successfully created the router. You can view the new topology from the Network Topology tab.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License
Changes were made based on the original Openstack User guide
Comments
Article is closed for comments.