Skip to main content

Overview

Every project in Polystack Networking starts with a network — an isolated Layer 2 broadcast domain that instances attach to via virtual ports. Paired with a subnet, it defines the IP address space, DHCP assignment, and routing gateway for your workload tier.
Prerequisites
  • An active Polystack account with appropriate permissions
  • Access to the Polystack Dashboard or CLI configured with credentials
  • API credentials sourced (source openrc.sh)

Create a Network and Subnet

1

Navigate to Networks

Navigate to Network > Networks in the sidebar. Click Create Network.
2

Configure the network

The create dialog shows the following fields:
Administrators see additional fields: Shared (make visible to all projects), External Network (mark as router external gateway), Project selector, and Provider Network Type (vxlan, flat, vlan, gre) with segmentation ID.
3

Configure the subnet (if enabled)

When Create Subnet is checked, additional fields appear:For IPv6, additional fields appear: RA Mode and Address Mode with options dhcpv6-stateful, dhcpv6-stateless, slaac.Advanced options (click to expand):
Choose a CIDR that does not overlap with existing subnets in your project. Overlapping subnets cause routing failures that are difficult to diagnose.
4

Create the network

Click Confirm. The network appears in the list with status Active.
Network shows status Active with the configured subnet.

View Networks

Navigate to Network > Networks. The list shows networks in tabs:List columns:Filter by Name, Shared, External, or Project Range.

Network Detail

Click a network name to open the detail page. Three tabs are available:
  • Detail — Network configuration summary
  • Subnets — All subnets in this network with CIDR, DHCP status, gateway
  • Ports — All ports attached to this network (instances, routers, DHCP)

Next Steps

Subnets

Add additional subnets to your network for multi-tier isolation

Routers

Connect your network to the external internet with an L3 router

Security Groups

Define firewall rules to control traffic to your instances

Floating IPs

Allocate public IPs and associate them with your instances