proxmox-utils/host/bootstrap-bridges.tpl
Alex A. Naanou 046abf01f4 cleanup + better defaults...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-17 12:32:12 +03:00

18 lines
378 B
Smarty

# NOTE: this assumes the ADMIN bridge to exist (proxmox default) and to be vmbr0...
auto vmbr${LAN_BRIDGE}
iface vmbr${LAN_BRIDGE} inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
#LAN
auto vmbr${WAN_BRIDGE}
iface vmbr${WAN_BRIDGE} inet manual
bridge-ports ${WAN_PORT}
bridge-stp off
bridge-fd 0
#WAN