Skip to content
QKQuickKit日本語
Infrastructure ConfigLOCALRuns in your browserInput may contain sensitive information

Proxmox VE Bridge Network Generator

Render a Proxmox VE Linux-bridge /etc/network/interfaces stanza from bounded, reviewable fields.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Avoid live production secrets; use dummy or masked data where possible. Data handling details

Generated /etc/network/interfaces stanza

    File

    /etc/network/interfaces
    How it works

    Targets Proxmox VE 7 and 8 with the default Linux-bridge networking model only, not Open vSwitch and not Proxmox SDN. It renders the same /etc/network/interfaces stanza the Proxmox VE web UI writes for a bridge: physical port stanzas, then the bridge itself with bridge-ports, bridge-stp, bridge-fd, and, when enabled, bridge-vlan-aware with a full bridge-vids 2-4094 range. A VLAN-aware bridge is expressed with bridge-vlan-aware, not a separate VLAN sub-interface, so this tool does not expose the shared VLAN identifier fields at all. Only one static address per family is supported, matching ifupdown's own stanza model. Proxmox VE stages changes in /etc/network/interfaces.new and only applies them on reboot or ifreload -a; this tool never edits that file, runs ifreload, or contacts a node.