Update firewalld.sh
This commit is contained in:
19
firewalld.sh
19
firewalld.sh
@@ -30,17 +30,20 @@ SVC_PORTS[2]="40000"
|
|||||||
SVC_NAMES[3]="SAP Business One Auth"
|
SVC_NAMES[3]="SAP Business One Auth"
|
||||||
SVC_PORTS[3]="40020"
|
SVC_PORTS[3]="40020"
|
||||||
|
|
||||||
SVC_NAMES[4]="SAP Business One Service Layer, Cockpit"
|
SVC_NAMES[4]="SAP Cockpit"
|
||||||
SVC_PORTS[4]="50000 4300"
|
SVC_PORTS[4]="4300"
|
||||||
|
|
||||||
SVC_NAMES[5]="SAP Host Agent"
|
SVC_NAMES[5]="SAP Business One Service Layer"
|
||||||
SVC_PORTS[5]="1128 1129"
|
SVC_PORTS[5]="50000"
|
||||||
|
|
||||||
SVC_NAMES[6]="SSH Remote Access"
|
SVC_NAMES[6]="SAP Host Agent"
|
||||||
SVC_PORTS[6]="22"
|
SVC_PORTS[6]="1128 1129"
|
||||||
|
|
||||||
SVC_NAMES[7]="SMB / B1_SHR (File Sharing)"
|
SVC_NAMES[7]="SSH Remote Access"
|
||||||
SVC_PORTS[7]="139 445"
|
SVC_PORTS[7]="22"
|
||||||
|
|
||||||
|
SVC_NAMES[8]="SMB / B1_SHR (File Sharing)"
|
||||||
|
SVC_PORTS[8]="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"
|
||||||
|
|||||||
Reference in New Issue
Block a user