Disabling the firewall and SELinux

Temporarily disable both the firewall and SELinux™. This is required before you can reboot the Linux system and test if the prerequisite steps were successfully implemented.

  1. Disable the firewall on boot:
    # systemctl disable firewalld.service
  2. Disable SELinux by editing file /etc/selinux/config and changing the line:
    SELINUX=[...]
    to
    SELINUX=disabled