...
Use the following commands to manually control the start-up and shutdown of the Gateway service and to query the running status:
RHEL
...
/Rocky Linux 8 or RHEL/CentOS 7
Code Block | ||
---|---|---|
| ||
systemctl start cloudgateway systemctl stop cloudgateway systemctl status cloudgateway |
...
The firewall rules from the default RHEL 8 or /Rocky Linux 8 or RHEL/CentOS 7 installation need to be changed to allow inbound client access to Gateway. Adjust the IPTABLES rules to allow inbound access for each front-end protocol or disable IPTABLES entirely. Execute the following commands to disable the operating system's firewall:
RHEL
...
/Rocky Linux 8 or RHEL/CentOS 7
Code Block | ||
---|---|---|
| ||
systemctl disable firewalld systemctl stop firewalld |
...