Network Configuration - Proxmox VE
pve.proxmox.com › wiki › Network_ConfigurationExample: Use VLAN 5 for the Proxmox VE management IP with VLAN aware Linux bridge auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0.5 iface vmbr0.5 inet static address 10.10.10.2/24 gateway 10.10.10.1 auto vmbr0 iface vmbr0 inet manual bridge-ports eno1 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094