Overview
Xloud Networking delivers software-defined connectivity for your cloud workloads. Every project receives its own isolated network plane — you define the topology, address space, routing policy, and access controls. Project networks remain fully isolated from one another and from the physical underlay unless you explicitly connect them through a router with an external gateway.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)
Key Concepts
| Resource | Description |
|---|---|
| Network | An isolated L2 broadcast domain. Instances attach to networks via virtual ports. |
| Subnet | An IP address range assigned to a network, with DHCP, gateway, and DNS configuration. |
| Router | An L3 device that routes traffic between subnets and provides external gateway connectivity via NAT. |
| Port | A virtual network interface connecting an instance or router to a network. |
| Floating IP | A publicly routable address that maps to a port’s private IP via NAT on the router. |
| Security Group | A stateful, per-port firewall ruleset controlling ingress and egress traffic. |
Networking Topics
Create a Network
Provision an isolated project network and configure its IP address space with a subnet
Create and Manage Subnets
Add subnets, configure DHCP allocation pools, DNS resolvers, and host routes
Routers and Gateways
Connect project subnets to the internet with L3 routers and external gateways
Floating IP Addresses
Allocate public IPs from the external pool and associate them with instances
Network Security Groups
Define stateful firewall rules controlling ingress and egress traffic per instance port
DNS Configuration
Configure DNS name servers pushed to instances via DHCP for hostname resolution
Network Topologies
Reference architectures for three-tier, HA, and shared-services network designs
Troubleshooting
Diagnose and resolve connectivity, floating IP, and DHCP issues
Getting Started Workflow
Related Resources
Networking Admin Guide
Provider networks, QoS, quotas, agent management, and security hardening
Compute User Guide
Launch instances and attach them to the networks you create here
Authentication
Configure project credentials and CLI access for networking operations
CLI Setup
Install and configure the
openstack CLI for networking management