Our OpenStack Cloud allows you to create your own Private Networks. You can use private IPs for traffic between instances in the same region. Private traffic does not go over the internet and does not count against your bandwidth allocation.

Create a Private Network

To create a private network:

  1. Log into the Cloud Control Panel, open the Networks tab, and click Create at the bottom right.
  2. Give your network a name.
  3. Select the Region and click Next.
  4. Give your subnet a name.
  5. Enter a private network address in CIDR format (e.g., 10.20.30.0/24)
  6. Unless you know you need one, leave Gateway IP as "Do not set gateway IP". This prevents default route conflicts with DHCP. Click Next.
  7. Leave DHCP enabled if you want IPs from your subnet to be configured on your new instances automatically.
  8. Enter the range of IPs you want to use in this subnet (e.g., 10.20.30.2 - 10.20.30.254) and click Create.

Assign a Private IP

Your private subnets will be available to select when you launch a new instance in the same region. If you use our pre-built Cloud images and left DHCP enabled on your subnet, new instances should have both their public and private IPs set up automatically at creation.

You can add and remove private IPs at any time from your instance Networking tab.

You may need to edit your networking configuration within the instance to use private IPs if they were not added at instance creation.

Was this answer helpful? 8 Users Found This Useful (17 Votes)