Add some comments to interface konfiguration.

This commit is contained in:
2025-08-03 11:41:55 +02:00
parent 01db31c39c
commit b547d5dc0e
2 changed files with 32 additions and 0 deletions

View File

@ -4,6 +4,22 @@
# --- Define Network Interfaces / Ip-Adresses / Ports # --- 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 # - Extern Interfaces DSL Lines
# - (blank separated list) # - (blank separated list)
ext_if_dsl_1="" ext_if_dsl_1=""

View File

@ -4,6 +4,22 @@
# --- Define Network Interfaces / Ip-Adresses / Ports # --- 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 # - Extern Interfaces DSL Lines
# - (blank separated list) # - (blank separated list)
ext_if_dsl_1="" ext_if_dsl_1=""