Skip to main content

Overview

Every project in Xloud Networking starts with a network — an isolated Layer 2 broadcast domain that instances attach to via virtual ports. Paired with a subnet, it defines the IP address space, DHCP assignment, and routing gateway for your workload tier.
Prerequisites
  • An active Xloud account with appropriate permissions
  • Access to the Xloud Dashboard (https://connect.<your-domain>) or CLI configured with credentials
  • API credentials sourced (source admin-openrc.sh)

Create a Network and Subnet

Navigate to Networks

Log in to the Xloud Dashboard (https://connect.<your-domain>) and navigate to Project → Network → Networks.

Open the Create dialog

Click Create Network in the top-right corner.

Configure the network

Fill in the Network tab:
FieldValueDescription
Network Namee.g., app-networkDisplay name for this network
Enable Admin StateCheckedAllow traffic through the network
Create SubnetCheckedConfigure an IP range in the next step
Availability Zone HintsOptionalPin to a specific availability zone if required
Keep network names short and descriptive — they appear throughout the Dashboard and CLI output.

Configure the subnet

Fill in the Subnet tab:
FieldValueDescription
Subnet Namee.g., app-subnetDisplay name for this subnet
Network Addresse.g., 192.168.10.0/24CIDR block for the subnet
IP VersionIPv4Address family
Gateway IPe.g., 192.168.10.1First-hop router IP (leave blank to auto-assign)
Choose a CIDR that does not overlap with existing subnets in your project. Overlapping subnets cause routing failures that are difficult to diagnose.

Configure subnet details

Fill in the Subnet Details tab:
OptionRecommendation
Enable DHCPEnabled — lets instances receive IPs automatically
Allocation PoolsLeave blank to use the full CIDR range
DNS Name Serverse.g., 8.8.8.8, 8.8.4.4
Host RoutesOptional — inject static routes into DHCP clients

Create the network

Click Create to provision the network and subnet.
The network appears in the list with status Active.

Network Configuration Reference

ParameterDescriptionDefault
Admin StateControls whether the network is active and passes trafficEnabled
MTUMaximum transmission unit — set to 1450 for VXLAN networks1500
SharedMakes the network visible to all projects (admin only)Disabled
ExternalMarks the network as a router external gateway target (admin only)Disabled
DNS DomainEnables DNS integration for hostname resolutionNone
Tenant networks created by regular users are automatically isolated to the project. Only users with the admin role can create shared or external provider networks.

Validation

Confirm the network is operational before attaching instances.
Navigate to Project → Network → Networks. The new network displays with:
  • Status: Active
  • Admin State: Up
  • Subnets: Shows the configured CIDR
The network is ready to accept instance port attachments.

Next Steps

Create and Manage Subnets

Add additional subnets to your network for multi-tier isolation

Routers and Gateways

Connect your network to the external internet with an L3 router

Network Security Groups

Define firewall rules to control traffic to your instances

Floating IP Addresses

Allocate public IPs and associate them with your instances