I did<br />
<br />
/etc/init.d/iptables save<br />
<br />
I got<br />
<br />
iptables: Saving firewall rules to /etc/sysconfig/iptables: /etc/init.d/iptables: line 268: restorecon: command not found<br />
[FAILED]<br />
And<br />
<br />
yum install policycoreutils<br />
<br />
has fixed the issue, so it simply a missing dependency issue with iptables package.
↧