Private networking without the NAT-gateway tax.
On AWS, the NAT gateway alone costs ₹3,884 a month plus ₹5.32 per GB it touches — before your app serves a request. Here, VPCs, tiers, ACLs and NAT are ₹0. You pay for a public IP and, if you need one, a VPN gateway.
₹0NAT includedTiers multi-subnetACLs ordered rulesVPN IPsec S2SSegment like production expects
Multi-tier segmentation
Web, app and database tiers on separate subnets inside one CIDR — blast radius by design, not by hope.
Ordered network ACLs
Numbered allow/deny rules per tier, evaluated top-down — auditable in one screen, exportable for your security review.
NAT and forwarding at ₹0
Source NAT for outbound, static NAT and port forwarding for inbound — on the VPC router you already have, with no per-GB meter.
IPsec to your office or DC
IKEv2 site-to-site tunnels with pre-shared keys to your firewall or on-prem network — hybrid without a telco project.
Redundant router option
Run the VPC router as a redundant pair — gateway failover happens in seconds, invisibly to your tiers.
Static routes & visibility
Custom routes toward VPN and private gateways, with per-tier traffic graphs and event logs in the console.
One VPC router, everything accounted for
Each VPC gets a CloudStack virtual router (redundant optional) handling routing, source NAT, DHCP and DNS for its tiers. ACLs are ordered network ACL lists applied per tier; VPN is strongSwan-based IKEv2 IPsec.
Because it's your router, there's no per-GB processing meter — the economics of a NAT gateway without the gateway bill.
- Pick your super-CIDR (a /16 leaves room to grow) and carve tiers freely
- ACL lists reusable across tiers, versioned via API and Terraform
- Multiple customer gateways per VPN — branch offices welcome
- Private gateway for MPLS/P2P into regulated on-prem environments
- Every packet path stays inside Indian facilities
