Networks

General concept

A network in Binero cloud is a software-defined network.

The network will connect to ports on routers or instances just as a physical server might connect to a port in a switch.

Networks are the carriers of traffic in your infrastructure and would normally enter or leave through a router (for routing to another network or the internet) or an instance.

Networks are what connects the infrastructure together. Assuming you want to use only manual IP assignments on your infrastructure, creating networks and ports would be enough.

You add one or more subnets to a network to provide IP addressing for ports.

Note

You can manage IP addressing manually with a single network, but using OpenStack networks with configured subnets provides a better user experience and some platform services depend on it.

Managing networks

You are able to manage networks by using either of the below tools.

  • The cloud management portal is what we recommended and will get a user with limited prior knowledge from A to B quickly. The tradeoff is that advanced features are not always available.

  • OpenStack Horizon is the web interface included in OpenStack. Some advanced features might only have a GUI implementation here.

  • OpenStack terminal client is a command line implementation giving terminal oriented users a quick way to access the cloud. The learning curve is steeper than the GUI implementation but the workflow will be efficient.