Skip to main content

Networks (Proxmox)

How networking works for Proxmox VE in CMP after the provider is connected.

Full admin setup: Networks and IPAM


Sync only — no network provisioning from CMP

CMP does not create, delete, or redesign Proxmox networks (Linux bridges, VLANs, SDN objects) on the hypervisor.

Who does itWhat happens
Admin on ProxmoxCreates the Linux bridge (for example vmbr0) and physical / VLAN wiring on the node(s)
Admin in CMPImports / syncs that existing bridge into CMP under Settings → Orchestrator → Networks
CMP at VM createAttaches the customer VM NIC to a network that was already imported — it does not invent a new Proxmox network
Proxmox (create bridge) → CMP (import / sync) → Customer (use network on VM)
No create-network flow in CMP

There is no CMP action that provisions a new network on Proxmox. If the bridge does not exist on Proxmox first, sync / import cannot offer a usable network for VMs.


What CMP does after sync

After import, CMP stores CMP-side metadata used for offering and billing:

  • Zone and network category
  • Available to all vs manual allocate to a customer
  • IP billing Yes/No and IP Address Type (Public / Private)
  • Optional VLAN / model fields
  • Link to the CMP IPAM pool for that network

Customers then select the synced network when creating or attaching NICs to VMs. Billing for IPs on that network follows Shared Network IP Billing (Proxmox).


What you must do on Proxmox

  1. Configure a Linux bridge (not a bare physical NIC) — see Linux bridge vs physical NIC
  2. Ensure the bridge is available on nodes that can receive VMs (Node Selection Algorithm)
  3. Import that bridge into CMP — Import or sync networks
Proxmox SDN

Proxmox SDN is not available in CMP yet. It is under development and will be available in an upcoming version. Until then, use conventional Linux bridges. Details: Upcoming — Proxmox SDN.