Generate paste-ready /etc/network/interfaces entries for Proxmox bridges, bonds, VLANs, and OVS bridges.
The Proxmox Network Config Generator produces paste-ready stanzas for /etc/network/interfaces on Proxmox VE hosts. Bridge mode is the most common setup: vmbr0 is the default management bridge used by VMs to reach the physical network. Enable VLAN-aware to let VMs tag their own traffic rather than creating a bridge per VLAN.
Bond mode aggregates two or more physical NICs. 802.3ad (LACP) requires a compatible managed switch. Active-backup requires no switch config and provides failover only. Balance-RR spreads traffic in round-robin with no switch config required.
The Proxmox API tab generates pvesh commands equivalent to the GUI Network tab, useful for scripting node deployments. The Ansible tab uses the community.general.interfaces_file module for idempotent automation.