Open flle /etc/sysconfig/iptables:
# vi /etc/sysconfig/iptablesAppend rule as follows:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPTSave and close the file. Restart iptables:
# /etc/init.d/iptables restartOpen port 110
Append rule as follows:-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 110 -j ACCEPTOpen port 143
Append rule as follows:-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 143 -j ACCEPTRestart iptables service
Type the following command:# service iptables restartVerify that port is open
Run following command:netstat -tulpn | less
No comments:
Post a Comment