Disabling firewalls

Temporarily disable any firewalls or Counter Fraud server installation could fail.

Procedure

Disable any firewalls on your server. If the firewall being used is the Iptables firewall, follow these steps to disable it:

  1. Enter the following commands:
    service iptables save
    service iptables stop
    chkconfig --level 123456 iptables off
  2. Verify that the firewall is not running:
    service iptables status
    If the firewall is disabled, the following message is displayed:
    iptables: Firewall is not running.
  3. For a three-server environment, repeat this procedure on your two other servers (Data, Core, and Analytics).