TABLE OF CONTENTS


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.


How networking behaves when a server is attached to a VPC

Attaching a server to a VPC does not remove an allocated public IP address or prevent public connectivity. The network path used inside the operating system depends on the selected VPC networking mode.


There are two common networking modes for servers attached to a VPC:

  • Default mode (NAT mode)
    The server has one interface carrying its private VPC address. If the server has a public IP, BinaryLane maps public traffic to and from this interface through the platform gateway.

  • Dedicated Interface (Split NIC)
    The server receives two virtual interfaces: one public interface carrying the public IP and one private interface for VPC traffic. The private interface may need to be configured manually inside the operating system.


In NAT mode, public and private traffic share the VPC interface and platform network path. In Dedicated Interface mode, the public and VPC paths use separate interfaces and can be configured independently.


A VPC is typically used for private communication between servers, including database connections, monitoring, log shipping, configuration management and internal service tiers. For detailed routing behaviour and configuration guidance, see VPC Routing Tables and Default Route Troubleshooting.


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.


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


There are two VPC guides available here.