Networking

Create a Network

Deploy an isolated virtual network with a defined IP range.

Every Virtual Datacenter needs at least one network. Networks in flex.plane are isolated Layer 2 segments with a defined CIDR range. Each network gets an automatically derived gateway address, and VMs connected to it receive IPs from that range automatically.

Define the network

Before you create a network, you need three things:

ParameterDescriptionExample
IDA unique identifier for the network. Keep it short and descriptive.web-tier
NameA human-readable display name.Web Tier Network
IP RangeA CIDR block defining the address space.10.100.0.0/24

The gateway address is derived automatically from the IP range. It is always the first usable address in the subnet. For 10.100.0.0/24, the gateway will be 10.100.0.1.

Choose your CIDR ranges carefully. Networks within the same VDC should not overlap, and you cannot change a network's IP range after creation.

Create via the portal

  1. Navigate to Networks in the sidebar.
  2. Click Create Network.
  3. Enter the network ID, name, and IP range.
  4. Click Create.

The network creation form where you define the network identifier, display name, and CIDR range.

The network appears in the list immediately and is ready for VMs to connect to.

The Networks page displays all virtual networks in the current VDC with their IP ranges, gateways, and connected VMs.

Delete a network

To delete a network, find it in the Networks list and click the delete action. The portal asks for confirmation before proceeding.

Deleting a network does not automatically disconnect VMs attached to it. Make sure no VMs are still using the network before you delete it, or those VMs will lose connectivity on that interface.