Red Hat Enterprise Linux

Jamf Pro Installation and Configuration Guide for Linux 11.23.0

Solution
Application
Content Type
Technical Documentation
Utilities & Services
version
11.23.0
ft:locale
en-US
vrm_version
11.23.0
Requirements

The firewall is enabled by default on Red Hat Enterprise Linux. However, the firewall must be configured to allow traffic through the port used by Jamf Pro (typically 8443).

  1. Check to see if the firewall is running by executing the following command:
    systemctl status firewalld
  2. If the firewall is "active":
    1. List the ports that are open by executing the following command:
      sudo firewall-cmd --list-ports
    2. Edit the firewall configuration to allow access to port 8443 by executing the following commands:
      sudo firewall-cmd --zone=public --add-port=8443/tcp --permanent
      sudo firewall-cmd --reload

For more information, see the following documentation from Red Hat: