From 51993c2d7e79e20fd3cc8257ff846370eef45cb7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Oct 2024 13:01:07 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- config.global.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.global.example b/config.global.example index accb8d0..db3e921 100644 --- a/config.global.example +++ b/config.global.example @@ -30,10 +30,13 @@ # # NOTE: on a clean Proxmox install ADMIN is pre-setup, we will use it # for bootstrapping and reconfigure it later. +# NOTE: to make things simpler it is recommmended to number bridges +# connecting to physical ports the same as ports and virtual +# bridges with numbers greater than X (10 in the example below) # -ADMIN_BRIDGE=vmbr0 -WAN_BRIDGE= -LAN_BRIDGE= +ADMIN_BRIDGE=0 +WAN_BRIDGE=3 +LAN_BRIDGE=10 # NOTE: it is simpler to statically assign these than to configure dhcp