TUSK servers only need a few services exposed to the local network, or the network at large. They are:
No other ports are required. Optional ports that may be useful for monitoring include:
-A INPUT -i eth0 -p tcp -s 10.250.159.0/25 --dport 3306 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -i eth0 -p tcp -s 130.64.0.0/16 --dport 3306 -m state --state NEW,ESTABLISHED -j ACCEPT |
/sbin/chkconfig --list iptables /sbin/service iptables restart |