Skip to content

Resource: proxmox_network_linux_bridge

Manages a Linux Bridge network interface in a Proxmox VE node.

Schema

Required

  • name (String) The interface name. Commonly vmbr[N], where 0 ≤ N ≤ 4094 (vmbr0 - vmbr4094), but can be any alphanumeric string that starts with a character and is at most 10 characters long.
  • node_name (String) The name of the node.

Optional

  • address (String) The interface IPv4/CIDR address.
  • address6 (String) The interface IPv6/CIDR address.
  • autostart (Boolean) Automatically start interface on boot (defaults to true).
  • comment (String) Comment for the interface.
  • gateway (String) Default gateway address.
  • gateway6 (String) Default IPv6 gateway address.
  • mtu (Number) The interface MTU.
  • ports (List of String) The interface bridge ports.
  • timeout_reload (Number) Timeout for network reload operations in seconds (defaults to 100).
  • vlan_aware (Boolean) Whether the interface bridge is VLAN aware (defaults to false).

Read-Only

  • id (String) A unique identifier with format <node name>:<iface>