Getting Started — Private Backbone
This guide walks you through creating your first inter-AZ private network and configuring Internet access with public IPs.
Prerequisites
- Access to the Cloud Temple Console with network rights enabled
- At least one compute cluster deployed in your tenant
- For Internet access: a prior service request for external connectivity ports
Part 1 — Create a Private Network (VLAN)
Step 1: Access the Network Menu
In the Cloud Temple Console, click Network in the left navigation bar.
Step 2: Create a New Network
Click New network and fill in:
| Field | Description | Example |
|---|---|---|
| Name | Human-readable identifier for your network | prod-backend-vlan |
| VLAN ID | VLAN identifier (auto or manual) | 100 |
| Description | Network usage (optional) | Production backend network |
Step 3: Configure Propagation
Select the target clusters to propagate this network to.
Propagation changes are limited to 20 networks per action. For larger volumes, perform multiple successive actions.
Step 4: Confirm
Click Create. The VLAN is provisioned instantly and available on the selected clusters.
Part 2 — Share a Network Between Tenants
If your organization has multiple tenants, you can share a network:
- Select the network from the list
- Click Share
- Choose the target tenant(s) from the organization-filtered list
- Confirm the share
The network then appears in the Shared with me section of the destination tenant.
Part 3 — Order Public IPs
Step 1: Access the Internet Section
In the Cloud Temple Console, navigate to Network > Internet.
Step 2: Order an IP Block
Click Order IP addresses and choose:
| Type | Minimum block |
|---|---|
| IPv4 | 1 address |
| IPv6 | /64 (64 addresses) |
Step 3: Associate IPs with Your Services
Once the block is allocated:
- Select the IP address from the list
- Click Associate
- Choose the target service (VM, equipment, etc.)
Step 4: Configure Reverse DNS (PTR)
For each public IP, you can set a PTR record:
- Click the IP in the console
- Select Configure PTR
- Enter the desired DNS name (e.g.
service.example.com)
Part 4 — External Connectivity (1G/10G ports)
To connect network equipment (firewall, router) or an operator link:
Open a service request with the following information:
- Organization name and technical contact
- Tenant name and target availability zone
- Desired port type: 1 Gbps or 10 Gbps (fibre or copper)
- Destination network and any physical hosting requirements
External connectivity ports are delivered on quote after validation of the service request.
Next Steps
- 📖 Private Backbone Concepts — Understand VPLS, VLAN tagging, BGP
- 🔧 Tutorials — Configure FortiGate or pfSense with BGP
- 🌐 VPC Documentation — For a cloud-native network approach