Deployment Guide
In CentOS/Red Hat Enterprise Linux, the firewall configuration is /etc/sysconfig/iptables (configured via
system-config-firewall-tui). The file could look like the following:
Restricting Analyzer/EyeQ/Configurator access:
It might make sense to restrict Analyzer/EyeQ/Configurator access to certain IP addresses or IP networks.
Edit the rules of TCP ports 80 and 443 by adding a source address filter (-s option).
-A INPUT -m state --state NEW -m tcp -p tcp -s 199.95.207.10 --dport 80 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp -s 199.95.207.10 --dport 443 -j ACCEPT
7signal Solutions Inc., 6155 Rockside Road, Suite 110, Independence, Ohio 44131, USA,
216-777-2900, info@7signal.com, www.7signal.com