Disable Iptables - Fluid Topics - 3.8

Install Fluid Topics on Multiple Servers

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

Iptables must be disabled for Fluid Topics to run correctly.

  1. Run the following commands:

    As root user

    systemctl disable iptables

  2. Turn off the firewall on boot by running the following command:

    As root user

    chkconfig iptables off

If necessary, install the chkconfig utility on your server.

For more information about iptables, see Iptables.