From b547d5dc0ed8b478b6a52e27b67d18f59af5adb7 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 3 Aug 2025 11:41:55 +0200 Subject: [PATCH] Add some comments to interface konfiguration. --- conf/interfaces_ipv4.conf.sample | 16 ++++++++++++++++ conf/interfaces_ipv6.conf.sample | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/conf/interfaces_ipv4.conf.sample b/conf/interfaces_ipv4.conf.sample index f9d5bda..5d3a1b8 100644 --- a/conf/interfaces_ipv4.conf.sample +++ b/conf/interfaces_ipv4.conf.sample @@ -4,6 +4,22 @@ # --- Define Network Interfaces / Ip-Adresses / Ports # ============= + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# +# IN CASE OF SERVER MIGRATION +# =========================== +# +# In case of server migration, take care, that all 'extif_dsl_*', 'ext_if_*' +# and 'local_if_' correspond to the old one's +# +# In particular, if special routing instructions are part of the firewall rules, +# incorrect naming of network interfaces can lead to unexpected or non-functional +# routing. +# +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + # - Extern Interfaces DSL Lines # - (blank separated list) ext_if_dsl_1="" diff --git a/conf/interfaces_ipv6.conf.sample b/conf/interfaces_ipv6.conf.sample index 9aedb2e..58e376e 100644 --- a/conf/interfaces_ipv6.conf.sample +++ b/conf/interfaces_ipv6.conf.sample @@ -4,6 +4,22 @@ # --- Define Network Interfaces / Ip-Adresses / Ports # ============= + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# +# IN CASE OF SERVER MIGRATION +# =========================== +# +# In case of server migration, take care, that all 'extif_dsl_*', 'ext_if_*' +# and 'local_if_' correspond to the old one's +# +# In particular, if special routing instructions are part of the firewall rules, +# incorrect naming of network interfaces can lead to unexpected or non-functional +# routing. +# +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + # - Extern Interfaces DSL Lines # - (blank separated list) ext_if_dsl_1=""