OpenStack - Lab 2: Configuring Openstack Networking with Neutron using Horizon dashboard

Configuring Openstack Networking with Neutron using Horizon dashboard

In Lab 2: Configuring OpenStack Networking with Neutron using the Horizon dashboard, participants typically focus on setting up and managing networking services within an OpenStack environment. This lab involves using the Horizon dashboard to configure Neutron, the OpenStack networking component, and create networks, subnets, routers, and security groups. Participants may also explore features such as floating IPs to enable external connectivity to instances. The lab aims to provide hands-on experience in using the graphical interface to design and implement network topologies within OpenStack, fostering a practical understanding of Neutron's capabilities. Successful completion of Lab 2 equips participants with the skills to efficiently manage OpenStack networking resources through the Horizon dashboard, enabling them to create and customize virtual network environments for cloud-based applications and services.

Lab:

Create Virtual Networks on Openstack with Neutron

Create a Private network on Openstack Neutron via Horizon dashboard

Step 1. Click on "Project".

Step 2. Click on "Network".

Step 3. Click on "Networks".

Step 4. Click on "Create Network".

Step 5. Assign a name to your private network.      

Step 6. Configure "Subnet Name", "Network Address", "Gateway IP".

Step 7. Configure IP address pool for DHCP by defining a start IP and a end IP address.

Step 8. The private network is now created and is listed in the networks.

Create a Public network on Openstack Neutron via Horizon dashboard

Step 1. Click on "Admin".

Step 2. Click on "Network".

Step 3. Click on "Networks".

Step 4. Click on "Create Network".

Step 5. Configure "Name", "Project", "Provider Network Type", Physical Network Name" and mark it as "external Network".

Step 6. Configure "Subnet Name", Network Address", "Gateway IP".

Step 7. Click on "Create".

Step 8. The public network is now created and is listed in the networks.

Create and Manage Routers on Openstack with Neutron

Create a Router on Openstack Neutron via Horizon dashboard

Step 1. Click on "Admin".

Step 2. Click on "Network".

Step 3. Click on "Routers".

Step 4. Click on "Create Router".

Step 5. Configure "Router Name", "Project", "External Network" and click on "Create Router".

Step 6. The router is now created and is listed in "Routers".

Attaching a network to router on Openstack Neutron via Horizon dashboard

Step 1. Click on "Routers" and select a router.

Step 2. Click on "Interfaces".

Step 3. Click on "Add Interface".

Step 4. Select a private subnet that you desire to add on router interface ans click on "Submit".

Step 5. Desired subnets are now attached on router.

Viewing network topology on Openstack using Horizon dashboard

Select "Network Topology" option under "Network".