Horizon Web Console: Networks
Networking in Red Cloud is managed under the Projects and Network tabs.
List Networks
The Networks screen under the Network tab lists all networks accessible by your project:
-
The
publicnetwork is connected to the public Internet. You can create instances directly on thepublicnetwork if you wish. -
The remaining networks are private networks created by a user in your project, or private networks that another project shared with you.

Create a Private Network
-
Click on the
Create Networkin the upper right corner of theNetworksscreen.
-
Under the
Networktab of the next screen, enter the name of the network to be created. Leave bothEnable Admin StateandCreate Subnetoptions checked, and click on theNextbutton.
-
Under the
Subnettab,- Subnet Name: We suggest you use the same name as the network name from the previous step.
- Network Address Souce: Select
Allocate Network Address from a poolto configure the new subnet with preset configurations. - Address Pool: Select
default-pool. - Network Mask: The default value
25should give you 127 IP addresses. - IP Version:
IPv4. - Gateway IP: Leave blank.
Click on the
Nextbutton to continue.
-
Under the
Subnet Detailstab, leave all these optional parameters blank and click on theCreatebutton to create the private network. Settings from thedefault-pooladdress pool will be used.
-
After the new network is created, it should be listed on the
Networksscreen. -
Follow the instructions for creating a router to create a new router. We recommend naming the router after the newly created network.
-
Connect the router to the newly created network so it can route network traffic between the private networ and the public Internet.
Delete a Network
Note
All instances and routers on the network must be removed before it can be deleted.
Click on the pull down menu next to the network to be deleted and select Delete Network.

List Routers
The Routers screen under the Project and Network tabs lists existing routers in your project.

Create a Router
To create a new router:
-
Click on the
Create Routerbutton on the upper right corner of theRoutersscreen.
-
On the
Create Routerscreen,- Router Name: Name the new router. We recommend naming it after the private network for which the router will be routing traffic.
- Leave the Enable Admin State checked.
- External Network: Select the
publicnetwork.
Click on the
Create Routerbutton to create the new router.
Connect a Router to a Subnet
To connect a router to its subnet:
-
On the
Routersscreen, click on the name of the router to configure. -
Click on the
Interfacestab and then theAdd Interfacebutton on the upper right corner.
-
On the
Add Interface Screen, select the subnet (hopefully it has the same name as the connected private network). LeaveIP Addressesfield empty and click on theSubmitbutton.
-
The new interface should now be listed under the
Interfacestab of the router.
Delete a Router
Click on the pull down menu next to the router to be deleted. Select Delete Router.

List Floating IP Addresses
The Floating IPs screen under the Project and Network tabs lists floating IP addresses allocated in your project. Next to each floating IP address is the associated instance if the IP address is in use by an instance.

Create a Floating IP Address
Note
Before a floating IP address can be assigned to an instance, a router must be created connecting the public network and the instance's private network.
On the Floating IPs screen under the Project and Network tabs,
-
Click on the
Allocate IP to Projectbutton in the upper right corner.
-
On the
Allocate Floating IPscreen, select thepublicnetwork for Pool and click on theAllocate IPbutton to allocate a floating IP address on the public network.
-
On the
Floating IPsscreen, you can now assign the newly create floating IP address to an instance by clicking on theAssociatebutton.
Delete a Floating IP Address
Note
If you delete a floating IP address, the IP is released back to the cloud for others to use. You might not be able to get the same floating IP back.
On the Floating IPs screen, click on the pull down menu next to the floating IP address to be deleted. Then select Release Floating IP.

Assign a Floating IP Address to an Instance
On the Floating IPs screen,
-
Click on
Associatebutton next to a free floating IP. If you don't see a free floating IP, create a new floating IP address first.
-
On the
Manage Floating IP Associationsscreen,- IP address: This field should default to the floating IP you just selected. Leave this field at the default value.
- Port to associated: Click on the pull down menu and select the instance to which you want to assign the floating IP address.

-
Click on the
Associatebutton. The instance should now be able to be reached at the floating IP address.
Remove a Floating IP Address from an Instance
On the Floating IPs screen, click on the Disassociate button next to the floating IP address and the instance from which you want to remove the floating IP.

After a floating IP is removed from the instance, it can be reassigned to another instance or released back to the cloud.