Disable iptables

You can disable the Linux firewall by disabling iptables.

About this task

On the Linux server that is hosting the Unica Discover Network Capture Application, disable use of iptables.

Note: If iptables are enabled and cannot be disabled, you can disable the firewall through Linux to access the DNCA Web Console. For more information, review the documentation that came with your Linux release.

To disable iptables, run the following commands in the listed order.

Note: For more information about iptables, review the documentation that came with your Linux release.

Procedure

  1. Commands:
    service iptables save
    service iptables stop
    chkconfig iptables off
    
  2. Restart the DNCA.