IPtables is an application that allows a system administrator to configure the IPv4 tables, chains and rules provided by the Linux kernel firewall. Rationale: IPtables provides extra protection for the Linux system by limiting communications in and out of the box to specific IPv4 addresses and ports.
Solution
Run the following commands: # service iptables restart # chkconfig iptables on