NetworkingΒΆ

Networking is a core function in the In Binero cloud platform. It features a complete suite of virtualised networking functions ranging from routing, firewalling and high speed internet access to VPNs (Virtual Private Networks) and load balancers.

The two main methods to connect to the internet is to either assign a directly attached IP to your instance or setup a router and connect a private subnet to the router and your instance, then use a floating ip to your instance (which is the recommended approach).

The general design of networking in the platform is that instances use ports to connect to networks. Networks in turn, have private subnets that assign IPs to instances. Floating ip are publicly routed IPs that can be mapped (1:1) to a private IP to either publish services on the internet or provide servers with access to the internet.

Please see the various subsections to this article in order to get a good understanding of the networking possibilities in the platform. If you are looking to get started with networking, we recommend our getting started guide that will guide you through setting up a versatile solution using a single subnet behind a router.