To open any port on a linux machines with iptables install you can follow these easy steps.
vi /etc/sysconfig/iptablespress insert to add more ports like for 110 port
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 110 -j ACCEPTonce done type
:qwRestart iptables
/etc/init.d/iptables restart
Disqus comments