DC Virtual Network
VPCPrivate Networks
DC Virtual Network gives every organization fully isolated private networks. Define your own CIDR, segment into subnets per tier, and route through a distributed virtual router that runs on every node — no single choke point. Elastic IPs, NAT, DHCP, and internal DNS are built in; VPC peering connects networks privately.
Key Features
Tenant-isolated layer-2/3 networks with your own addressing
Distributed virtual router on every node — no bottleneck, no failover event
Stateful security groups that can reference other groups, not just CIDRs
SNAT for private outbound, DNAT and elastic IPs for controlled inbound
VPC peering with automatic route exchange
How It Works
Define your address space
Choose an IPv4 CIDR block (e.g. 10.0.0.0/16) for your isolated virtual network.
Create subnets
Segment your network into public subnets (internet-facing) and private subnets (internal only) across availability zones.
Configure routing & gateways
Attach an Internet Gateway for public traffic, NAT Gateway for private-to-internet, and configure route tables.
Apply security rules
Define security groups (stateful) and network ACLs (stateless) to control inbound/outbound traffic at every layer.
Architecture Overview
Performance Guarantees
Pricing
Priced to your configuration
DC Virtual Network is scoped and priced against your workload requirements. Standardized public packages are being finalized.
Common Use Cases
Multi-tier application networks
Environment isolation (prod/staging)
Hybrid networks over VPN
Regulated network segmentation
Getting Started
curl -X POST "https://api.daakyicloud.com/v1/vpcs" \
-H "Authorization: Bearer $TOKEN" \
-d '{"name": "production-vpc", "cidr": "10.0.0.0/16",
"region": "accra-1"}'
# { "id": "vpc-7f2a9b3e", "status": "available" }
curl -X POST "https://api.daakyicloud.com/v1/vpcs/vpc-7f2a9b3e/subnets" \
-H "Authorization: Bearer $TOKEN" \
-d '{"name": "public-1", "cidr": "10.0.1.0/24",
"gateway": "10.0.1.1"}'
# { "id": "subnet-4c1d8e5f", "status": "available" }Region Availability
Security Features
- Isolation enforced in the virtualization layer
- Default-deny inbound posture
- Flow visibility per rule
Frameworks Referenced
Our security program is designed with these frameworks in mind — not a certification claim.
Documentation
Frequently Asked Questions
Related Services
Ready to Use DC Virtual Network?
Talk to our team about running it on DAAKYI Cloud.
