proxmox-utils/host/bootstrap-bridges.tpl
Alex A. Naanou 8b8822d944 tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-19 15:09:34 +03:00

24 lines
493 B
Smarty

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
auto vmbr${ADMIN_BRIDGE}
iface vmbr${ADMIN_BRIDGE} inet static
address ${HOST_ADMIN_IP}
bridge-ports ${BOOTSTRAP_ADMIN_BRIDGE}
bridge-stp off
bridge-fd 0
#ADMIN