Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
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
languagebash
systemctl disable firewalld
systemctl stop firewalld

...