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 8 or Rocky Linux 8/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/CentOS 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 8 or Rocky Linux 8/CentOS 7
Code Block
languagebash
systemctl disable firewalld
systemctl stop firewalld

While it is valid to use IPTABLES in conjunction with Gateway, the service startup script issues a notice, if IPTABLES are enabled as a reminder since using them can be a source of confusion if inbound traffic to Gateway is blocked. Ignore this startup notice if the inbound rules to allow access are customized.

...