From c87b46453320b18345264b67b98c81bdbd9c9076 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Sat, 14 Feb 2026 12:25:10 +0000 Subject: [PATCH] Update firewalld.sh --- firewalld.sh | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/firewalld.sh b/firewalld.sh index 8629809..71789ac 100644 --- a/firewalld.sh +++ b/firewalld.sh @@ -30,17 +30,20 @@ SVC_PORTS[2]="40000" SVC_NAMES[3]="SAP Business One Auth" SVC_PORTS[3]="40020" -SVC_NAMES[4]="SAP Business One Service Layer, Cockpit" -SVC_PORTS[4]="50000 4300" +SVC_NAMES[4]="SAP Cockpit" +SVC_PORTS[4]="4300" -SVC_NAMES[5]="SAP Host Agent" -SVC_PORTS[5]="1128 1129" +SVC_NAMES[5]="SAP Business One Service Layer" +SVC_PORTS[5]="50000" -SVC_NAMES[6]="SSH Remote Access" -SVC_PORTS[6]="22" +SVC_NAMES[6]="SAP Host Agent" +SVC_PORTS[6]="1128 1129" -SVC_NAMES[7]="SMB / B1_SHR (File Sharing)" -SVC_PORTS[7]="139 445" +SVC_NAMES[7]="SSH Remote Access" +SVC_PORTS[7]="22" + +SVC_NAMES[8]="SMB / B1_SHR (File Sharing)" +SVC_PORTS[8]="139 445" # Arrays to store user decisions declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"