feat(firewalld): separated sld ports

This commit is contained in:
2026-02-06 16:27:58 +01:00
parent 99c8e6ae29
commit a62acceb75

View File

@@ -24,17 +24,23 @@ SVC_PORTS[0]="443"
SVC_NAMES[1]="SAP HANA Database (System & Company DB)" SVC_NAMES[1]="SAP HANA Database (System & Company DB)"
SVC_PORTS[1]="30013 30015" SVC_PORTS[1]="30013 30015"
SVC_NAMES[2]="SAP Business One App Stack (SLD/Auth/SL/Cockpit)" SVC_NAMES[2]="SAP Business One SLD"
SVC_PORTS[2]="40000 40020 50000 4300" SVC_PORTS[2]="40000"
SVC_NAMES[3]="SAP Host Agent" SVC_NAMES[3]="SAP Business One Auth"
SVC_PORTS[3]="1128 1129" SVC_PORTS[3]="40020"
SVC_NAMES[4]="SSH Remote Access" SVC_NAMES[4]="SAP Business One Service Layer, Cockpit"
SVC_PORTS[4]="22" SVC_PORTS[4]="50000 4300"
SVC_NAMES[5]="SMB / B1_SHR (File Sharing)" SVC_NAMES[5]="SAP Host Agent"
SVC_PORTS[5]="139 445" 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 # Arrays to store user decisions
declare -a CONFIG_DECISION # "ALL", "IP", "SKIP" declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"