proxmox-utils/host/bridges.tpl
Alex A. Naanou 001cc8e1f4 minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-19 14:05:07 +03:00

26 lines
521 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}
#gateway ${GATE_ADMIN_IPn}
#bridge-ports ${ADMIN_PORT}
bridge-ports none
bridge-stp off
bridge-fd 0
#ADMIN