From a62acceb756aee4616e5020dd919e982fefa7daf Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Fri, 6 Feb 2026 16:27:58 +0100 Subject: [PATCH] feat(firewalld): separated sld ports --- firewalld.sh | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/firewalld.sh b/firewalld.sh index 179cf65..8629809 100644 --- a/firewalld.sh +++ b/firewalld.sh @@ -24,17 +24,23 @@ SVC_PORTS[0]="443" SVC_NAMES[1]="SAP HANA Database (System & Company DB)" SVC_PORTS[1]="30013 30015" -SVC_NAMES[2]="SAP Business One App Stack (SLD/Auth/SL/Cockpit)" -SVC_PORTS[2]="40000 40020 50000 4300" +SVC_NAMES[2]="SAP Business One SLD" +SVC_PORTS[2]="40000" -SVC_NAMES[3]="SAP Host Agent" -SVC_PORTS[3]="1128 1129" +SVC_NAMES[3]="SAP Business One Auth" +SVC_PORTS[3]="40020" -SVC_NAMES[4]="SSH Remote Access" -SVC_PORTS[4]="22" +SVC_NAMES[4]="SAP Business One Service Layer, Cockpit" +SVC_PORTS[4]="50000 4300" -SVC_NAMES[5]="SMB / B1_SHR (File Sharing)" -SVC_PORTS[5]="139 445" +SVC_NAMES[5]="SAP Host Agent" +SVC_PORTS[5]="1128 1129" + +SVC_NAMES[6]="SSH Remote Access" +SVC_PORTS[6]="22" + +SVC_NAMES[7]="SMB / B1_SHR (File Sharing)" +SVC_PORTS[7]="139 445" # Arrays to store user decisions declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"