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"