How do I create a VPC?

In our Public Cloud, you have the option to create your own VPC.

What is a VPC?

A VPC (Virtual Private Cloud) is a private, isolated segment within the Public Cloud. A VPC has its own virtual network topology, which resembles a normal physical network. You can run instances in your VPC that have private addresses in the CIDR you have specified, for example: 10.0.0.0/16.

Within a VPC, multiple network options are possible:

- VPC with only a public gateway

- VPC with public and private gateways

- VPC with public and private gateways and site-to-site VPN access

How do I create a VPC?
  1. Log in to the Public Cloud
  2. Choose the Network heading on the left and then VPC
  3. Click on Add VPC
  4. A new window will appear. Here you enter the details for your VPC.
    Name: a name for the VPC
    Description: a short description of the VPC.
    Zone: currently only AMS06 is available
    CIDR: Here you specify the CIDR range for all underlying networks in your VPC (network tiers)
    For example, if a VPC has a main CIDR of 10.0.0.0/16, the underlying networks can have the range of 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24, etc. The CIDR must be RFC1918-compliant.
    Network domain: if you want to assign a special domain name, specify the DNS suffix. This is used on all network tiers within the VPC. Leave it empty for an automatically generated name.
    VPC Offering: choose the offering you want to use for this VPC.
    DNS: If you want to use specific DNS servers.
    IPv4 address for the VR in this Network: you should leave this empty and it will be added automatically.
    Click OK
  5. After creating it, you can add a Network to your VPC so you can create instances.
Creating Network Tiers in your VPC

Now that your VPC has been created, you can add networks.

  1. Click on your newly created VPC
  2. On the details page, click on Networks and click on 'Add New Network Tier'
  3. Enter the details for your new network:
    Name: The name for your network tier
    Network Offering: Choose the network offering you want to use here.
    Gateway: Enter the gateway that falls under your main CIDR. If you have 10.0.0.0/16, you can use 10.0.1.1/24 here for example.
    Netmask: The netmask of your network. 255.255.255.0 for /24
    ACL: Choose the network permissions. Choose Allow to allow everything and choose Deny to deny everything. (this applies to both inbound and outbound)
    Click OK.
  4. Your network has been created. You can now add instances to your network.

Your setup for your VPC is now complete.

Having trouble? Please contact our customer support.


Still have questions? Get in touch.