The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.

25.3.1 Controlling the Firewall Service

To start the firewall service (iptables) and configure it to start when the system boots, enter the following commands:

# service iptables start
# chkconfig iptables on

To save any changes that you have made to the firewall rules to /etc/sysconfig/iptables and /etc/sysconfig/ip6tables, so that the service loads them when it next starts:

# service iptables save

To restart the service so that it re-reads its rules from /etc/sysconfig/iptables and /etc/sysconfig/ip6tables:

# service iptables restart

To stop the service:

# service iptables stop