From e25718b3d748c46090c47dc90ab6a1d8cc8393c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 26 Oct 2024 14:52:26 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- config.global.example | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config.global.example b/config.global.example index 4de6d2e..5dd8a55 100644 --- a/config.global.example +++ b/config.global.example @@ -27,21 +27,6 @@ DFL_DOMAIN=example.com DFL_EMAIL=user@example.com -# Network configuration... -# -# NOTE: it is simpler to statically assign these than to configure DHCP -# plus port forewarding to the dynamically assigned IP. -# NOTE: if installing on a different network than the target, these can -# be changed for target deployment in: -# - gate CT's /etc/network/interfaces (NOT in the Proxmox UI) -# - ssh CT's network configuration (Proxmox UI) -DFL_WAN_IP=192.168.1.101/24 -DFL_WAN_GATE=192.168.1.252 - -# IP used for fail-safe conection to the ADMIN network -DFL_WAN_SSH_IP=192.168.1.102/24 - - # Port configuration... # # If the device has multiple ports it is recommended to select the WAN @@ -58,6 +43,21 @@ DFL_ADMIN_PORT=enp2s0 DFL_WAN_PORT=enp5s0 +# Network configuration... +# +# NOTE: it is simpler to statically assign these than to configure DHCP +# plus port forewarding to the dynamically assigned IP. +# NOTE: if installing on a different network than the target, these can +# be changed for target deployment in: +# - gate CT's /etc/network/interfaces (NOT in the Proxmox UI) +# - ssh CT's network configuration (Proxmox UI) +DFL_WAN_IP=192.168.1.101/24 +DFL_WAN_GATE=192.168.1.252 + +# IP used for fail-safe conection to the ADMIN network +DFL_WAN_SSH_IP=192.168.1.102/24 + + # Web app/service domain configuration # # Here two optional variables are provided per service: