:: How to open http port on iptables
+ edit iptables rules
|
0 |
vi /etc/sysconfig/iptables |
+ add this line
|
0 |
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT |
+ restarting iptables
|
0 |
/etc/init.d/iptables restart |
:: Links
+ Google
+ HowToLinux
