A BinaryLane VPC provides private IPv4 networking between your servers. If you only have one server, or are unlikely to need private connectivity between two or more servers, you likely do not need a VPC.


Virtual Private Cloud (VPC) is a technology that allows you to create your own virtual network within BinaryLane, that isolates your cloud servers on their own private network.


Each VPC has its own private IP address range that you select during creation, such as 10.240.0.0/16. Because the virtual network is dedicated to your use, you may use whatever IP address range you like.


IPv6 and VPC behaviour

BinaryLane VPC private networking is currently IPv4-only.
IPv6 addresses are not available on NAT-mode VPC networking.

If you enable Split NIC (Dedicated Interface), your server has:

  • a public NIC (internet-facing), and
  • a private VPC NIC (internal VPC traffic).

In this mode, IPv6 can be assigned on the public NIC.
However, IPv6 traffic between two servers in the same VPC will use the public path (public NIC ↔ upstream ↔ public NIC), not the VPC private fabric.

For private east-west traffic (database, Elasticsearch, monitoring, etc.), use VPC private IPv4 addresses.


Please note: a VPC does not provide a VPN endpoint by default. If you need VPN connectivity into your VPC, you will need to create a VPS to use as your VPN server/endpoint within the VPC.


A VPC information page with example use-cases is available here.


There are two VPC guides available here.