mysql

Installing Zabbix 2.0 package from EPEL on CentOS 6.4

[code lang=”js”] vi /etc/sysconfig/iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT -A INPUT -m state –state NEW -m tcp -p tcp –dport 10050 -j ACCEPT -A INPUT -m state –state NEW -m tcp -p tcp –dport 10051 -j ACCEPT [/code] [code lang=”js”]service iptables restart[/code]